Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7712 (newcpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST)) in enqueue_vhcache_pathinfo()
7716 !(cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST); in enqueue_vhcache_pathinfo()
8232 if (cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST) { in vhcache_pi_add()
8234 ~MDI_CPI_HINT_PATH_DOES_NOT_EXIST; in vhcache_pi_add()
8747 (cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST)) || in adjust_sort_vhcache_paths()
8749 !(cpi->cpi_flags & MDI_CPI_HINT_PATH_DOES_NOT_EXIST))) { in adjust_sort_vhcache_paths()
8770 cpi->cpi_flags &= ~MDI_CPI_HINT_PATH_DOES_NOT_EXIST; in adjust_sort_vhcache_paths()
8772 cpi->cpi_flags |= MDI_CPI_HINT_PATH_DOES_NOT_EXIST; in adjust_sort_vhcache_paths()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1011 #define MDI_CPI_HINT_PATH_DOES_NOT_EXIST 0x0001 macro