Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h64 topo_propmethod_t *tp_method; /* Method for accessing dynamic prop */ member
H A Dtopo_prop.c192 if (pv->tp_method != NULL) { in prop_get()
193 if (prop_method_get(node, pv, pv->tp_method, pargs, err) < 0) in prop_get()
798 if (pv->tp_method != NULL) { in topo_prop_setprop()
799 topo_propmethod_t *pm = pv->tp_method; in topo_prop_setprop()
919 if (pv->tp_method != NULL) in prop_method_register()
927 pv->tp_method = pm; in prop_method_register()
1309 pm = pv->tp_method; in propmethod_destroy()
1315 pv->tp_method = NULL; in propmethod_destroy()
1385 if (pv->tp_method != NULL) in prop_val_add()
1386 if (prop_method_get(node, pv, pv->tp_method, NULL, err) < 0) in prop_val_add()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c403 if (pval.tp_method != NULL) in dump_propval()
404 dump_propmethod((uintptr_t)pval.tp_method); in dump_propval()