Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/ !
H A Dttycom.h132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/xnu-11215.1.10/bsd/kern/ !
H A Dsubr_log.c425 case TIOCSPGRP: in logioctl()
H A Dsys_generic.c979 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
993 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.c2917 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
2932 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()