Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcombined.c42 struct combined_walk_data *cwd_next; member
64 cwd->cwd_next = cwd->cwd_prev = NULL; in combined_walk_init()
84 cwd->cwd_next = cwd_saved; in combined_walk_data_save()
97 cwd_saved = cwd->cwd_next; in combined_walk_data_drop()
99 cwd->cwd_prev->cwd_next = cwd->cwd_next; in combined_walk_data_drop()
101 if (cwd->cwd_next != NULL) { in combined_walk_data_drop()
102 cwd->cwd_next->cwd_prev = cwd->cwd_prev; in combined_walk_data_drop()
104 cwd->cwd_next = cwd->cwd_prev = NULL; in combined_walk_data_drop()
117 for (cwd = cwd_saved; cwd != NULL; cwd = cwd->cwd_next) { in combined_walk_data_find()