Searched refs:MNTTYPE_AUTOFS (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/autofs-234/automountd/
H A Dautod_autofs.c207 if (mount(MNTTYPE_AUTOFS, mntpnt,
258 strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0)
H A Dautod_parse.c797 strcmp(node->mapent->map_fstype, MNTTYPE_AUTOFS) == 0)
1136 (strcmp(me->map_fstype, MNTTYPE_AUTOFS) != 0) &&
1455 me->map_fstype = strdup(MNTTYPE_AUTOFS);
1456 me->map_mounter = strdup(MNTTYPE_AUTOFS);
1544 if ((me->map_fstype = strdup(MNTTYPE_AUTOFS)) == NULL)
H A Dautod_main.c1002 if (mount(MNTTYPE_AUTOFS, mntpt, flags|MNT_AUTOMOUNTED|MNT_DONTBROWSE,
H A Dautod_mount.c252 } else if (strcmp(me->map_fstype, MNTTYPE_AUTOFS) == 0) {
/macosx-10.9.5/autofs-234/automount/
H A Dautomount.c454 if (strcmp(mntp->f_fstypename, MNTTYPE_AUTOFS) != 0) {
593 if (mount(MNTTYPE_AUTOFS, dir->dir_realpath,
698 if (strcmp(mnt->f_fstypename, MNTTYPE_AUTOFS) == 0) {
845 if (strcmp(mnt->f_fstypename, MNTTYPE_AUTOFS) != 0)
/macosx-10.9.5/autofs-234/headers/
H A Dautofs.h51 #define MNTTYPE_AUTOFS "autofs" macro
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c150 static const char autofs_typename[] = MNTTYPE_AUTOFS;
1384 vnt.vnt_params.vnfs_str = MNTTYPE_AUTOFS;
H A Dauto_vfsops.c105 MNTTYPE_AUTOFS, /* filesystem type name */

Completed in 151 milliseconds