/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/sun2/ramdisk/ |
Makefile | 39 fstab passwd protocols ${DISTRIBDIR}/common/services \ 51 fstab: .PHONY target
|
/src/distrib/sun3/ramdisk/ |
Makefile | 21 fstab passwd protocols ${DISTRIBDIR}/common/services \ 33 fstab: .PHONY target
|
/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/usr.sbin/sysinst/ |
disks.c | 49 #include <fstab.h> 1449 /* Create the fstab. */ 1451 f = target_fopen("/etc/fstab", "w"); 1452 scripting_fprintf(NULL, "cat <<EOF >%s/etc/fstab\n", target_prefix()); 1456 "Making %s/etc/fstab (%s).\n", target_prefix(), 1462 (void)fprintf(logfp, "Failed to make /etc/fstab!\n"); 1471 scripting_fprintf(f, "# NetBSD /etc/fstab\n# See /usr/share/examples/" 1472 "fstab/ for more examples.\n"); 1613 /* Add /kern, /proc and /dev/pts to fstab and make mountpoint. */ 1725 /* this fstab entry uses NAME= syntax * 1954 char *fstab; local in function:mount_disks [all...] |