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

/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c259 FILE *mtabp; local
261 if ((mtabp = fopen(MNTTAB, "r")) == NULL) {
267 while (getmntent(mtabp, &mnt) == 0) {
278 (void) fclose(mtabp);
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c728 FILE *mtabp = NULL; local
745 if ((mtabp = fopen(MNTTAB, "r")) == NULL) {
749 while (getmntent(mtabp, &mnt) == 0) {
758 (void) fclose(mtabp);

Completed in 63 milliseconds