HomeSort by: relevance | last modified time | path
    Searched refs:fstab (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/share/examples/fstab/
Makefile 8 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.sd0.2 fstab.sd0.amiga fstab.sd0.atari
    [all...]
  /src/usr.bin/quota/
quotautil.h 5 struct fstab;
6 int hasquota(char *, size_t, struct fstab *, int);
quotautil.c 58 #include <fstab.h>
74 hasquota(char *buf, size_t len, struct fstab *fs, int type)
  /src/etc/autofs/
special_noauto 7 sed 's/#.*//' /etc/fstab | awk '$4 ~ /noauto/ { print $2 }'
15 sed 's/#.*//' /etc/fstab | awk '
  /src/include/
fstab.h 1 /* $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 *)
    [all...]
  /src/distrib/miniroot/
upgrade.sh 38 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 is configured as follows:
    [all...]
install.sh 136 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 /tmp/fstab.shado
    [all...]
  /src/sbin/fsck/
fsutil.h 49 struct fstab;
50 int checkfstab(int, int, void *(*)(struct fstab *),
  /src/share/examples/
Makefile 3 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate hostapd \
  /src/etc/rc.d/
fsck_root 13 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
resize_root 16 fstab_file=/etc/fstab
39 # Do nothing if root file system is not mentioned in /etc/fstab, or if
  /src/distrib/amiga/floppies/upgr/
upgrade.sh 89 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/
quotaon.c 60 #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/
optr.c 49 #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 are the BLOCK special names, not th
    [all...]
  /src/distrib/sun2/ramdisk/
Makefile 39 fstab passwd protocols ${DISTRIBDIR}/common/services \
51 fstab: .PHONY target
list 93 COPY ${CURDIR}/fstab etc/fstab
  /src/distrib/sun3/ramdisk/
Makefile 21 fstab passwd protocols ${DISTRIBDIR}/common/services \
33 fstab: .PHONY target
list 93 COPY ${CURDIR}/fstab etc/fstab
  /src/lib/libc/gen/
fstab.c 1 /* $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/
Makefile 32 FSTAB_IN= ${.CURDIR}/fstab.in
  /src/distrib/sun2/miniroot/
Makefile 27 fstab install.md profile \
66 fstab: .PHONY target
  /src/distrib/sun3/miniroot/
Makefile 28 fstab install.md profile \
61 fstab: .PHONY target
  /src/sbin/fsck_lfs/
extern.h 43 struct fstab;
  /src/distrib/mvme68k/ramdisk/
Makefile 18 dot.profile rd.fstab rd.welcome \
  /src/distrib/zaurus/liveimage/
Makefile 32 FSTAB_IN= ${.CURDIR}/fstab.in

Completed in 36 milliseconds

1 2 3