Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2332 int fw_ndx; member
2373 fw->fw_ndx = 0; in file_walk_init()
2387 if (fw->fw_ndx == fw->fw_nofiles) in file_walk_step()
2390 if ((fp = (uintptr_t)fw->fw_flist[fw->fw_ndx++].uf_file) == NULL) in file_walk_step()
2404 if (fw->fw_ndx == fw->fw_nofiles) in allfile_walk_step()
2407 if ((fp = (uintptr_t)fw->fw_flist[fw->fw_ndx++].uf_file) != NULL) in allfile_walk_step()