Home
last modified time | relevance | path

Searched refs:TIOCPKT_NOSTOP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dttycom.h116 #define TIOCPKT_NOSTOP 0x10 /* no more ^S, ^Q */ macro
/f-stack/freebsd/kern/
H A Dtty_pts.c686 case TIOCPKT_NOSTOP: in ptsdrv_pktnotify()
690 psc->pts_pkt &= ~TIOCPKT_NOSTOP; in ptsdrv_pktnotify()
H A Dtty.c1782 ttydevsw_pktnotify(tp, TIOCPKT_NOSTOP); in tty_generic_ioctl()
/f-stack/lib/
H A Dff_syscall_wrapper.c287 return TIOCPKT_NOSTOP; in linux2freebsd_ioctl()