HomeSort by: relevance | last modified time | path
    Searched refs:mount_v7fs (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/mount_v7fs/
Makefile 5 PROG= mount_v7fs
6 SRCS= mount_v7fs.c fattr.c pathadj.c
7 MAN= mount_v7fs.8
mount_v7fs.h 1 /* $NetBSD: mount_v7fs.h,v 1.1 2011/06/27 11:52:58 uch Exp $ */
34 int mount_v7fs(int, char **);
mount_v7fs.c 1 /* $NetBSD: mount_v7fs.c,v 1.1 2011/06/27 11:52:58 uch Exp $ */
62 __RCSID("$NetBSD: mount_v7fs.c,v 1.1 2011/06/27 11:52:58 uch Exp $");
79 #include "mount_v7fs.h"
95 return mount_v7fs(argc, argv);
100 mount_v7fs(int argc, char *argv[]) function in typeref:typename:int
110 if (mount(MOUNT_V7FS, canon_dir, mntflags, &args, sizeof args) == -1) {
  /src/sbin/
Makefile 60 SUBDIR+= mount_v7fs

Completed in 43 milliseconds