Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcombined.c32 struct combined_walk *cw_next; member
132 cwd->cwd_final_walk->cw_next = cw; in combined_walk_append()
145 cwd->cwd_final_walk = cw->cw_next; in combined_walk_remove_current()
147 cwd->cwd_current_walk = cw->cw_next; in combined_walk_remove_current()
148 cw->cw_next = NULL; in combined_walk_remove_current()
166 cw->cw_next = NULL; in combined_walk_add()