Home
last modified time | relevance | path

Searched refs:TIOCGPGRP (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dttycom.h131 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
/xnu-11215.1.10/bsd/kern/
H A Dsubr_log.c429 case TIOCGPGRP: in logioctl()
H A Dtty_dev.c1020 case TIOCGPGRP:
H A Dsys_pipe.c1231 case TIOCGPGRP: in pipe_ioctl()
H A Dsys_generic.c1001 error = fo_ioctl(fp, TIOCGPGRP, datap, &context); in ioctl()
H A Dtty.c1266 case TIOCGPGRP: /* get pgrp of tty */ in ttioctl_locked()
H A Dkern_descrip.c2904 error = fo_ioctl(fp, TIOCGPGRP, (caddr_t)retval, &context); in sys_fcntl_nocancel()