Home
last modified time | relevance | path

Searched refs:DEVI_IS_DEVICE_DOWN (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dddifm.c181 } else if (DEVI_IS_DEVICE_DOWN(dip)) { in ddi_fm_service_impact()
H A Dsunndi.c610 } else if (DEVI_IS_DEVICE_DOWN(dip)) { in ndi_devctl_device_getstate()
646 } else if (DEVI_IS_DEVICE_DOWN(dip)) { in ndi_dc_return_dev_state()
H A Ddevcfg.c4619 } else if (DEVI_IS_DEVICE_DOWN(dip)) { in i_ndi_devi_report_status_change()
H A Dsunddi.c8799 else if (DEVI_IS_DEVICE_DOWN(dip) || DEVI_IS_BUS_DOWN(dip)) in ddi_get_devstate()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_impldefs.h382 #define DEVI_IS_DEVICE_DOWN(dip) \ macro
/titanic_44/usr/src/uts/common/contract/
H A Ddevice.c1502 if (DEVI_IS_DEVICE_OFFLINE(dip) || DEVI_IS_DEVICE_DOWN(dip)) in get_state()
/titanic_44/usr/src/uts/common/io/sata/impl/
H A Dsata.c16053 (DEVI_IS_DEVICE_DOWN(tdip))) { in sata_cfgadm_state()