Symbol: I_UNLINK
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
1047
if (myioctl(pppfd, I_UNLINK, (void *)fdmuxid) < 0) {
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
3215
if (myioctl(ip6fd, I_UNLINK, (void *)id) < 0) {
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
3557
if (was_linked && ioctl(pppfd, I_UNLINK, fdmuxid) == -1) {
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
699
if (myioctl(ipfd, I_UNLINK, (void *)id) < 0) {
usr/src/cmd/truss/codes.c
527
{ (uint_t)I_UNLINK, "I_UNLINK", NULL }, /* 15 */
usr/src/cmd/truss/expound.c
1374
case I_UNLINK:
usr/src/cmd/truss/print.c
344
case I_UNLINK:
usr/src/uts/common/fs/fifofs/fifovnops.c
1377
case I_UNLINK:
usr/src/uts/common/inet/ip/ip.c
1129
{ I_UNLINK, 0, IPI_PRIV | IPI_WR, 0, NULL, NULL },
usr/src/uts/common/inet/ip/ip_if.c
8596
ioccmd == I_LINK || ioccmd == I_UNLINK);
usr/src/uts/common/inet/ip/ip_if.c
9168
case I_UNLINK:
usr/src/uts/common/io/conskbd.c
847
case I_UNLINK:
usr/src/uts/common/io/consms.c
460
case I_UNLINK:
usr/src/uts/common/io/llc1.c
864
case I_UNLINK:
usr/src/uts/common/io/logindmux.c
503
case I_UNLINK:
usr/src/uts/common/io/ppp/sppp/sppp.c
1385
case I_UNLINK:
usr/src/uts/common/io/ppp/sppp/sppp.c
768
case I_UNLINK:
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1563
case I_UNLINK:
usr/src/uts/common/io/wscons.c
700
case I_UNLINK: /* stupid, but permitted */
usr/src/uts/common/os/streamio.c
3643
case I_UNLINK:
usr/src/uts/common/os/streamio.c
4489
case I_UNLINK:
usr/src/uts/common/os/streamio.c
4509
if (cmd == I_UNLINK)
usr/src/uts/common/os/strsubr.c
2051
strioc.ic_cmd = I_UNLINK;
usr/src/uts/common/sys/logindmux_impl.h
102
(((struct iocblk *)((mp)->b_cont->b_rptr))->ioc_cmd == I_UNLINK))