Home
last modified time | relevance | path

Searched refs:bm_dlist (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c170 dlp->dl_next = bm->bm_dlist; in mdesc_init_n1()
171 bm->bm_dlist = dlp; in mdesc_init_n1()
381 dlp->dl_next = bmp->bm_dlist; in mdesc_init_n2()
382 bmp->bm_dlist = dlp; in mdesc_init_n2()
495 for (dl = bm->bm_dlist; dl != NULL; dl = nl) { in mem_mdesc_fini()
H A Dmem_mdesc.h66 mem_dimm_list_t *bm_dlist; member
H A Dmem.c289 dl = bm->bm_dlist; in calc_phys_addr()