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

/osnet-11/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,
792 topo_propmethod_t *pm = pv->tp_method;
847 register_methoderror(tnode_t *node, topo_propmethod_t *pm, int *errp, int l,
857 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t));
874 topo_propmethod_t *pm = NULL;
877 if ((pm = topo_hdl_zalloc(thp, sizeof (topo_propmethod_t))) == NULL)
1301 topo_propmethod_t *pm;
1309 topo_hdl_free(thp, pm, sizeof (topo_propmethod_t));

Completed in 17 milliseconds