Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dwwenviron.c83 (void) ioctl(0, TIOCSPGRP, (char *)&pgrp); in wwenviron()
/dragonfly/sys/sys/
H A Dttycom.h91 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */ macro
/dragonfly/contrib/gdb-7/gdb/
H A Dinflow.c334 result = ioctl (0, TIOCSPGRP, &tinfo->process_group); in terminal_inferior()
452 result = ioctl (0, TIOCSPGRP, &our_terminal_info.process_group); in terminal_ours_1()
/dragonfly/lib/libc/gen/
H A Dtermios.c87 return (_ioctl(fd, TIOCSPGRP, &s)); in tcsetpgrp()
/dragonfly/sys/kern/
H A Dsubr_log.c300 case TIOCSPGRP: in logioctl()
H A Dsys_pipe.c1023 case TIOCSPGRP: in pipe_ioctl()
H A Dtty.c884 case TIOCSPGRP: in ttioctl()
1205 case TIOCSPGRP: { /* set pgrp of tty */ in ttioctl()
/dragonfly/contrib/tcsh-6/
H A Dtc.os.c40 #define TIOCSPGRP TIOCSETPGRP macro
1025 return ioctl(fd, TIOCSPGRP, (ioctl_t) &pgrp); in xtcsetpgrp()
H A Dsh.c472 (void) ioctl (SHIN, TIOCSPGRP, (ioctl_t) &shpgrp); in main()
/dragonfly/sys/net/tap/
H A Dif_tap.c801 case TIOCSPGRP: in tapioctl()
/dragonfly/sys/net/tun/
H A Dif_tun.c770 case TIOCSPGRP: in tunioctl()
/dragonfly/sys/net/
H A Dbpf.c1007 case TIOCSPGRP: in bpfioctl()
/dragonfly/sys/bus/u4b/
H A Dusb_dev.c1051 case TIOCSPGRP: in usb_ioctl_f_sub()