type golang.org/x/sys/unix.Termios

4 uses

	golang.org/x/sys/unix (current package)
		ioctl.go#L47: func IoctlSetTermios(fd int, req uint, value *Termios) error {
		ioctl.go#L71: func IoctlGetTermios(fd int, req uint) (*Termios, error) {
		ioctl.go#L72: 	var value Termios
		ztypes_linux_amd64.go#L286: type Termios struct {