OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mount_kernfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/mount_kernfs/
mount_kernfs.c
1
/* $NetBSD:
mount_kernfs
.c,v 1.26 2020/07/26 08:20:22 mlelstv Exp $ */
78
static char sccsid[] = "@(#)
mount_kernfs
.c 8.3 (Berkeley) 5/4/95";
80
__RCSID("$NetBSD:
mount_kernfs
.c,v 1.26 2020/07/26 08:20:22 mlelstv Exp $");
96
#include "
mount_kernfs
.h"
104
int
mount_kernfs
(int argc, char **argv);
111
return
mount_kernfs
(argc, argv);
150
mount_kernfs
(int argc, char *argv[])
function in typeref:typename:int
157
if (mount(
MOUNT_KERNFS
, canon_dir, mntflags, NULL, 0) == -1)
166
"usage:
mount_kernfs
[-o options] /kern mount_point\n");
mount_kernfs.c
1
/* $NetBSD:
mount_kernfs
.c,v 1.26 2020/07/26 08:20:22 mlelstv Exp $ */
78
static char sccsid[] = "@(#)
mount_kernfs
.c 8.3 (Berkeley) 5/4/95";
80
__RCSID("$NetBSD:
mount_kernfs
.c,v 1.26 2020/07/26 08:20:22 mlelstv Exp $");
96
#include "
mount_kernfs
.h"
104
int
mount_kernfs
(int argc, char **argv);
111
return
mount_kernfs
(argc, argv);
150
mount_kernfs
(int argc, char *argv[])
function in typeref:typename:int
157
if (mount(
MOUNT_KERNFS
, canon_dir, mntflags, NULL, 0) == -1)
166
"usage:
mount_kernfs
[-o options] /kern mount_point\n");
Completed in 31 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025