Searched refs:ldom_init (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_ldom.c | 65 pip->ldomp = ldom_init(pi_alloc, pi_free); in pi_ldompri_open()
|
H A D | pi_meth.c | 93 pi_lhp = ldom_init(NULL, NULL); in pi_ldom_init()
|
/titanic_41/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom.h | 40 extern ldom_hdl_t *ldom_init(void *(*allocp)(size_t size),
|
H A D | mapfile-vers | 53 ldom_init;
|
H A D | ldom.c | 763 ldom_init(void *(*allocp)(size_t size), in ldom_init() function
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem.c | 384 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_page_isretired() 409 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_page_retire() 434 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_page_unretire()
|
H A D | mem_mdesc.c | 434 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) { in mem_mdesc_init()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_mdesc.c | 177 if ((lhp = ldom_init(hb_alloc, hb_free)) == NULL) { in hb_mdesc_init()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/motherboard/ |
H A D | motherboard.c | 134 lhp = ldom_init(mb_topo_alloc, mb_topo_free); in mb_get_pri_info()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | cpu_mdesc.c | 354 if ((lhp = ldom_init(cpu_alloc, cpu_free)) == NULL) { in cpu_mdesc_init()
|
H A D | cpu.c | 362 lhp = ldom_init(cpu_alloc, cpu_free); in cpu_unusable()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | xaui.c | 301 hdlp = ldom_init(xaui_topo_alloc, xaui_topo_free); in xaui_get_pri_label()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard.c | 106 lhp = ldom_init(cpuboard_topo_alloc, cpuboard_topo_free); in cpuboard_get_pri_info()
|
/titanic_41/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_main.c | 675 cma_lhp = ldom_init(cma_init_alloc, cma_init_free); in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_main.c | 876 cpumem_diagnosis_lhp = ldom_init(cpumem_diagnosis_init_alloc, in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm.c | 3696 etm_lhp = ldom_init(etm_init_alloc, etm_init_free); in _fmd_init()
|