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

  /src/sbin/mount_ext2fs/
mount_ext2fs.h 1 /* $NetBSD: mount_ext2fs.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
33 int mount_ext2fs(int, char **);
Makefile 7 PROG= mount_ext2fs
8 SRCS= mount_ext2fs.c pathadj.c
9 MAN= mount_ext2fs.8
mount_ext2fs.c 1 /* $NetBSD: mount_ext2fs.c,v 1.23 2016/02/21 22:51:29 christos Exp $ */
42 __RCSID("$NetBSD: mount_ext2fs.c,v 1.23 2016/02/21 22:51:29 christos Exp $");
61 #include "mount_ext2fs.h"
85 return mount_ext2fs(argc, argv);
125 mount_ext2fs(int argc, char *argv[]) function in typeref:typename:int
135 if (mount(MOUNT_EXT2FS, fs_name, mntflags, &args, sizeof args) == -1) {
  /src/sbin/
Makefile 37 SUBDIR+= mount_ext2fs
  /src/sys/rump/
listsrcdirs 129 lsrc usr /sbin/ mount_ext2fs mount_ffs mount_msdos mount_tmpfs

Completed in 12 milliseconds