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

  /src/sbin/mount_autofs/
mount_autofs.h 1 /* $NetBSD: mount_autofs.h,v 1.2 2018/01/23 15:02:03 wiz Exp $ */
31 int mount_autofs(int, char **);
Makefile 6 PROG= mount_autofs
7 SRCS= mount_autofs.c pathadj.c
8 MAN= mount_autofs.8
mount_autofs.c 1 /* $NetBSD: mount_autofs.c,v 1.5 2020/07/26 08:20:22 mlelstv Exp $ */
33 __RCSID("$NetBSD: mount_autofs.c,v 1.5 2020/07/26 08:20:22 mlelstv Exp $");
50 #include "mount_autofs.h"
58 int mount_autofs(int argc, char **argv);
65 return mount_autofs(argc, argv);
110 mount_autofs(int argc, char *argv[]) function in typeref:typename:int
  /src/sbin/
Makefile 33 SUBDIR+= mount_autofs
  /src/usr.sbin/autofs/
automount.c 81 mount_autofs(const char *from, const char *fspath, const char *options, function in typeref:typename:void
137 mount_autofs(from, mountpoint, options, prefix);

Completed in 49 milliseconds