OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fstab
(Results
1 - 2
of
2
) sorted by relevancy
/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/usr.sbin/sysinst/
disks.c
50
#include <
fstab
.h>
1450
/* Create the
fstab
. */
1452
f = target_fopen("/etc/
fstab
", "w");
1453
scripting_fprintf(NULL, "cat <<EOF >%s/etc/
fstab
\n", target_prefix());
1457
"Making %s/etc/
fstab
(%s).\n", target_prefix(),
1463
(void)fprintf(logfp, "Failed to make /etc/
fstab
!\n");
1472
scripting_fprintf(f, "# NetBSD /etc/
fstab
\n# See /usr/share/examples/"
1473
"
fstab
/ for more examples.\n");
1614
/* Add /kern, /proc and /dev/pts to
fstab
and make mountpoint. */
1726
/* this
fstab
entry uses NAME= syntax *
1955
char *
fstab
;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026