/titanic_41/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 297 (void) ioctl(fd, I_POP, 0); in dopush() 323 if (ioctl(fd, I_POP, 0) < 0) in dopop() 339 while (ioctl(fd, I_POP, 0) == 0) in dopop() 357 if (ioctl(fd, I_POP, 0) < 0) in dopop()
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | mdestroy.c | 64 if (ioctl(md->writefd, I_POP, 0) != 0) in mdestroy()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 80 #define I_POP _IO('S',03) macro
|
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.c | 153 if (ioctl(0, I_POP, 0) || ioctl(0, I_PUSH, "timod")) {
|
/titanic_41/usr/src/cmd/gss/gssd/ |
H A D | gssd.c | 169 if (ioctl(0, I_POP, 0) || ioctl(0, I_PUSH, "timod")) {
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | ports.c | 286 while (ioctl(1, I_POP, 0) == 0) in open_direct()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 206 while(ioctl(fd, I_POP, 0) >= 0) /* pop everything */ in push_linedisc()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 233 #define I_POP (STR|03) macro
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_main.c | 295 if (ioctl(0, I_POP, 0) || ioctl(0, I_PUSH, "timod")) { in main()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 120 return (strioctl(vp, I_POP, 0, 0, K_TO_K, CRED(), &rval)); in kstr_pop()
|
H A D | iwscons.c | 423 case I_POP: in iwscnioctl()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 150 if (ioctl(0, I_POP, 0) || ioctl(0, I_PUSH, "timod")) {
|
/titanic_41/usr/src/cmd/streams/strcmd/ |
H A D | strchg.c | 459 if (ioctl(STDIN, I_POP, 0) < 0) { in pop_modules()
|
/titanic_41/usr/src/cmd/utmp_update/ |
H A D | utmp_update.c | 534 if (ioctl(fd, I_POP, 0) == -1) { in bad_line()
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 676 if (ioctl(fd, I_POP, 0) == -1) { in pop_push()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 115 error = strioctl(vp, I_POP, 0, 0, K_TO_K, kcred, &ret); in rpc_poptimod()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 690 if ( ioctl(fd, I_POP, 0) == -1 ) {
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 734 while (ldi_ioctl(lh, I_POP, 0, FKIOCTL, kcred, &rval) == 0) in softmac_mac_register() 1341 while (ldi_ioctl(lh, I_POP, 0, FKIOCTL, kcred, &rval) == 0) in softmac_lower_setup()
|
/titanic_41/usr/src/cmd/listen/ |
H A D | lsdbf.c | 924 if (ioctl(fd, I_POP, 0) < 0)
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 630 rv = strioctl(lvp, I_POP, 0, 0, K_TO_K, CRED(), &rval); in link_aconsole()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 239 (void) ioctl(STDIN_FILENO, I_POP, 0); in pop()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 974 (myioctl(fd, I_POP, (void *)0) < 0)) { 1060 while (tty_npushed > 0 && myioctl(fd, I_POP, (void *)0) >= 0) {
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | _utility.c | 165 (void) ioctl(fd, I_POP, 0); in _t_checkfd()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm.c | 410 while (ioctl(fd, I_POP, 0) == 0) in plink()
|
/titanic_41/usr/src/lib/libipadm/common/ |
H A D | ipadm_if.c | 425 while (ioctl(*fd, I_POP, 0) != -1) in ipadm_open_arp_on_udp()
|