Home
last modified time | relevance | path

Searched refs:DI_DEVICE_OFFLINE (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c238 ((lunlistp->node_state & DI_DEVICE_OFFLINE) == in dev_rcm_offline()
239 DI_DEVICE_OFFLINE))) { in dev_rcm_offline()
307 ((lunlistp->node_state & DI_DEVICE_OFFLINE) == in dev_rcm_remove()
308 DI_DEVICE_OFFLINE))) { in dev_rcm_remove()
455 if ((lunlistp->node_state & DI_DEVICE_OFFLINE) == in dev_unconf()
456 DI_DEVICE_OFFLINE) { in dev_unconf()
1318 if ((dnode->node_state == DI_DEVICE_OFFLINE) || in unconf_non_vhci_nodes()
H A Dcfga_utils.c930 if ((state & DI_DEVICE_OFFLINE) == DI_DEVICE_OFFLINE || in known_state()
H A Dcfga_list.c3510 if ((dev_di_state & DI_DEVICE_OFFLINE) == DI_DEVICE_OFFLINE || in dev_devinfo_to_occupant_state()
/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMultipathLusPlugin.c97 (state & DI_DEVICE_OFFLINE)) { in getOidList()
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c156 ((state & DI_DEVICE_OFFLINE) == DI_DEVICE_OFFLINE)) { in add_hba_port_info()
H A Ddevtree_device_disco.c262 ((state & DI_DEVICE_OFFLINE) == DI_DEVICE_OFFLINE)) { in get_attached_devices_info()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c561 if (retired || (state & (DI_DEVICE_OFFLINE | DI_DEVICE_DOWN | in dev_fmri_unusable()
608 if (retired || (state & (DI_DEVICE_OFFLINE | DI_DEVICE_DOWN | in dev_fmri_service_state()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c1061 if ((state & DI_DEVICE_OFFLINE) == DI_DEVICE_OFFLINE || in known_state()
H A Dcfga_list.c940 if (dev_di_state & (DI_DEVICE_OFFLINE | DI_DEVICE_DOWN)) in dev_devinfo_to_occupant_state()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h86 #define DI_DEVICE_OFFLINE 0x1 macro
H A Ddevinfo_retire.c288 if ((state & DI_DRIVER_DETACHED) || (state & DI_DEVICE_OFFLINE) || in node_select()
H A Ddevinfo.c976 result |= DI_DEVICE_OFFLINE; in di_state()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5583 DI_DEVICE_OFFLINE) == DI_DEVICE_OFFLINE) { in devices_get_all()