Home
last modified time | relevance | path

Searched refs:SDEV_BOOT_STATE_COMPLETE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c551 sdev_boot_state = SDEV_BOOT_STATE_COMPLETE; in sdev_state_boot_complete()
719 (sdev_boot_state != SDEV_BOOT_STATE_COMPLETE)) || in sdev_lookup_failed()
H A Dsdev_subr.c2344 if ((sdev_boot_state == SDEV_BOOT_STATE_COMPLETE) && in devname_readdir_func()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h387 #define SDEV_BOOT_STATE_COMPLETE 3 /* boot complete */ macro