Home
last modified time | relevance | path

Searched refs:__I_PUSH_NOCTTY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dopenpty.c60 if (ioctl(sfd, __I_PUSH_NOCTTY, "ptem") < 0 || in openpty()
61 ioctl(sfd, __I_PUSH_NOCTTY, "ldterm") < 0) { in openpty()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h272 #define __I_PUSH_NOCTTY (STR|047) /* push module, no cntrl tty */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c2164 (void) strioctl(rconsvp, __I_PUSH_NOCTTY, in flush_deferred_console_buf()
2166 (void) strioctl(rconsvp, __I_PUSH_NOCTTY, in flush_deferred_console_buf()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3857 case __I_PUSH_NOCTTY: in strioctl()