Searched refs:mapent (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 59 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...] |
H A D | ns_fnmount.c | 49 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 D | automount.h | 141 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 D | autod_lookup.c | 54 struct mapent *mapents = NULL; 150 * Each mapent in the list describes a mount to be done.
|
H A D | autod_autofs.c | 54 struct mapent *me,
|
H A D | autod_mount.c | 78 struct mapent *me, *mapents = NULL; 132 * Each mapent in the list describes a mount to be done. 188 * continue because the rest of the mapent list
|
H A D | autod_nfs.c | 138 static struct mapfs *enum_servers(struct mapent *, char *); 228 struct mapent *me, 553 enum_servers(struct mapent *me, char *preferred) 567 dump_mfs(me->map_fs, " enum_servers: mapent: ", 2);
|
Completed in 59 milliseconds