Searched defs:cwd_tag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcombined.c44 void *cwd_tag; /* used to find this data */ member in struct:combined_walk_data
65 cwd->cwd_tag = NULL;
90 cwd->cwd_tag = tag;
105 cwd->cwd_tag = NULL;
118 if (cwd->cwd_tag == tag) {

Completed in 43 milliseconds