Searched refs:pvl (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.c | 100 topo_proplist_t *pvl; in propval_get() local 105 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in propval_get() 106 pvl = topo_list_next(pvl)) { in propval_get() 107 if (strcmp(pvl->tp_pval->tp_name, pname) == 0) in propval_get() 108 return (pvl->tp_pval); in propval_get() 503 set_seterror(tnode_t *node, topo_proplist_t *pvl, int *errp, int err) in set_seterror() argument 508 if (pvl != NULL) { in set_seterror() 509 pv = pvl->tp_pval; in set_seterror() 511 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); in set_seterror() 527 topo_proplist_t *pvl; in prop_create() local [all …]
|
H A D | topo_digraph_xml.c | 618 topo_proplist_t *pvl; in serialize_pgroups() local 625 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in serialize_pgroups() 626 pvl = topo_list_next(pvl)) in serialize_pgroups() 631 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in serialize_pgroups() 632 pvl = topo_list_next(pvl)) { in serialize_pgroups() 634 topo_propval_t *pv = pvl->tp_pval; in serialize_pgroups()
|
/illumos-gate/usr/src/lib/varpd/libvarpd/common/ |
H A D | libvarpd_persist.c | 282 nvlist_t *pvl; in libvarpd_persist_restore_instance() local 305 if (nvlist_lookup_nvlist(nvl, "vri_private", &pvl) != 0) in libvarpd_persist_restore_instance() 338 if (plugin->vpp_ops->vpo_restore(pvl, (varpd_provider_handle_t *)inst, in libvarpd_persist_restore_instance()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 3926 uint32_t pvl:1; member 4083 uint32_t pvl:1; member
|