Searched refs:vfstab (Results 51 - 63 of 63) sorted by relevance

123

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c38 #include <sys/vfstab.h>
H A Dumount.c44 #include <sys/vfstab.h>
H A Ddf.c46 #include <sys/vfstab.h>
94 #define VFS_TAB "/etc/vfstab"
1744 * file system type from vfstab
1751 struct vfstab vtab;
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc143 #include <sys/vfstab.h>
592 int getvfsspec(FILE *fd, struct vfstab *vp, char *special);
593 int getvfsfile(FILE *fd, struct vfstab *vp, char *mountp);
594 int getvfsany(FILE *fd, struct vfstab *vgetp, struct vfstab *vrefp);
595 int getvfsent(FILE *fd, struct vfstab *vp);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c42 #include <sys/vfstab.h>
1053 struct vfstab vfsent;
1070 "vfstab entry for mount point \"/\": %s\n",
1470 * Check if the specified device is refenced in the vfstab file.
1482 struct vfstab vfsent;
1496 * read device specials from vfstab and compare names at physical
1837 * referenced in the vfstab file, otherwise use the first path.
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h65 #include <sys/vfstab.h>
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh37 VFSTAB=/etc/vfstab
159 echo "\tcp /mnt${SAVEDIR}/vfstab.$cmd.$NOW /mnt$VFSTAB" >> $RECOVERFILE
180 # Arrange for /etc/vfstab and dump configuration to be updated
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c71 #include <sys/vfstab.h>
249 * file system read only that is listed rw in /etc/vfstab.
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c46 #include <sys/vfstab.h>
686 * those file systems, it reads the BE's vfstab to get the
801 * If the root dataset is in the vfstab with a mountpoint of "/",
1191 * dig into this BE's vfstab to figure out where to
1208 "no entry for %s in vfstab, "
1415 * a legacy mountpoint and an entry in the BE's vfstab.
1449 * vfstab. If it exists in the vfstab, add this file system to the
1456 "no entry for %s in vfstab, "
1950 * Description: This function digs into the vfstab i
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c36 #define ETC_VFSTAB "/etc/vfstab"
1364 * This routine reads /etc/vfstab and is NOT foolproof.
1371 struct vfstab vfst;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c55 #include <sys/vfstab.h>
358 * - if it is in vfstab, set devstr to the special (block) name
385 "fsck: could not find mountpoint %s in mnttab nor vfstab",
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c43 #include <sys/vfstab.h>
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile644 vfstab.h \

Completed in 95 milliseconds

123