/titanic_50/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | init.c | 84 mdp = md_init_intern(md_bufp, malloc, mdesc_free); in mdesc_devinit()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4v/pri/ |
H A D | init.c | 78 mdp = md_init_intern(md_bufp, malloc, pri_free); in pri_bufinit()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_ldom.c | 84 pip->mdp = md_init_intern(pip->ldom_bufp, pi_alloc, pi_free); in pi_ldompri_open()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mdesc.h | 147 extern md_t *md_init_intern(uint64_t *,
|
/titanic_50/usr/src/common/mdesc/ |
H A D | mdesc_init_intern.c | 35 md_init_intern(uint64_t *ptr, void *(*allocp)(size_t), in md_init_intern() function
|
/titanic_50/usr/src/lib/fm/libmdesc/common/ |
H A D | mapfile-vers | 50 md_init_intern;
|
/titanic_50/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom.c | 213 if (mdp = md_init_intern(bufp, lhp->allocp, lhp->freep)) { in get_local_md_prop_value() 265 if ((mdp = md_init_intern(bufp, lhp->allocp, lhp->freep)) == NULL || in cpu_phys2virt() 340 if ((mdp = md_init_intern(bufp, lhp->allocp, lhp->freep)) == NULL) { in get_type()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_mdesc.c | 194 if ((mdp = md_init_intern(bufp, hb_alloc, hb_free)) == NULL || in hb_mdesc_init()
|
/titanic_50/usr/src/cmd/ldmad/ |
H A D | ldma_system.c | 176 mdp = md_init_intern(buf, malloc, ldma_md_free); in ldma_md_init()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/motherboard/ |
H A D | motherboard.c | 162 if ((mdp = md_init_intern(bufp, mb_topo_alloc, mb_topo_free)) == NULL || in mb_get_pri_info()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu_mdesc.c | 371 if ((mdp = md_init_intern(bufp, cpu_alloc, cpu_free)) == NULL || in cpu_mdesc_init()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | xaui.c | 319 if ((mdp = md_init_intern(bufp, xaui_topo_alloc, xaui_topo_free)) == in xaui_get_pri_label()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard.c | 133 if ((mdp = md_init_intern(bufp, cpuboard_topo_alloc, in cpuboard_get_pri_info()
|
/titanic_50/usr/src/lib/libv12n/sparc/ |
H A D | libv12n.c | 168 mdp = md_init_intern((uint64_t *)((void *)buf), malloc, v12n_md_free); in v12n_md_init()
|
/titanic_50/usr/src/uts/sun4v/os/ |
H A D | mach_descrip.c | 585 mdp = md_init_intern(curr_mach_descrip->va, in md_get_handle()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 449 if ((mdp = md_init_intern(bufp, mem_alloc, mem_free)) == NULL || in mem_mdesc_init()
|
/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 567 if ((mdp = md_init_intern(bufp, cpumem_alloc, cpumem_free)) == NULL || in cmd_mem_get_phys_pages()
|