Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Doverlay_common.h30 OVERLAY_TARGET_DYNAMIC enumerator
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c236 if (odd->odd_target->ott_mode == OVERLAY_TARGET_DYNAMIC) { in overlay_target_free()
345 ASSERT(ott->ott_mode == OVERLAY_TARGET_DYNAMIC); in overlay_target_lookup()
463 ota->ota_mode != OVERLAY_TARGET_DYNAMIC) { in overlay_target_associate()
1080 ott->ott_mode != OVERLAY_TARGET_DYNAMIC) { in overlay_target_cache_get()
1149 if (ott->ott_mode != OVERLAY_TARGET_DYNAMIC) { in overlay_target_cache_set()
1220 if (ott->ott_mode != OVERLAY_TARGET_DYNAMIC) { in overlay_target_cache_remove()
1266 if (ott->ott_mode != OVERLAY_TARGET_DYNAMIC) { in overlay_target_cache_flush()
1350 if (ott->ott_mode != OVERLAY_TARGET_DYNAMIC && in overlay_target_cache_iter()
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files.c600 vpr->vpr_mode = OVERLAY_TARGET_DYNAMIC; in varpd_files_init()