Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dttycom.h132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/xnu-8019.80.24/bsd/kern/
H A Dsubr_log.c1060 case TIOCSPGRP: in logioctl()
H A Dsys_generic.c1053 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
1067 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
H A Dtty.c1028 case TIOCSPGRP: in ttioctl_locked()
1426 case TIOCSPGRP: { /* set pgrp of tty */ in ttioctl_locked()
H A Dsys_pipe.c1225 case TIOCSPGRP: in pipe_ioctl()
H A Dkern_descrip.c2891 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
2906 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
/xnu-8019.80.24/bsd/net/
H A Dbpf.c2037 case TIOCSPGRP: in bpfioctl()