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

/haiku/src/system/libroot/posix/unistd/
H A Dterminal.c49 return ioctl(fd, TIOCSPGRP, &pgrpid);
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp195 // If stdin is not open, don't bother trying to TIOCSPGRP. (This is the
198 if (ioctl(STDIN_FILENO, TIOCSPGRP, &pid) != 0)
/haiku/headers/posix/
H A Dtermios.h182 #define TIOCSPGRP (TCGETA + 16) /* Sets the process group ID ('pgid' in BeOS) */ macro
/haiku/src/bin/debug/strace/
H A Dioctl.cpp134 IOCTL_INFO_ENTRY(TIOCSPGRP),
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp421 op = TIOCSPGRP;
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1731 case TIOCSPGRP:

Completed in 52 milliseconds