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

  /src/sbin/mount_efs/
mount_efs.h 1 /* $NetBSD: mount_efs.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
33 int mount_efs(int, char **);
Makefile 5 PROG= mount_efs
6 SRCS= mount_efs.c pathadj.c
7 MAN= mount_efs.8
mount_efs.c 1 /* $NetBSD: mount_efs.c,v 1.6 2024/11/03 10:43:27 rillig Exp $ */
35 #include "mount_efs.h"
92 mount_efs(int argc, char **argv) function in typeref:typename:int
100 if (mount(MOUNT_EFS, node, mntflags, &args, sizeof args) == -1)
112 return (mount_efs(argc, argv));
  /src/sbin/
Makefile 36 SUBDIR+= mount_efs

Completed in 14 milliseconds