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

/macosx-10.10.1/autofs-246/automountd/
H A Dautod_autofs.c72 const char *trig_mntpnt; local
103 trig_mntpnt = me->map_mntpnt;
104 while (*trig_mntpnt == '/')
105 trig_mntpnt++;
159 if ((alp->mounta.trig_mntpnt = strdup(trig_mntpnt)) == NULL)
343 if (alp->mounta.trig_mntpnt)
344 free(alp->mounta.trig_mntpnt);
H A Dautod_mount.c329 bufsize += countstring(tmp->mounta.trig_mntpnt);
353 outbuf = putstring(outbuf, tmp->mounta.trig_mntpnt);
/macosx-10.10.1/autofs-246/headers/
H A Dautofs.h217 char *trig_mntpnt; member in struct:mounta
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_subr.c848 if (m->trig_mntpnt != NULL)
849 FREE(m->trig_mntpnt, M_AUTOFS);
962 error = getstring(&alp->mounta.trig_mntpnt, &inbuf,
1222 vfs_statfs(mp)->f_mntonname, m->trig_mntpnt));
1300 error = vfs_addtrigger(mp, m->trig_mntpnt, &vti, ctx);
1305 vfs_statfs(mp)->f_mntonname, m->trig_mntpnt, error);

Completed in 176 milliseconds