Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_main.c80 static FILE *mnttab_file; variable
6178 rewind(mnttab_file); in share_mount()
6179 while (getmntent(mnttab_file, &entry) == 0) { in share_mount()
6282 rewind(mnttab_file); in unshare_unmount_path()
6283 while ((ret = getextmntent(mnttab_file, &entry, 0)) == 0) { in unshare_unmount_path()
6450 rewind(mnttab_file); in unshare_unmount()
6451 while (getmntent(mnttab_file, &entry) == 0) { in unshare_unmount()
7076 if ((mnttab_file = fopen(MNTTAB, "r")) == NULL) { in main()
7145 (void) fclose(mnttab_file); in main()