Symbol: NDI_UNCONFIG
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
726
flag &= ~(NDI_DEVI_REMOVE | NDI_UNCONFIG);
usr/src/uts/common/io/blkdev/blkdev.c
2448
NDI_DEVI_REMOVE | NDI_UNCONFIG);
usr/src/uts/common/io/cardbus/cardbus_cfg.c
426
NDI_UNCONFIG|NDI_DEVI_REMOVE);
usr/src/uts/common/io/cardbus/cardbus_hp.c
976
int ndi_flags = NDI_UNCONFIG;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
842
flags |= NDI_UNCONFIG;
usr/src/uts/common/io/hotplug/pcihp/pcihp.c
3052
rv = ndi_devi_offline(dip, NDI_UNCONFIG);
usr/src/uts/common/io/i2c/nexus/i2cnex.c
1518
flags |= NDI_UNCONFIG;
usr/src/uts/common/io/i2c/nexus/i2cnex_ctrl.c
131
flags |= NDI_UNCONFIG;
usr/src/uts/common/io/i2c/nexus/i2cnex_device.c
193
NDI_DEVI_REMOVE | NDI_UNCONFIG);
usr/src/uts/common/io/i8042.c
1630
return (ndi_busop_bus_unconfig(parent, flags | NDI_UNCONFIG, op, arg));
usr/src/uts/common/io/ib/clients/eoib/enx_main.c
462
if (flags & (NDI_UNCONFIG | NDI_DEVI_REMOVE)) {
usr/src/uts/common/io/ib/clients/eoib/enx_main.c
478
if (flags & (NDI_UNCONFIG | NDI_DEVI_REMOVE)) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1568
(flag & (NDI_UNCONFIG | NDI_DETACH_DRIVER))) {
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
252
(flag & NDI_UNCONFIG)) {
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2697
rval2 = mdi_pi_offline(path, NDI_UNCONFIG);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2748
rval = ndi_devi_offline(dip, NDI_DEVI_REMOVE | NDI_UNCONFIG);
usr/src/uts/common/io/sata/impl/sata.c
15830
if (ndi_devi_offline(tdip, NDI_UNCONFIG) != NDI_SUCCESS) {
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
2451
flag &= ~(NDI_DEVI_REMOVE | NDI_UNCONFIG);
usr/src/uts/common/io/usb/usb_ia/usb_ia.c
432
flag &= ~(NDI_DEVI_REMOVE | NDI_UNCONFIG);
usr/src/uts/common/io/usb/usb_mid/usb_mid.c
482
flag &= ~(NDI_DEVI_REMOVE | NDI_UNCONFIG);
usr/src/uts/common/io/usb/usba/hubdi.c
7808
NDI_UNCONFIG, B_FALSE) != USB_SUCCESS) {
usr/src/uts/common/io/usb/usba/usba.c
989
flag | NDI_UNCONFIG | NDI_DEVI_OFFLINE);
usr/src/uts/common/os/ddi_hp_impl.c
1058
if (ndi_devi_offline(cdip, NDI_UNCONFIG) !=
usr/src/uts/common/os/ddi_hp_impl.c
1232
rv = ndi_devi_offline(cdip, NDI_UNCONFIG);
usr/src/uts/common/os/devcfg.c
5318
(flags & (NDI_DEVI_OFFLINE | NDI_UNCONFIG | NDI_DEVI_REMOVE)) &&
usr/src/uts/common/os/devcfg.c
6137
if (flags & (NDI_UNCONFIG | NDI_DEVI_REMOVE)) {
usr/src/uts/common/os/devcfg.c
6527
rv = devi_unconfig_branch(child, dipp, flags | NDI_UNCONFIG, &brevq);
usr/src/uts/common/os/devcfg.c
6805
rval = devi_unconfig_branch(dip, NULL, flags|NDI_UNCONFIG,
usr/src/uts/common/os/sunddi.c
9824
nflags |= NDI_UNCONFIG; /* uninit but don't remove */
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1518
if (ndi_devi_offline(child_dip, NDI_UNCONFIG) == NDI_SUCCESS)
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
4329
VERIFY(ndi_devi_offline(new_child, NDI_NO_EVENT|NDI_UNCONFIG)
usr/src/uts/sun4/io/efcode/fc_ops.c
795
(void) ndi_devi_offline(root, NDI_UNCONFIG | NDI_DEVI_REMOVE);
usr/src/uts/sun4/io/efcode/fc_ops.c
827
(void) ndi_devi_offline(root, NDI_UNCONFIG);
usr/src/uts/sun4/io/pcicfg.c
1581
if (ndi_devi_offline(child_dip, NDI_UNCONFIG) == NDI_SUCCESS)
usr/src/uts/sun4/io/pcicfg.c
5344
VERIFY(ndi_devi_offline(new_child, NDI_NO_EVENT|NDI_UNCONFIG)