OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_chfs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/mount_chfs/
Makefile
5
PROG=
mount_chfs
6
SRCS=
mount_chfs
.c fattr.c pathadj.c
7
MAN=
mount_chfs
.8
mount_chfs.h
1
/* $NetBSD:
mount_chfs
.h,v 1.2 2021/06/04 22:41:36 riastradh Exp $ */
33
#ifndef
MOUNT_CHFS
34
#define
MOUNT_CHFS
"chfs"
37
int
mount_chfs
(int, char **);
mount_chfs.c
1
/* $NetBSD:
mount_chfs
.c,v 1.5 2021/07/16 12:09:36 andvar Exp $ */
54
#include "
mount_chfs
.h"
126
mount_chfs
(int argc, char *argv[])
function
135
if (mount(
MOUNT_CHFS
, fs_name, mntflags, &args, sizeof args) == -1) {
147
return
mount_chfs
(argc, argv);
/src/sbin/
Makefile
44
SUBDIR+=
mount_chfs
Completed in 23 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026