Searched refs:mnttable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c42 } *mnttable; variable in typeref:struct:pmntent
103 assert(((mnttable == NULL) && (pm == NULL)) || (pm != NULL));
128 if (mnttable == (struct pmntent *)0)
133 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));
184 if (mnttable != (struct pmntent *)0)
216 if (mnttable == (struct pmntent *)0)
221 mnttable = pm = (struct pmntent *)xmalloc(sizeof (*pm));
259 for (pm = mnttable; pm; pm = pm->pm_next) {
324 current = mnttable;
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c200 FILE *mnttable; local
209 if ((mnttable = fopen(MNTTAB, "r")) == NULL)
211 while (getmntent(mnttable, &mntbuf) == NULL) {
224 (void) fclose(mnttable);

Completed in 58 milliseconds