Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dttycom.h131 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */ macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.c982 case TIOCGPGRP:
H A Dsubr_log.c1064 case TIOCGPGRP: in logioctl()
H A Dsys_pipe.c1231 case TIOCGPGRP: in pipe_ioctl()
H A Dsys_generic.c1075 error = fo_ioctl(fp, TIOCGPGRP, datap, &context); in ioctl()
H A Dtty.c1155 case TIOCGPGRP: /* get pgrp of tty */ in ttioctl_locked()
H A Dkern_descrip.c2878 error = fo_ioctl(fp, TIOCGPGRP, (caddr_t)retval, &context); in sys_fcntl_nocancel()
/xnu-8019.80.24/bsd/net/
H A Dbpf.c2042 case TIOCGPGRP: in bpfioctl()