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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c224 struct dev_info *dic_end; member in struct:devinfo_children_walk_data
244 dic->dic_end = (struct dev_info *)wsp->walk_addr;
292 } else if (dic->dic_dev.devi_sibling != NULL && v != dic->dic_end) {
295 while (v != NULL && v != dic->dic_end &&
305 if (v != NULL && v != dic->dic_end)
307 if (v == dic->dic_end)

Completed in 49 milliseconds