OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mount_procfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/mount_procfs/
mount_procfs.c
1
/* $NetBSD:
mount_procfs
.c,v 1.25 2020/07/26 08:20:23 mlelstv Exp $ */
78
static char sccsid[] = "@(#)
mount_procfs
.c 8.4 (Berkeley) 4/26/95";
80
__RCSID("$NetBSD:
mount_procfs
.c,v 1.25 2020/07/26 08:20:23 mlelstv Exp $");
107
int
mount_procfs
(int argc, char **argv);
114
return
mount_procfs
(argc, argv);
119
mount_procfs
(int argc, char *argv[])
function in typeref:typename:int
151
if (mount(
MOUNT_PROCFS
, canon_dir, mntflags, &args, sizeof args) == -1)
165
"usage:
mount_procfs
[-o options] /proc mount_point\n");
mount_procfs.c
1
/* $NetBSD:
mount_procfs
.c,v 1.25 2020/07/26 08:20:23 mlelstv Exp $ */
78
static char sccsid[] = "@(#)
mount_procfs
.c 8.4 (Berkeley) 4/26/95";
80
__RCSID("$NetBSD:
mount_procfs
.c,v 1.25 2020/07/26 08:20:23 mlelstv Exp $");
107
int
mount_procfs
(int argc, char **argv);
114
return
mount_procfs
(argc, argv);
119
mount_procfs
(int argc, char *argv[])
function in typeref:typename:int
151
if (mount(
MOUNT_PROCFS
, canon_dir, mntflags, &args, sizeof args) == -1)
165
"usage:
mount_procfs
[-o options] /proc mount_point\n");
Completed in 57 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025