Searched refs:I_UNLINK (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | logindmux_impl.h | 102 (((struct iocblk *)((mp)->b_cont->b_rptr))->ioc_cmd == I_UNLINK))
|
H A D | stropts.h | 241 #define I_UNLINK (STR|015) macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 699 if (myioctl(ipfd, I_UNLINK, (void *)id) < 0) { in unplumb_ipif() 1047 if (myioctl(pppfd, I_UNLINK, (void *)fdmuxid) < 0) { 3215 if (myioctl(ip6fd, I_UNLINK, (void *)id) < 0) { in unplumb_ip6if() 3557 if (was_linked && ioctl(pppfd, I_UNLINK, fdmuxid) == -1) { in sys_print_state()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | logindmux.c | 503 case I_UNLINK: in logdmuxuwput()
|
H A D | consms.c | 460 case I_UNLINK: in consmsioctl()
|
H A D | wscons.c | 700 case I_UNLINK: /* stupid, but permitted */ in wcuwput()
|
H A D | conskbd.c | 847 case I_UNLINK: in conskbd_ioctl()
|
H A D | llc1.c | 864 case I_UNLINK: in llc1_ioctl()
|
/illumos-gate/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 768 case I_UNLINK: in sppp_uwput() 1385 case I_UNLINK: in sppp_outer_ioctl()
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1377 case I_UNLINK: in fifo_fastioctl()
|
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1563 case I_UNLINK: in sppptun_ioctl()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 3643 case I_UNLINK: in strioctl() 4489 case I_UNLINK: in strioctl() 4509 if (cmd == I_UNLINK) in strioctl()
|
H A D | strsubr.c | 2052 strioc.ic_cmd = I_UNLINK; in munlink()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 527 { (uint_t)I_UNLINK, "I_UNLINK", NULL }, /* 15 */
|
H A D | print.c | 344 case I_UNLINK: in prt_ioa()
|
H A D | expound.c | 1374 case I_UNLINK: in show_ioctl()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 8594 ioccmd == I_LINK || ioccmd == I_UNLINK); in ip_sioctl_plink() 9166 case I_UNLINK: in ip_sioctl_copyin_setup()
|
H A D | ip.c | 1129 { I_UNLINK, 0, IPI_PRIV | IPI_WR, 0, NULL, NULL },
|