Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c512 if (odd->odd_flags & OVERLAY_F_VARPD) { in overlay_target_associate()
519 odd->odd_flags |= OVERLAY_F_VARPD; in overlay_target_associate()
574 odd->odd_flags &= ~OVERLAY_F_VARPD; in overlay_target_disassociate()
1073 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_get()
1143 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_set()
1214 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_remove()
1260 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_flush()
1344 if (!(odd->odd_flags & OVERLAY_F_VARPD)) { in overlay_target_cache_iter()
H A Doverlay.c1437 if ((odd->odd_flags & OVERLAY_F_VARPD) == 0) { in overlay_i_activate()
1799 if (odd->odd_flags & OVERLAY_F_VARPD) { in overlay_i_getprop()
/illumos-gate/usr/src/uts/common/sys/
H A Doverlay_impl.h98 OVERLAY_F_VARPD = 0x20, /* varpd plugin exists */ enumerator