HomeSort by: relevance | last modified time | path
    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 in typeref:typename:int
135 if (mount(MOUNT_CHFS, fs_name, mntflags, &args, sizeof args) == -1) {
147 return mount_chfs(argc, argv);
  /src/sbin/
Makefile 35 SUBDIR+= mount_chfs

Completed in 14 milliseconds