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

  /src/sys/modules/autofs/
Makefile 5 .PATH: ${S}/fs/autofs
7 KMOD= autofs
8 IOCONF= autofs.ioconf
9 SRCS= autofs.c autofs_vfsops.c autofs_vnops.c
  /src/sys/fs/autofs/
Makefile 3 INCSDIR= /usr/include/fs/autofs
autofs_vfsops.c 39 #include "autofs.h"
46 MODULE(MODULE_CLASS_VFS, autofs, NULL);
131 * Allocate the autofs mount.
154 * Initialize the autofs mount.
236 * directories are created via indirect map. Autofs doesn't
376 SYSCTL_SETUP(autofs_sysctl_create, "autofs sysctl")
387 CTLTYPE_NODE, "autofs",
480 error = devsw_attach("autofs", NULL, &bmajor, &autofs_cdevsw,
  /src/etc/autofs/
Makefile 11 FILESDIR= /etc/autofs
  /src/etc/rc.d/
automount 13 rcvar="autofs"
16 required_modules="autofs"
27 /sbin/umount -At autofs
  /src/sys/fs/
Makefile 3 SUBDIR= adosfs autofs cd9660 efs filecorefs hfs msdosfs nilfs ntfs ptyfs \
  /src/external/bsd/am-utils/dist/doc/
Makefile.am 44 alldocs: ps install-NEWS install-INSTALL install-ChangeLog install-AUTHORS install-tasks install-autofs install-y2k install-ldap install-osx install-BUGS install-FAQ install-html install-ps install-MIRRORS install-attrcache install-sun2amd
79 install-autofs: $(AMU_HTML_TOP)/autofs.txt
80 $(AMU_HTML_TOP)/autofs.txt: $(top_srcdir)/README.autofs
  /src/external/bsd/am-utils/dist/
Makefile.am 152 conf/autofs/autofs_default.h \
153 conf/autofs/autofs_default.c \
154 conf/autofs/autofs_linux.h \
155 conf/autofs/autofs_linux.c \
156 conf/autofs/autofs_solaris_v1.h \
157 conf/autofs/autofs_solaris_v1.c \
158 conf/autofs/autofs_solaris_v2_v3.h \
159 conf/autofs/autofs_solaris_v2_v3.c \
304 README.autofs \
  /src/sbin/mount_autofs/
mount_autofs.c 47 #include <fs/autofs/autofs_mount.h>
125 err(EXIT_FAILURE, "autofs on %s", canon_dir);
139 "autofs mount_point\n", getprogname());
  /src/share/man/man5/
Makefile 34 MAN+= autofs.5
  /src/usr.sbin/
Makefile 40 SUBDIR+= autofs
  /src/etc/defaults/
rc.conf 345 autofs=NO automount_flags=""
  /src/usr.sbin/autofs/
automount.c 46 #include <fs/autofs/autofs_mount.h>
97 error = mount("autofs", fspath, 0, &args, sizeof(args));
118 if (strcmp(sb->f_fstypename, "autofs") != 0) {
126 log_debugx("autofs already mounted "
154 log_debugx("unmounting stale autofs mounts");
157 if (strcmp(mntbuf[i].f_fstypename, "autofs") != 0) {
158 log_debugx("skipping %s, filesystem type is not autofs",
165 log_debugx("leaving autofs mounted on %s",
170 log_debugx("autofs mounted on %s not found "
175 log_debugx("mounting new autofs mounts")
    [all...]
automountd.c 53 #include <fs/autofs/autofs_ioctl.h>
196 * Direct map. autofs(4) doesn't have a way to determine
217 * "Wildcards" here actually means "make autofs(4) request
269 * Not a mountpoint; create directories in the autofs mount
440 .ml_filename = "autofs",
508 * We attempt to load autofs before open(2) to suppress below warning
509 * "module error: incompatible module class for `autofs' (3 != 2)",
511 * spec_open() tries to load autofs as MODULE_CLASS_DRIVER while autofs
  /src/sys/modules/
Makefile 36 SUBDIR+= autofs
  /src/external/bsd/am-utils/dist/include/
am_defs.h 188 * On Solaris 2.6, <sys/varargs.h> is included in <sys/fs/autofs.h>
623 * AUTOFS PROTOCOL HEADER FILES:
642 * Actions to take if <sys/fs/autofs.h> exists.
645 # include <sys/fs/autofs.h>
677 ** That is actually defined in "conf/autofs/autofs_${autofs_style}.h" **
  /src/etc/
MAKEDEV.tmpl 849 makedev autofs
2265 autofs)
2266 mkdev autofs c %autofs_chr% 0 600
Makefile 345 .for subdir in . defaults autofs bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh unbound
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 325 #include <fs/autofs/autofs_ioctl.h>
sanitizer_interceptors_ioctl_netbsd.inc 665 /* Entries from file: fs/autofs/autofs_ioctl.h */
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 664 /* Entries from file: fs/autofs/autofs_ioctl.h */
sanitizer_platform_limits_netbsd.cpp 476 #include <fs/autofs/autofs_ioctl.h>
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 664 /* Entries from file: fs/autofs/autofs_ioctl.h */
sanitizer_platform_limits_netbsd.cpp 476 #include <fs/autofs/autofs_ioctl.h>

Completed in 52 milliseconds