Home
last modified time | relevance | path

Searched refs:DEVI_REFERENCED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Desunddi.h138 #define DEVI_REFERENCED 1 macro
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c617 if (devi_stillreferenced(dip) == DEVI_REFERENCED) in ndi_devctl_device_getstate()
652 if (devi_stillreferenced(dip) == DEVI_REFERENCED) in ndi_dc_return_dev_state()
H A Dsunmdi.c9735 if ((cdip) && (devi_stillreferenced(cdip) == DEVI_REFERENCED)) in mdi_dc_return_dev_state()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c464 return (DEVI_REFERENCED); in devi_stillreferenced()