Searched refs:TIOCNOTTY (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | setsid.c | 43 #ifdef TIOCNOTTY 57 #ifdef TIOCNOTTY 65 ioctl(fd, TIOCNOTTY, 0);
|
H A D | open.c | 109 if ((op & O_NOCTTY) && ioctl(fd, TIOCNOTTY, 0))
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | fcntl.c | 244 #ifdef TIOCNOTTY in main() 294 #ifdef TIOCNOTTY in main() 311 #ifndef TIOCNOTTY in main()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ttold.h | 138 #define TIOCNOTTY (tIOC|113) /* void tty association */ macro
|
H A D | termios.h | 440 #define TIOCNOTTY (tIOC|113) /* void tty association */ macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | gentty.c | 309 if (cmd == TIOCNOTTY) { in syioctl()
|
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 188 ioctl(tt, TIOCNOTTY, 0); in detachfromtty()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 198 (void) ioctl(t, TIOCNOTTY, (char *)0); in doit()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 130 ioctl(s, TIOCNOTTY, (char *)0);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 2910 # ifdef TIOCNOTTY in setsid() 2916 (void) ioctl(fd, TIOCNOTTY, (char *) 0); in setsid()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 268 (void) ioctl(t, TIOCNOTTY, (char *)0); in do_fork()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 396 { (uint_t)TIOCNOTTY, "TIOCNOTTY", NULL }, /* 113 */
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 5800 case TIOCNOTTY: in strioctl()
|