Searched refs:TIOCSPGRP (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ |
| H A D | ttycom.h | 132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | subr_log.c | 425 case TIOCSPGRP: in logioctl()
|
| H A D | sys_generic.c | 980 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl() 994 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
|
| H A D | tty.c | 1089 case TIOCSPGRP: in ttioctl_locked() 1533 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 | 2899 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel() 2914 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
|