Searched refs:TIOCGPGRP (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dttycom.h132 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
/xnu-2422.115.4/bsd/kern/
H A Dsubr_log.c312 case TIOCGPGRP:
H A Dtty_pty.c808 case TIOCGPGRP:
H A Dsys_pipe.c1162 case TIOCGPGRP:
H A Dtty_ptmx.c1346 case TIOCGPGRP:
H A Dsys_generic.c898 error = fo_ioctl(fp, TIOCGPGRP, datap, &context);
H A Dtty.c1015 * ENOTTY TIOCGPGRP on a non-controlling tty
1203 case TIOCGPGRP: /* get pgrp of tty */
H A Dkern_descrip.c872 error = fo_ioctl(fp, (int)TIOCGPGRP, (caddr_t)retval, &context);
/xnu-2422.115.4/bsd/net/
H A Dbpf.c1593 case TIOCGPGRP:

Completed in 61 milliseconds