Searched defs:mapent (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c49 typedef struct mapent mapent; typedef in typeref:struct:mapent
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
80 static mapent *
97 static mapent *
98 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
109 static mapent *
110 frontier_aux(mapent *mapent
[all...]
H A Dautomount.h141 struct mapent { struct
154 struct mapent *map_next;
272 extern void free_mapent(struct mapent *);
279 extern struct mapent *parse_entry(char *, char *, char *, struct mapline *,
312 extern int mount_nfs(struct mapent *, char *, char *, int, uid_t,
314 extern int mount_autofs(struct mapent *, char *, action_list *,
H A Dautod_parse.c59 struct mapent *mapent; member in struct:_hiernode
62 void free_mapent(struct mapent *);
64 static int mapline_to_mapent(struct mapent **, struct mapline *, char *, char *,
66 static int hierarchical_sort(struct mapent *, hiernode **, char *, char *);
68 static int set_mapent_opts(struct mapent *, char *, char *, char *);
70 static int fstype_opts(struct mapent *, char *, char *, char *);
71 static int modify_mapents(struct mapent **, char *, char *, char *, hiernode *,
74 struct mapent **, uint_t, char *, bool_t);
77 struct mapent **, uint_
[all...]

Completed in 116 milliseconds