Home
last modified time | relevance | path

Searched refs:fstab (Results 1 – 25 of 73) sorted by relevance

123

/openbsd-src/include/
H A Dfstab.h58 struct fstab { struct
71 struct fstab *getfsent(void); argument
72 struct fstab *getfsspec(const char *);
73 struct fstab *getfsfile(const char *);
/openbsd-src/sbin/dump/
H A Doptr.c71 struct fstab *allocfsent(struct fstab *fs);
271 struct fstab *
272 allocfsent(struct fstab *fs) in allocfsent()
274 struct fstab *new; in allocfsent()
289 struct fstab *pf_fstab;
297 struct fstab *fs; in getfstab()
334 struct fstab *
338 struct fstab *fs; in fstabsearch()
377 struct fstab *dt; in lastdump()
/openbsd-src/usr.sbin/quotaon/
H A Dquotaon.c56 int hasquota(struct fstab *fs, int type, char **qfnamep, int force);
57 int quotaonoff(struct fstab *fs, int offmode, int type, char *qfpathname);
59 int readonly(struct fstab *fs);
65 struct fstab *fs; in main()
152 quotaonoff(struct fstab *fs, int offmode, int type, char *qfpathname) in quotaonoff()
196 hasquota(struct fstab *fs, int type, char **qfnamep, int force) in hasquota()
236 readonly(struct fstab *fs) in readonly()
/openbsd-src/lib/libc/gen/
H A Dfstab.c44 static struct fstab _fs_fstab;
153 struct fstab *
161 struct fstab *
171 struct fstab *
/openbsd-src/sbin/fsck/
H A Dfsutil.h52 struct fstab;
53 int checkfstab(int, int, void *(*)(struct fstab *),
H A Dfsck.c85 static void *isok(struct fstab *);
93 struct fstab *fs; in main()
225 isok(struct fstab *fs) in isok()
H A Dpreen.c75 checkfstab(int flags, int maxrun, void *(*docheck)(struct fstab *), in checkfstab() argument
78 struct fstab *fs; in checkfstab()
/openbsd-src/regress/sbin/disklabel/
H A DMakefile57 CLEANFILES += *.tmp *.out *.dl *.fstab diskimage disklabel.c manual.c vnd
92 ${SUDO} ${DISKLABEL} -Aw -f $s.fstab $$(<vnd) >>$s.dl
96 cat $s.fstab >>$s.tmp
/openbsd-src/usr.sbin/repquota/
H A Drepquota.c68 int repquota(struct fstab *, int, char *);
69 int hasquota(struct fstab *, int, char **);
75 struct fstab *fs; in main()
160 repquota(struct fstab *fs, int type, char *qfpathname) in repquota()
255 hasquota(struct fstab *fs, int type, char **qfnamep) in hasquota()
/openbsd-src/usr.bin/quota/
H A Dquota.c75 int getnfsquota(struct statfs *, struct fstab *, struct quotause *,
79 int getufsquota(struct statfs *, struct fstab *, struct quotause *,
88 int ufshasquota(struct fstab *, int, char **);
433 struct fstab *fs; in getprivs()
488 ufshasquota(struct fstab *fs, int type, char **qfnamep) in ufshasquota()
525 getufsquota(struct statfs *fst, struct fstab *fs, struct quotause *qup, in getufsquota()
562 getnfsquota(struct statfs *fst, struct fstab *fs, struct quotause *qup, in getnfsquota()
/openbsd-src/libexec/rpc.rquotad/
H A Drquotad.c35 int hasquota(struct fstab *fs, char **qfnamep);
183 struct fstab *fs; in initfs()
282 hasquota(struct fstab *fs, char **qfnamep) in hasquota()
/openbsd-src/distrib/miniroot/
H A Dinstall.sub482 local _disk=$1 _fstab=/tmp/i/fstab.$1 _opt
494 if ! grep -qs ' / ffs ' /tmp/i/fstab.$ROOTDISK; then
504 echo "$_pp $_mp $_rest" >>/tmp/i/fstab
508 if [[ $_fstab != $(grep -l " $_mp " /tmp/i/fstab.*) ]]; then
519 cat /tmp/i/fstab.$_rest >/etc/fstab
520 rm /tmp/i/fstab.$_rest
522 set -- $(grep -h " $_mp " /tmp/i/fstab.*[0-9])
2708 done </tmp/i/fstab >/etc/fstab
2711 if [[ ! -s /etc/fstab ]]; then
2741 done </etc/fstab
[all …]
/openbsd-src/lib/libc/hidden/
H A Dfstab.h21 #include_next <fstab.h>
/openbsd-src/sbin/quotacheck/
H A Dquotacheck.c48 #include <fstab.h>
120 int hasquota(struct fstab *, int, char **);
123 void *needchk(struct fstab *);
133 struct fstab *fs; in main()
224 needchk(struct fstab *fs) in needchk()
543 hasquota(struct fstab *fs, int type, char **qfnamep)
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dhtmlescp.pod10 Here is some B<bold> text, some I<italic> plus F</etc/fstab>
/openbsd-src/distrib/hppa/
H A Dinstall.md18 local _disk=$1 _f=/tmp/i/fstab.$1
/openbsd-src/distrib/luna88k/ramdisk/
H A Dlist76 SYMLINK /tmp/i/fstab.shadow etc/fstab
/openbsd-src/distrib/sparc64/ramdisk/
H A Dlist74 SYMLINK /tmp/i/fstab.shadow etc/fstab
/openbsd-src/distrib/sparc64/ramdiskB/
H A Dlist71 SYMLINK /tmp/i/fstab.shadow etc/fstab
/openbsd-src/distrib/amd64/ramdiskA/
H A Dlist76 SYMLINK /tmp/i/fstab.shadow etc/fstab
/openbsd-src/share/man/man5/
H A DMakefile7 fs.5 fstab.5 genassym.cf.5 group.5 hostname.if.5 hosts.5 \
/openbsd-src/sbin/fsck_ffs/
H A Dextern.h37 struct fstab;
/openbsd-src/distrib/alpha/miniroot/
H A Dlist82 SYMLINK /tmp/i/fstab.shadow etc/fstab
/openbsd-src/distrib/i386/ramdisk/
H A Dlist79 SYMLINK /tmp/i/fstab.shadow etc/fstab
/openbsd-src/distrib/powerpc64/ramdisk/
H A Dlist88 SYMLINK /tmp/i/fstab.shadow etc/fstab

123