func golang.org/x/sys/unix.IoctlGetTermios

2 uses

	golang.org/x/sys/unix (current package)
		ioctl.go#L70: func IoctlGetTermios(fd int, req uint) (*Termios, error) {

	src.elv.sh/pkg/sys
		termios.go#L21: 	term, err := unix.IoctlGetTermios(fd, getAttrIOCTL)