Home
last modified time | relevance | path

Searched refs:OVERLAY_PROP_PERM_REQ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Doverlay_common.h49 OVERLAY_PROP_PERM_REQ = 0x1, enumerator
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1414 if ((infop->oipi_prot & OVERLAY_PROP_PERM_REQ) == 0) in overlay_i_activate()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdloverlay.c343 if ((prot & OVERLAY_PROP_PERM_REQ) == 0) in dladm_overlay_activate_cb()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c10129 prot & OVERLAY_PROP_PERM_REQ ? "y" : "-"); in print_overlay_cb()