Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h66 topo_propmethod_t *tp_method; /* Method for accessing dynamic prop */ member
H A Dtopo_prop.c187 if (pv->tp_method != NULL) { in prop_get()
188 if (prop_method_get(node, pv, pv->tp_method, pargs, err) < 0) in prop_get()
792 if (pv->tp_method != NULL) { in topo_prop_setprop()
793 topo_propmethod_t *pm = pv->tp_method; in topo_prop_setprop()
913 if (pv->tp_method != NULL) in prop_method_register()
921 pv->tp_method = pm; in prop_method_register()
1303 pm = pv->tp_method; in propmethod_destroy()
1309 pv->tp_method = NULL; in propmethod_destroy()
1379 if (pv->tp_method != NULL) in prop_val_add()
1380 if (prop_method_get(node, pv, pv->tp_method, NULL, err) < 0) in prop_val_add()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c402 if (pval.tp_method != NULL) in dump_propval()
403 dump_propmethod((uintptr_t)pval.tp_method); in dump_propval()