Searched refs:topo_propmethod_t (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.h | 56 } topo_propmethod_t; typedef 66 topo_propmethod_t *tp_method; /* Method for accessing dynamic prop */
|
H A D | topo_prop.c | 120 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, in prop_method_get() 793 topo_propmethod_t *pm = pv->tp_method; in topo_prop_setprop() 848 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l, in register_methoderror() 857 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t)); in register_methoderror() 874 topo_propmethod_t *pm = NULL; in prop_method_register() 877 if ((pm = topo_hdl_zalloc(thp, sizeof (topo_propmethod_t))) == NULL) in prop_method_register() 1301 topo_propmethod_t *pm; in propmethod_destroy() 1308 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t)); in propmethod_destroy()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 346 topo_propmethod_t pm; in dump_propmethod()
|