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

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h56 } topo_propmethod_t; typedef in typeref:struct:topo_propmethod
66 topo_propmethod_t *tp_method; /* Method for accessing dynamic prop */
H A Dtopo_prop.c121 prop_method_get(tnode_t *node, topo_propval_t *pv, topo_propmethod_t *pm,
795 topo_propmethod_t *pm = pv->tp_method;
850 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l,
860 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t));
877 topo_propmethod_t *pm = NULL;
880 if ((pm = topo_hdl_zalloc(thp, sizeof (topo_propmethod_t))) == NULL)
1304 topo_propmethod_t *pm;
1312 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t));
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c346 topo_propmethod_t pm;

Completed in 69 milliseconds