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

/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c227 uintptr_t fiw_next; member in struct:__anon926
249 fiw->fiw_next = (uintptr_t)psp.file_head.list_forw;
266 if (mdb_vread(&f, sizeof (file_info_t), fiw->fiw_next) == -1) {
267 mdb_warn("failed to read file_info_t at %p", fiw->fiw_next);
271 status = wsp->walk_callback(fiw->fiw_next, &f, wsp->walk_cbdata);
273 fiw->fiw_next = (uintptr_t)f.file_list.list_forw;

Completed in 57 milliseconds