Searched refs:TIOCSPGRP (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | ttycom.h | 132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | subr_log.c | 444 case TIOCSPGRP: in logioctl()
|
| H A D | sys_generic.c | 982 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl() 996 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
|
| H A D | tty.c | 1029 case TIOCSPGRP: in ttioctl_locked() 1427 case TIOCSPGRP: { /* set pgrp of tty */ in ttioctl_locked()
|
| H A D | sys_pipe.c | 1225 case TIOCSPGRP: in pipe_ioctl()
|
| H A D | kern_descrip.c | 2888 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel() 2903 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
|