Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h54 } topo_propmethod_t; typedef
64 topo_propmethod_t *tp_method; /* Method for accessing dynamic prop */
H A Dtopo_prop.c125 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm, in prop_method_get()
799 topo_propmethod_t *pm = pv->tp_method; in topo_prop_setprop()
854 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l, in register_methoderror()
863 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t)); in register_methoderror()
880 topo_propmethod_t *pm = NULL; in prop_method_register()
883 if ((pm = topo_hdl_zalloc(thp, sizeof (topo_propmethod_t))) == NULL) in prop_method_register()
1307 topo_propmethod_t *pm; in propmethod_destroy()
1314 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t)); in propmethod_destroy()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c347 topo_propmethod_t pm; in dump_propmethod()