HomeSort by: relevance | last modified time | path
    Searched refs:mount_efs (Results 1 - 5 of 5) 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
100 if (mount(MOUNT_EFS, node, mntflags, &args, sizeof args) == -1)
112 return (mount_efs(argc, argv));
  /src/external/bsd/am-utils/dist/amd/
ops_efs.c 104 mount_efs(char *mntdir, char *fs_name, char *opts, int on_autofs) function
155 error = mount_efs(mf->mf_mount, mf->mf_info, mf->mf_mopts, on_autofs);
158 plog(XLOG_ERROR, "mount_efs: %m");
  /src/sbin/
Makefile 48 SUBDIR+= mount_efs

Completed in 42 milliseconds