Searched refs:tpg_info (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.c | 84 if (strcmp(pg->tpg_info->tpi_name, pgname) == 0) { in pgroup_get() 988 if (strcmp(pg->tpg_info->tpi_name, pgname) == 0) { in topo_prop_method_unregister() 1136 if (strcmp(pgname, pg->tpg_info->tpi_name) == 0) { in topo_pgroup_info() 1141 pip = pg->tpg_info; in topo_pgroup_info() 1198 if (strcmp(pg->tpg_info->tpi_name, pinfo->tpi_name) == 0) { in topo_pgroup_create() 1223 pg->tpg_info = pip; in topo_pgroup_create() 1242 if (strcmp(pg->tpg_info->tpi_name, pname) == 0) { in topo_pgroup_destroy() 1261 pip = pg->tpg_info; in topo_pgroup_destroy() 1289 pip = pg->tpg_info; in topo_pgroup_destroy_all() 1434 if (strcmp(pgname, pg->tpg_info->tpi_name) != 0) in topo_prop_getpgrp() [all …]
|
H A D | topo_prop.h | 48 topo_ipgroup_info_t *tpg_info; /* name, version, stability */ member
|
H A D | topo_2xml.c | 232 topo_ipgroup_info_t *pip = pg->tpg_info; in txml_print_pgroup()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 420 if (mdb_vread(&ipg, sizeof (ipg), (uintptr_t)pgp->tpg_info) in dump_pgroup() 424 pgp->tpg_info); in dump_pgroup()
|