Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c483 (NCL_LIST_DIRTY | NCL_LIST_WENABLE | NCL_LIST_WRITING)) == in sdev_nc_flush_updates()
484 (NCL_LIST_DIRTY | NCL_LIST_WENABLE))) { in sdev_nc_flush_updates()
504 if (ncl->ncl_flags & NCL_LIST_WENABLE) { in sdev_nc_flush_boot_update()
575 ncl->ncl_flags |= NCL_LIST_WENABLE; in sdev_state_sysavail()
870 if (ncl->ncl_flags & NCL_LIST_WENABLE) { in sdev_nc_path_exists()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h412 #define NCL_LIST_WENABLE 0x04 /* write-enabled post boot */ macro