Home
last modified time | relevance | path

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

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