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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_lookup.c54 struct mapent *mapents = NULL; local
113 mapents = parse_entry(key, mapname, mapopts, &ml,
124 if (mapents == NULL && *action == AUTOFS_NONE) {
155 if (mapents == NULL && *action == AUTOFS_NONE)
158 done: if (mapents)
159 free_mapent(mapents);
H A Dns_fnmount.c62 * "res") either a list of mapents giving the mounts that need to be
65 * mapents, a single mapent representing an indirect mount point.
74 * mapent root, return a list of mapents to mount. If "shallow" is
75 * true return, in place of the list of mapents, a single mapent
86 * future mounts may need to be triggered. Add to mapents the
95 * Return the new mapents, or free mapents and return NULL on failure.
98 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
105 * corresponding direct autofs mount point to mapents. Otherwise
110 frontier_aux(mapent *mapents, cons
315 mapent *mapents; local
433 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen, char *mntpnt, char *opts, FN_status_t *status) argument
498 frontier_aux(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen, char *mntpnt, const char *name, char *opts, FN_status_t *status) argument
[all...]
H A Dautod_parse.c124 struct mapent *mapents = NULL; local
149 * the /net parser - uses do_mapent_hosts to build mapents.
153 mapents = do_mapent_hosts(mapopts, key, isdirect);
154 if (mapents == NULL) /* nothing to free */
155 return (mapents);
158 trace_mapents("do_mapent_hosts:(return)", mapents);
160 if (hierarchical_sort(mapents, &rootnode, key, mapname)
167 if (mapline_to_mapent(&mapents, ml, key, mapname,
171 if (mapents == NULL)
172 return (mapents);
233 mapline_to_mapent(struct mapent **mapents, struct mapline *ml, char *key, char *mapname, char *mapopts, char *defaultopts, uint_t isdirect) argument
427 hierarchical_sort(struct mapent *mapents, hiernode **rootnode, char *key, char *mapname) argument
726 modify_mapents(struct mapent **mapents, char *mapname, char *mapopts, char *subdir, hiernode *rootnode, char *key, uint_t isdirect, bool_t mount_access) argument
1234 parse_fsinfo(char *mapname, struct mapent *mapents) argument
1700 trace_mapents(char *s, struct mapent *mapents) argument
[all...]
H A Dautod_mount.c78 struct mapent *me, *mapents = NULL; local
104 mapents = parse_entry(key, mapname, mapopts, &ml,
111 for (me = mapents; me; me = me->map_next) {
141 for (me = mapents; me && !err; me = me->map_next) {
143 mapents->map_root, me->map_mntpnt);
146 free_mapent(mapents);
164 free_mapent(mapents);
187 * following mapents. The reason we can't
200 free_mapent(mapents);
227 free_mapent(mapents);
[all...]
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c267 int mapents; member in struct:nt_offmap
283 for (i = 0; i < arr[nt].mapents; i++, omp++) {

Completed in 69 milliseconds