Searched refs:pvl (Results 1 – 1 of 1) sorted by relevance
95 topo_proplist_t *pvl; in propval_get() local100 for (pvl = topo_list_next(&pg->tpg_pvals); pvl != NULL; in propval_get()101 pvl = topo_list_next(pvl)) { in propval_get()102 if (strcmp(pvl->tp_pval->tp_name, pname) == 0) in propval_get()103 return (pvl->tp_pval); in propval_get()499 set_seterror(tnode_t *node, topo_proplist_t *pvl, int *errp, int err) in set_seterror() argument504 if (pvl != NULL) { in set_seterror()505 pv = pvl->tp_pval; in set_seterror()507 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); in set_seterror()523 topo_proplist_t *pvl; in prop_create() local[all …]