Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c98 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
110 frontier_aux(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
223 res->m_or_l.mapents = NULL; in getmapent_fn()
299 res->m_or_l.mapents = in getmapent_fn()
315 mapent *mapents; in process_ref() local
343 mapents = parse_entry(key, map, opts, &ml, NULL, 0, in process_ref()
345 if (mapents == NULL || !safe_mapent(mapents)) { in process_ref()
346 free_mapent(mapents); in process_ref()
349 free(mapents->map_root); in process_ref()
350 mapents->map_root = root; in process_ref()
[all …]
H A Dautod_lookup.c54 struct mapent *mapents = NULL; in do_lookup1() local
113 mapents = parse_entry(key, mapname, mapopts, &ml, in do_lookup1()
124 if (mapents == NULL && *action == AUTOFS_NONE) { in do_lookup1()
155 if (mapents == NULL && *action == AUTOFS_NONE) in do_lookup1()
158 done: if (mapents) in do_lookup1()
159 free_mapent(mapents); in do_lookup1()
H A Dautod_parse.c124 struct mapent *mapents = NULL; in parse_entry() local
153 mapents = do_mapent_hosts(mapopts, key, isdirect); in parse_entry()
154 if (mapents == NULL) /* nothing to free */ in parse_entry()
155 return (mapents); in parse_entry()
158 trace_mapents("do_mapent_hosts:(return)", mapents); in parse_entry()
160 if (hierarchical_sort(mapents, &rootnode, key, mapname) in parse_entry()
167 if (mapline_to_mapent(&mapents, ml, key, mapname, in parse_entry()
171 if (mapents == NULL) in parse_entry()
172 return (mapents); in parse_entry()
174 if (hierarchical_sort(mapents, &rootnode, key, mapname) in parse_entry()
[all …]
H A Dautod_mount.c78 struct mapent *me, *mapents = NULL; in do_mount1() local
104 mapents = parse_entry(key, mapname, mapopts, &ml, in do_mount1()
111 for (me = mapents; me; me = me->map_next) { in do_mount1()
141 for (me = mapents; me && !err; me = me->map_next) { in do_mount1()
143 mapents->map_root, me->map_mntpnt); in do_mount1()
146 free_mapent(mapents); in do_mount1()
164 free_mapent(mapents); in do_mount1()
200 free_mapent(mapents); in do_mount1()
227 free_mapent(mapents); in do_mount1()
290 if (mapents) in do_mount1()
[all …]
/titanic_50/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()