Searched refs:TIOCSPGRP (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dttycom.h133 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/xnu-2422.115.4/bsd/kern/
H A Dsubr_log.c308 case TIOCSPGRP:
H A Dsys_generic.c876 error = fo_ioctl(fp, (int)TIOCSPGRP, (caddr_t)&tmp, &context);
890 error = fo_ioctl(fp, (int)TIOCSPGRP, (caddr_t)&tmp, &context);
H A Dtty.c1022 * ENOTTY/EINVAL/EPERM TIOCSPGRP failed
1078 case TIOCSPGRP:
1431 case TIOCSPGRP: { /* set pgrp of tty */
H A Dsys_pipe.c1156 case TIOCSPGRP:
H A Dkern_descrip.c885 error = fo_ioctl(fp, TIOCSPGRP, (caddr_t)&tmp, &context);
900 error = fo_ioctl(fp, (int)TIOCSPGRP, (caddr_t)&tmp, &context);
/xnu-2422.115.4/bsd/net/
H A Dbpf.c1588 case TIOCSPGRP:

Completed in 53 milliseconds