Searched refs:dev_di_state (Results 1 – 2 of 2) sorted by relevance
60 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() argument940 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()
88 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() argument3506 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()