Home
last modified time | relevance | path

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

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