Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpfstab.c42 } *mnttable; variable
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) in mnttabread()
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; in setmnttab()
/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c200 FILE *mnttable; in is_mounted() local
209 if ((mnttable = fopen(MNTTAB, "r")) == NULL) in is_mounted()
211 while (getmntent(mnttable, &mntbuf) == NULL) { in is_mounted()
224 (void) fclose(mnttable); in is_mounted()