Home
last modified time | relevance | path

Searched refs:topo_proplist_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c95 topo_proplist_t *pvl; in propval_get()
497 set_seterror(tnode_t *node, topo_proplist_t *pvl, int *errp, int err) in set_seterror()
505 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); in set_seterror()
521 topo_proplist_t *pvl; in prop_create()
541 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t))) in prop_create()
978 topo_proplist_t *pvl; in topo_prop_method_unregister()
1002 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); in topo_prop_method_unregister()
1076 topo_proplist_t *pvl; in topo_prop_inherit()
1108 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t))) in topo_prop_inherit()
1233 topo_proplist_t *pvl; in topo_pgroup_destroy()
[all …]
H A Dtopo_prop.h72 } topo_proplist_t; typedef
H A Dtopo_2xml.c233 topo_proplist_t *plp; in txml_print_pgroup()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c370 topo_proplist_t *plistp = (topo_proplist_t *)data; in dump_propval()
779 wsp->walk_data = mdb_alloc(sizeof (topo_proplist_t), UM_SLEEP); in tpl_walk_init()
789 topo_proplist_t *plp; in tpl_walk_step()
794 if (mdb_vread(wsp->walk_data, sizeof (topo_proplist_t), wsp->walk_addr) in tpl_walk_step()
801 plp = (topo_proplist_t *)wsp->walk_data; in tpl_walk_step()
815 mdb_free(wsp->walk_data, sizeof (topo_proplist_t)); in tpl_walk_fini()