Home
last modified time | relevance | path

Searched refs:mapents (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c315 mapent *mapents; in process_ref() local
345 if (mapents == NULL || !safe_mapent(mapents)) { in process_ref()
408 return (mapents); in process_ref()
469 mapents = frontier_aux(mapents, child_ref, map, maplen, in frontier()
490 mapents = NULL; in frontier()
493 return (mapents); in frontier()
513 return (mapents); in frontier_aux()
518 return (mapents); in frontier_aux()
562 mapents = NULL; in frontier_aux()
565 mapents = in frontier_aux()
[all …]
H A Dautod_lookup.c52 struct mapent *mapents = NULL; in do_lookup1() local
111 mapents = parse_entry(key, mapname, mapopts, &ml, in do_lookup1()
122 if (mapents == NULL && *action == AUTOFS_NONE) { in do_lookup1()
153 if (mapents == NULL && *action == AUTOFS_NONE) in do_lookup1()
156 done: if (mapents) in do_lookup1()
157 free_mapent(mapents); in do_lookup1()
H A Dautod_parse.c155 return (mapents); in parse_entry()
171 if (mapents == NULL) in parse_entry()
172 return (mapents); in parse_entry()
208 return (mapents); in parse_entry()
213 free_mapent(mapents); in parse_entry()
260 *mapents = NULL; in mapline_to_mapent()
289 *mapents = me; in mapline_to_mapent()
397 if (*mapents == NULL) in mapline_to_mapent()
746 me = *mapents; in modify_mapents()
754 me = *mapents; in modify_mapents()
[all …]
H A Dautod_mount.c76 struct mapent *me, *mapents = NULL; in do_mount1() local
102 mapents = parse_entry(key, mapname, mapopts, &ml, in do_mount1()
109 for (me = mapents; me; me = me->map_next) { in do_mount1()
139 for (me = mapents; me && !err; me = me->map_next) { in do_mount1()
141 mapents->map_root, me->map_mntpnt); in do_mount1()
144 free_mapent(mapents); in do_mount1()
162 free_mapent(mapents); in do_mount1()
198 free_mapent(mapents); in do_mount1()
225 free_mapent(mapents); in do_mount1()
288 if (mapents) in do_mount1()
[all …]
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c267 int mapents; member
283 for (i = 0; i < arr[nt].mapents; i++, omp++) { in findoffset()