Home
last modified time | relevance | path

Searched refs:ml_head (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmaps.c73 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next) in str_to_map()
84 if (ph->pp_lmaplist.ml_head == NULL) { in addr_to_map()
100 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next) in addr_to_map()
114 if (ph->pp_lmaplist.ml_head == NULL) { in display_linkmaps()
120 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next) { in display_linkmaps()
403 if (ph->pp_lmaplist.ml_head == NULL) { in map_iter()
404 ph->pp_lmaplist.ml_head = ph->pp_lmaplist.ml_tail = mip; in map_iter()
419 for (cur = ph->pp_lmaplist.ml_head, prev = NULL; cur; in free_linkmaps()
438 ph->pp_lmaplist.ml_head = ph->pp_lmaplist.ml_tail = NULL; in free_linkmaps()
H A Dsyms.c224 if (ph->pp_lmaplist.ml_head == NULL) { in str_to_sym()
231 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next) in str_to_sym()
H A Drdb.h120 map_info_t *ml_head; member
H A Dps.c169 procp->pp_lmaplist.ml_head = NULL; in ps_init()