Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dttycom.h132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/xnu-8796.121.2/bsd/kern/
H A Dsubr_log.c444 case TIOCSPGRP: in logioctl()
H A Dsys_generic.c982 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 Dtty.c1029 case TIOCSPGRP: in ttioctl_locked()
1427 case TIOCSPGRP: { /* set pgrp of tty */ in ttioctl_locked()
H A Dsys_pipe.c1225 case TIOCSPGRP: in pipe_ioctl()
H A Dkern_descrip.c2888 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()