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

/macosx-10.10/autofs-246/mig/
H A Dautofs_prot.defs59 in map : autofs_pathname; /* context or map name */
60 in path : autofs_pathname; /* mountpoint */
62 in subdir : autofs_pathname; /* subdir within map */
87 in mntresource : autofs_pathname; /* mntpnt source */
88 in mntpnt : autofs_pathname; /* mntpnt to unmount */
102 in rda_map : autofs_pathname;
121 in rda_map : autofs_pathname;
123 in rda_subdir : autofs_pathname; /* subdir within map */
142 in map : autofs_pathname; /* context or map name */
143 in path : autofs_pathname; /* mountpoin
[all...]
H A Dautofs_migtypes.h30 type autofs_pathname = c_string[*:PATH_MAX]; variable
/macosx-10.10/autofs-246/headers/
H A Dautofs_types.h34 typedef char autofs_pathname[PATH_MAX+1]; typedef
H A Dautomount.h313 extern int do_mount1(const autofs_pathname, const char *,
314 const autofs_pathname, const autofs_opts, const autofs_pathname,
317 extern int do_lookup1(const autofs_pathname, const char *,
318 const autofs_pathname, const autofs_opts, boolean_t, uid_t, int *);
319 extern int do_unmount1(fsid_t, autofs_pathname, autofs_pathname,
321 extern int do_readdir(autofs_pathname, off_t, uint32_t, off_t *,
323 extern int do_readsubdir(autofs_pathname, char *, autofs_pathname,
[all...]
/macosx-10.10/autofs-246/automountd/
H A Dautod_lookup.c47 do_lookup1(const autofs_pathname mapname, const char *key,
48 const autofs_pathname subdir, const autofs_opts mapopts,
H A Dautod_main.c73 static int do_mount_subtrigger(autofs_pathname, autofs_pathname,
74 autofs_pathname, autofs_opts, autofs_pathname, autofs_pathname,
614 autofs_readdir(__unused mach_port_t server, autofs_pathname rda_map,
648 autofs_readsubdir(__unused mach_port_t server, autofs_pathname rda_map,
650 autofs_pathname rda_subdir, autofs_opts rda_mntopts,
707 autofs_pathname mntresource, autofs_pathname mntpn
[all...]
H A Dautod_mount.c115 do_mount1(const autofs_pathname mapname, const char *key,
116 const autofs_pathname subdir, const autofs_opts mapopts,
117 const autofs_pathname path, boolean_t isdirect, boolean_t issubtrigger,
921 do_unmount1(fsid_t mntpnt_fsid, autofs_pathname mntresource,
922 autofs_pathname mntpnt, autofs_component fstype, autofs_opts mntopts)
H A Dautod_readdir.c77 do_readdir(autofs_pathname rda_map, off_t rda_offset,
219 do_readsubdir(autofs_pathname rda_map, char *key,
220 autofs_pathname rda_subdir, autofs_opts mapopts, uint32_t rda_dirino,

Completed in 191 milliseconds