Searched refs:pvl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c95 topo_proplist_t *pvl; local
100 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL;
101 pvl = topo_list_next(pvl)) {
102 if (strcmp(pvl->tp_pval->tp_name, pname) == 0)
103 return (pvl->tp_pval);
497 set_seterror(tnode_t *node, topo_proplist_t *pvl, int *errp, int err) argument
502 if (pvl != NULL) {
503 pv = pvl
521 topo_proplist_t *pvl; local
978 topo_proplist_t *pvl; local
1076 topo_proplist_t *pvl; local
1233 topo_proplist_t *pvl; local
1273 topo_proplist_t *pvl; local
1417 topo_proplist_t *pvl; local
1488 topo_proplist_t *pvl; local
[all...]

Completed in 45 milliseconds