Home
last modified time | relevance | path

Searched refs:dev_di_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c60 static cfga_stat_t dev_devinfo_to_occupant_state(uint_t dev_di_state);
938 dev_devinfo_to_occupant_state(uint_t dev_di_state) in dev_devinfo_to_occupant_state() argument
940 if (dev_di_state & (DI_DEVICE_OFFLINE | DI_DEVICE_DOWN)) in dev_devinfo_to_occupant_state()
943 if (!(dev_di_state & DI_DRIVER_DETACHED)) in dev_devinfo_to_occupant_state()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c88 static cfga_stat_t dev_devinfo_to_occupant_state(uint_t dev_di_state);
3503 dev_devinfo_to_occupant_state(uint_t dev_di_state) in dev_devinfo_to_occupant_state() argument
3506 if ((dev_di_state & DI_DRIVER_DETACHED) != DI_DRIVER_DETACHED) { in dev_devinfo_to_occupant_state()
3510 if ((dev_di_state & DI_DEVICE_OFFLINE) == DI_DEVICE_OFFLINE || in dev_devinfo_to_occupant_state()
3511 (dev_di_state & DI_DEVICE_DOWN) == DI_DEVICE_DOWN) { in dev_devinfo_to_occupant_state()