Home
last modified time | relevance | path

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; in main() local
261 if ((mtabp = fopen(MNTTAB, "r")) == NULL) { in main()
267 while (getmntent(mtabp, &mnt) == 0) { in main()
278 (void) fclose(mtabp); in main()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c741 FILE *mtabp = NULL; in get_zfs_bootfs_arg() local
758 if ((mtabp = fopen(MNTTAB, "r")) == NULL) { in get_zfs_bootfs_arg()
762 while (getmntent(mtabp, &mnt) == 0) { in get_zfs_bootfs_arg()
771 (void) fclose(mtabp); in get_zfs_bootfs_arg()