Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c67 struct mnttab mt_find; in rebuild_lofs_cache() local
95 bzero(&mt_find, sizeof (mt_find)); in rebuild_lofs_cache()
96 mt_find.mnt_fstype = "lofs"; in rebuild_lofs_cache()
97 while (getmntany(fp, &mt, &mt_find) == 0 && in rebuild_lofs_cache()