Home
last modified time | relevance | path

Searched refs:mi_next (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()
100 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next) in addr_to_map()
120 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next) { in display_linkmaps()
401 mip->mi_next = NULL; in map_iter()
408 ph->pp_lmaplist.ml_tail->mi_next = mip; in map_iter()
420 prev = cur, cur = cur->mi_next) { in free_linkmaps()
H A Drdb.h106 struct map_info *mi_next; member
H A Dsyms.c231 for (mip = ph->pp_lmaplist.ml_head; mip; mip = mip->mi_next) in str_to_sym()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c44 struct mib_item_s *mi_next; member
1568 for (; item != NULL; item = item->mi_next) { in update_router_list()
3036 last_item->mi_next = tmp; in mibwalk()
3040 last_item->mi_next = NULL; in mibwalk()
3075 head_item = tmp->mi_next; in mibwalk()
3094 for (; item != NULL; item = item->mi_next) { in mib_get_constants()