Home
last modified time | relevance | path

Searched refs:I_LIST (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/streams/strcmd/
H A Dstrconf.c136 if ((i = ioctl(STDIN_FILENO, I_LIST, NULL)) < 0) { in main()
150 if (ioctl(STDIN_FILENO, I_LIST, &strlist) < 0) { in main()
H A Dstrchg.c246 if ((i = ioctl(STDIN, I_LIST, NULL)) < 0) { in main()
260 if (ioctl(STDIN, I_LIST, &Oldlist) < 0) { in main()
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h258 #define I_LIST (STR|025) macro
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c275 if ((num_mods = ioctl(fd, I_LIST, NULL)) < 0) { in find_nca_pos()
286 if (ioctl(fd, I_LIST, (caddr_t)&strlist) < 0) { in find_nca_pos()
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c1944 if ((num_mods = ioctl(fd, I_LIST, NULL)) < 0) { in get_modlist()
1959 if (ioctl(fd, I_LIST, (caddr_t)&strlist) < 0) { in get_modlist()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c3565 nmods = ioctl(fd, I_LIST, NULL); in getbits()
3573 if (ioctl(fd, I_LIST, (caddr_t)&strlist) < 0) { in getbits()
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1183 case I_LIST: in fifo_fastioctl()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c2338 if ((num_mods = ioctl(ipfd_lowstr, I_LIST, NULL)) < 0) { in modlist()
2352 if (ioctl(ipfd_lowstr, I_LIST, (caddr_t)&strlist) < 0) { in modlist()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c493 { (uint_t)I_LIST, "I_LIST", NULL },
H A Dexpound.c1459 case I_LIST: in show_ioctl()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5773 case I_LIST: in sotpi_ioctl()
6051 case I_LIST: { in socktpi_plumbioctl()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c5430 case I_LIST: in strioctl()