Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/cmd/halt/
H A Dhalt.c740 FILE *mtabp = NULL; in get_zfs_bootfs_arg() local
757 if ((mtabp = fopen(MNTTAB, "r")) == NULL) { in get_zfs_bootfs_arg()
761 while (getmntent(mtabp, &mnt) == 0) { in get_zfs_bootfs_arg()
770 (void) fclose(mtabp); in get_zfs_bootfs_arg()