Home
last modified time | relevance | path

Searched refs:SUNOS_TCSETS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/compat/sunos/
H A Dsunos.h120 #define SUNOS_TCSETS _IOW('T', 9, struct sunos_termios) macro
H A Dsunos_ioctl.c593 case SUNOS_TCSETS: in sunos_sys_ioctl()
604 error = (*ctl)(fp, SCARG(uap, com) - SUNOS_TCSETS + TIOCSETA, in sunos_sys_ioctl()
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_ioctl.c619 case SUNOS_TCSETS: in sunos32_sys_ioctl()
631 SCARG(uap, com) - SUNOS_TCSETS + TIOCSETA, &bts, l); in sunos32_sys_ioctl()