Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1402 const char *pname = odd->odd_plugin->ovp_props[i]; in overlay_i_activate()
1571 if (strcmp(odd->odd_plugin->ovp_props[i], name) == 0) { in overlay_i_name_to_propid()
1663 odd->odd_plugin->ovp_props[id], phdl); in overlay_i_propinfo()
1754 odd->odd_plugin->ovp_props[id], oip->oip_value, in overlay_i_getprop()
1905 odd->odd_plugin->ovp_props[id], oip->oip_value, in overlay_i_setprop()
H A Doverlay_plugin.c159 opp->ovp_props = ovrp->ovep_props; in overlay_plugin_register()
/illumos-gate/usr/src/uts/common/sys/
H A Doverlay_impl.h48 const char *const *ovp_props; /* RO */ member