Searched refs:fs_file (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c35 static FILE *fs_file; variable
43 while (((mnt = getmntent(fs_file)) != NULL) &&
51 fs->fs_file = mnt->mnt_dir;
73 if (fs_file)
75 if ((fs_file = setmntent(FSTAB, "r")) == NULL) {
76 fs_file = 0;
86 if (fs_file) {
87 endmntent(fs_file);
88 fs_file = 0;
98 if ((fs_file
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dfstab.h33 * then use concatenation of fs_file and "quotas" to locate
50 char *fs_file; /* file system path prefix */ member in struct:fstab
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h66 struct fs_file struct
H A Dfsys_vstafs.c33 #define FILE_INFO ((struct fs_file *) (int) FIRST_SECTOR + 8192)
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c168 *mount_point = fstab->fs_file;

Completed in 46 milliseconds