/illumos-gate/usr/src/lib/libwrap/ |
H A D | fromhost.c | 50 if (ioctl(request->fd, I_FIND, "timod") > 0) {
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | try-from.c | 59 if (ioctl(0, I_FIND, "timod") == 0)
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_open.c | 92 retval = ioctl(fd, I_FIND, "timod"); in _tx_open()
|
H A D | _utility.c | 103 retval = ioctl(fd, I_FIND, "timod"); in _t_checkfd()
|
/illumos-gate/usr/src/uts/common/ktli/ |
H A D | t_kopen.c | 172 error = strioctl(vp, I_FIND, (intptr_t)"timod", 0, K_TO_K, cr, &retval); in t_kopen()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 239 #define I_FIND (STR|013) macro
|
/illumos-gate/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 345 if (ioctl(fd, I_FIND, modp) != 1) in dopop()
|
/illumos-gate/usr/src/cmd/hal/probing/xkb/ |
H A D | probe-xkb.c | 103 if (ioctl(fd, I_FIND, "usbkbm") == 0) { in get_kbd_layout_type()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 86 if (ioctl(fd, I_FIND, "tcp") > 0) in __rpc_negotiate_uid()
|
H A D | svc.c | 984 } else if ((ioctl(xprt->xp_fd, I_FIND, "timod") > 0) && ((nconf = in svc_register()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 105 error = strioctl(vp, I_FIND, (intptr_t)"timod", 0, K_TO_K, kcred, in rpc_poptimod()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 309 it = ioctl(STDIN_FILENO, I_FIND, "ttcompat"); in main()
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1196 case I_FIND: in fifo_fastioctl()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 525 { (uint_t)I_FIND, "I_FIND", NULL }, /* 13 */
|
H A D | print.c | 340 case I_FIND: in prt_ioa()
|
H A D | expound.c | 1370 case I_FIND: in show_ioctl()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5708 case I_FIND: in sotpi_ioctl() 6067 case I_FIND: in socktpi_plumbioctl()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 3816 case I_FIND: in strioctl()
|