Searched refs:mapent (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_parse.c | 58 struct mapent *mapent; member 61 void free_mapent(struct mapent *); 63 static int mapline_to_mapent(struct mapent **, struct mapline *, char *, char *, 65 static int hierarchical_sort(struct mapent *, hiernode **, char *, char *); 67 static int set_mapent_opts(struct mapent *, char *, char *, char *); 69 static int fstype_opts(struct mapent *, char *, char *, char *); 70 static int modify_mapents(struct mapent **, char *, char *, char *, hiernode *, 73 struct mapent **, uint_t, char *, bool_t); 76 struct mapent **, uint_t i, char *); 77 static int convert_mapent_to_automount(struct mapent *, char *, char *); [all …]
|
H A D | ns_fnmount.c | 49 typedef struct mapent mapent; typedef 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 *mapents, const FN_ref_t *ref, char *map, size_t maplen, 158 safe_mapent(mapent *me); 190 static mapent * 308 static mapent * 315 mapent *mapents; in process_ref() [all …]
|
H A D | automount.h | 141 struct mapent { struct 154 struct mapent *map_next; argument 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; in do_lookup1()
|
H A D | autod_autofs.c | 54 struct mapent *me, in mount_autofs()
|
H A D | autod_mount.c | 78 struct mapent *me, *mapents = NULL; in do_mount1()
|
H A D | autod_nfs.c | 140 static struct mapfs *enum_servers(struct mapent *, char *); 230 struct mapent *me, in mount_nfs() 557 enum_servers(struct mapent *me, char *preferred) in enum_servers()
|