Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcombined.c43 struct combined_walk_data *cwd_prev; member
64 cwd->cwd_next = cwd->cwd_prev = NULL; in combined_walk_init()
85 cwd->cwd_prev = NULL; in combined_walk_data_save()
87 cwd_saved->cwd_prev = cwd; in combined_walk_data_save()
96 if (cwd->cwd_prev == NULL) { in combined_walk_data_drop()
99 cwd->cwd_prev->cwd_next = cwd->cwd_next; 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()