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

/macosx-10.10.1/autofs-246/automountd/
H A Dautod_lookup.c51 struct mapent *mapents = NULL; local
58 mapents = parse_entry(key, mapname, mapopts, subdir, isdirect,
97 if (mapents)
98 free_mapent(mapents);
H A Dautod_parse.c200 struct mapent *mapents = NULL; local
218 * the /net parser - uses do_mapent_hosts to build mapents.
222 mapents = do_mapent_hosts(mapopts, key, isdirect, err);
223 if (mapents == NULL) /* nothing to free */
224 return (mapents);
227 trace_mapents("do_mapent_hosts:(return)", mapents);
229 *err = hierarchical_sort(mapents, &rootnode, key, mapname);
235 * build mapents.
241 mapents = do_mapent_fstab(mapopts, key, isdirect, node_type,
243 if (mapents
459 mapline_to_mapent(struct mapent **mapents, struct mapline *ml, const char *key, const char *mapname, const char *mapopts, char *defaultopts, uint_t isdirect) argument
662 hierarchical_sort(struct mapent *mapents, hiernode **rootnode, const char *key, const char *mapname) argument
1085 modify_mapents(struct mapent **mapents, const char *mapname, const char *mapopts, const char *subdir, hiernode *rootnode, const char *key, uint_t isdirect, bool_t mount_access) argument
1677 parse_fsinfo(const char *mapname, struct mapent *mapents) argument
2248 trace_mapents(char *s, struct mapent *mapents) argument
[all...]
H A Dautod_mount.c122 struct mapent *me, *mapents; local
139 mapents = parse_entry(key, mapname, mapopts, subdir, isdirect,
141 if (mapents == NULL) {
149 for (me = mapents; me; me = me->map_next) {
178 for (me = mapents; me && !err; me = me->map_next) {
187 * used to look in the map entry for mapents at or
197 path, mapents->map_root,
202 free_mapent(mapents);
206 free_mapent(mapents);
224 free_mapent(mapents);
[all...]
H A Dautod_readdir.c225 struct mapent *me, *mapents; local
245 mapents = parse_entry(key, rda_map, mapopts, rda_subdir, FALSE,
247 if (mapents == NULL) {
251 for (me = mapents; me; me = me->map_next) {
272 free_mapent(mapents);
285 if (mapents)
286 free_mapent(mapents);

Completed in 97 milliseconds