Searched refs:fstab (Results 1 - 25 of 62) sorted by relevance

123

/src/share/examples/fstab/
H A DMakefile8 FILES= fstab.cdrom \
9 fstab.nfs.1 fstab.nfs.2 fstab.nfs.3 \
10 fstab.pseudo \
11 fstab.ra \
12 fstab.ramdisk \
13 fstab.rd \
14 fstab.sd0.1 fstab
[all...]
/src/usr.bin/quota/
H A Dquotautil.h5 struct fstab;
6 int hasquota(char *, size_t, struct fstab *, int);
H A Dquotautil.c58 #include <fstab.h>
74 hasquota(char *buf, size_t len, struct fstab *fs, int type)
/src/etc/autofs/
H A Dspecial_noauto7 sed 's/#.*//' /etc/fstab | awk '$4 ~ /noauto/ { print $2 }'
15 sed 's/#.*//' /etc/fstab | awk '
/src/include/
H A Dfstab.h1 /* $NetBSD: fstab.h,v 1.11 2005/02/03 04:39:32 perry Exp $ */
31 * @(#)fstab.h 8.1 (Berkeley) 6/2/93
40 * File system table, see fstab(5).
50 #define _PATH_FSTAB "/etc/fstab"
51 #define FSTAB "/etc/fstab" /* deprecated */
60 struct fstab { struct
71 struct fstab *getfsent(void);
72 struct fstab *getfsspec(const char *);
73 struct fstab *getfsfile(const char *);
/src/sbin/fsck/
H A Dfsutil.h49 struct fstab;
50 int checkfstab(int, int, void *(*)(struct fstab *),
H A Dfsutil.c55 #include <fstab.h>
189 struct fstab *fsp;
/src/distrib/miniroot/
H A Dupgrade.sh38 trap "unmount_fs -fast /tmp/fstab.shadow > /dev/null 2>&1; rm -f /tmp/fstab.shadow" 0
181 # Grab the fstab so we can munge it for our own use.
182 if [ ! -f /mnt/etc/fstab ]; then
183 echo "ERROR: no /etc/fstab!"
237 # fstab. We remove all but ufs/ffs.
239 > /tmp/fstab
247 echo "$_dev $_mp $_fstype $_rest" >> /tmp/fstab
250 ) < /mnt/etc/fstab
252 echo "The fstab i
[all...]
H A Dinstall.sh136 be given the opportunity to edit the resulting 'fstab' file before
338 # fstab.
355 ) < ${FILESYSTEMS} > /tmp/fstab
357 echo "The fstab is configured as follows:"
359 cat /tmp/fstab
362 You may wish to edit the fstab. For example, you may need to resolve
364 also wish to take this opportunity to place NFS mounts in the fstab.
369 echo -n "Edit the fstab? [n] "
373 ${EDITOR} /tmp/fstab
381 munge_fstab /tmp/fstab /tm
[all...]
/src/share/examples/
H A DMakefile5 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate \
/src/etc/rc.d/
H A Dfsck_root13 fstab_file=/etc/fstab
24 # Do nothing if root file system has fs_passno=0 in /etc/fstab,
25 # or if root file system is not mentioned in /etc/fstab, or if
H A Dresize_root16 fstab_file=/etc/fstab
39 # Do nothing if root file system is not mentioned in /etc/fstab, or if
/src/distrib/amiga/floppies/upgr/
H A Dupgrade.sh89 if [ ! -e /mnt/etc/fstab.ufs ]; then
90 mv /mnt/etc/fstab /mnt/etc/fstab.ufs
92 sed "s/ufs/ffs/" /mnt/etc/fstab.ufs >/mnt/etc/fstab
213 #<<<<<<<<<<<<<<<<<<<<<<<< update etc/fstab to ffs? >>>>>>>>>>>>>>>>>>>>>>>>
215 echo -n "Converting ufs entries in fstab to ffs..."
/src/usr.sbin/quotaon/
H A Dquotaon.c60 #include <fstab.h>
72 static int quotaonoff(struct fstab *, struct quotahandle *, int, int, int,
74 static int readonly(struct fstab *, const char *);
80 struct fstab *fs;
202 warnx("%s not found in fstab", argv[i]);
216 quotaonoff(struct fstab *fs, struct quotahandle *qh, int offmode, int idtype,
255 readonly(struct fstab *fs, const char *fsspec)
/src/sbin/dump/
H A Doptr.c49 #include <fstab.h>
68 static struct fstab *allocfsent(const struct fstab *);
338 static struct fstab *
339 allocfsent(const struct fstab *fs)
341 struct fstab *new;
358 struct fstab *pf_fstab;
366 struct fstab *fs;
399 * Search in the fstab for a file name.
402 * The entries in the fstab ar
[all...]
/src/distrib/sun2/ramdisk/
H A DMakefile39 fstab passwd protocols ${DISTRIBDIR}/common/services \
51 fstab: .PHONY target
/src/distrib/sun3/ramdisk/
H A DMakefile21 fstab passwd protocols ${DISTRIBDIR}/common/services \
33 fstab: .PHONY target
/src/lib/libc/gen/
H A Dfstab.c1 /* $NetBSD: fstab.c,v 1.31 2012/03/13 21:13:34 christos Exp $ */
35 static char sccsid[] = "@(#)fstab.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: fstab.c,v 1.31 2012/03/13 21:13:34 christos Exp $");
47 #include <fstab.h>
64 static struct fstab _fs_fstab;
175 struct fstab *
183 struct fstab *
196 struct fstab *
/src/distrib/hpcarm/liveimage/
H A DMakefile32 FSTAB_IN= ${.CURDIR}/fstab.in
/src/sbin/fsck_lfs/
H A Dextern.h43 struct fstab;
/src/distrib/common/bootimage/
H A DMakefile.installimage37 FSTAB_IN?= ${NETBSDSRCDIR}/distrib/common/bootimage/fstab.install.in
/src/distrib/sun2/miniroot/
H A DMakefile27 fstab install.md profile \
66 fstab: .PHONY target
/src/distrib/sun3/miniroot/
H A DMakefile28 fstab install.md profile \
61 fstab: .PHONY target
/src/distrib/mvme68k/ramdisk/
H A DMakefile18 dot.profile rd.fstab rd.welcome \
/src/distrib/zaurus/liveimage/
H A DMakefile32 FSTAB_IN= ${.CURDIR}/fstab.in

Completed in 17 milliseconds

123