Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dttycom.h132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/xnu-12377.41.6/bsd/kern/
H A Dsubr_log.c425 case TIOCSPGRP: in logioctl()
H A Dsys_generic.c983 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
997 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
H A Dtty.c1089 case TIOCSPGRP: in ttioctl_locked()
1537 case TIOCSPGRP: { /* set pgrp of tty */ in ttioctl_locked()
H A Dsys_pipe.c1225 case TIOCSPGRP: in pipe_ioctl()
H A Dkern_descrip.c2926 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
2941 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()