Searched refs:mounta (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/autofs-234/automountd/
H A Dautod_autofs.c115 if ((alp->mounta.opts = malloc(AUTOFS_MAXOPTSLEN)) == NULL)
117 if (strlcpy(alp->mounta.opts, me->map_mntopts, AUTOFS_MAXOPTSLEN)
121 free(alp->mounta.opts);
127 if (process_opts(alp->mounta.opts, &alp->mounta.isdirect) != 0)
133 if ((alp->mounta.path = strdup(mntpnt)) == NULL)
136 if ((alp->mounta.map = strdup(me->map_fs->mfs_dir)) == NULL)
138 if ((alp->mounta.subdir = strdup(subdir)) == NULL)
141 if (alp->mounta.isdirect) {
143 if ((alp->mounta
[all...]
H A Dautod_mount.c324 bufsize += countstring(tmp->mounta.dir);
325 bufsize += countstring(tmp->mounta.opts);
326 bufsize += countstring(tmp->mounta.path);
327 bufsize += countstring(tmp->mounta.map);
328 bufsize += countstring(tmp->mounta.subdir);
329 bufsize += countstring(tmp->mounta.trig_mntpnt);
330 bufsize += sizeof (int); /* tmp->mounta.flags */
331 bufsize += sizeof (int); /* tmp->mounta.mntflags */
332 bufsize += sizeof (uint32_t); /* tmp->mounta.isdirect */
333 bufsize += sizeof (uint32_t); /* tmp->mounta
[all...]
/macosx-10.9.5/autofs-234/headers/
H A Dautofs.h211 struct mounta { struct
226 struct mounta mounta; member in struct:action_list
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c84 struct mounta mounta; /* struct mounta from the action list entry for the subtrigger */ member in struct:subtrigger
629 struct mounta *m = &subtrigger->mounta;
722 struct mounta *m = tc->tc_ti->ti_private;
829 * Free the strings pointed to by a struct mounta.
832 free_mounta_strings(struct mounta *m)
857 free_mounta_strings(&action->mounta);
938 error = getstring(&alp->mounta
[all...]

Completed in 71 milliseconds