Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dttycom.h132 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/xnu-8792.41.9/bsd/kern/
H A Dsubr_log.c444 case TIOCSPGRP: in logioctl()
H A Dsys_generic.c987 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
1001 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in ioctl()
H A Dtty.c1028 case TIOCSPGRP: in ttioctl_locked()
1426 case TIOCSPGRP: { /* set pgrp of tty */ in ttioctl_locked()
H A Dsys_pipe.c1225 case TIOCSPGRP: in pipe_ioctl()
H A Dkern_descrip.c2904 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()
2919 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context); in sys_fcntl_nocancel()