Searched refs:topo_proplist_t (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.h | 72 } topo_proplist_t; typedef in typeref:struct:topo_proplist
|
H A D | topo_prop.c | 95 topo_proplist_t *pvl; 497 set_seterror(tnode_t *node, topo_proplist_t *pvl, int *errp, int err) 505 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); 521 topo_proplist_t *pvl; 541 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t))) 978 topo_proplist_t *pvl; 1002 topo_hdl_free(thp, pvl, sizeof (topo_proplist_t)); 1076 topo_proplist_t *pvl; 1108 if ((pvl = topo_hdl_zalloc(thp, sizeof (topo_proplist_t))) 1233 topo_proplist_t *pv [all...] |
H A D | topo_2xml.c | 233 topo_proplist_t *plp;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 370 topo_proplist_t *plistp = (topo_proplist_t *)data; 779 wsp->walk_data = mdb_alloc(sizeof (topo_proplist_t), UM_SLEEP); 789 topo_proplist_t *plp; 794 if (mdb_vread(wsp->walk_data, sizeof (topo_proplist_t), wsp->walk_addr) 797 mdb_warn("failed to read topo_proplist_t at %p", 801 plp = (topo_proplist_t *)wsp->walk_data; 815 mdb_free(wsp->walk_data, sizeof (topo_proplist_t));
|
Completed in 50 milliseconds