Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2565 int fw_ndx; member
2616 fw->fw_ndx = 0; in file_walk_init()
2630 if (fw->fw_ndx == fw->fw_nofiles) in file_walk_step()
2633 if ((fp = (uintptr_t)fw->fw_flist[fw->fw_ndx++].uf_file) == 0) in file_walk_step()
2647 if (fw->fw_ndx == fw->fw_nofiles) in allfile_walk_step()
2650 if ((fp = (uintptr_t)fw->fw_flist[fw->fw_ndx++].uf_file) != 0) in allfile_walk_step()