Home
last modified time | relevance | path

Searched refs:mapent (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c59 struct mapent *mapent; member
117 struct mapent *
238 struct mapent *mp; in mapline_to_mapent()
543 me = node->mapent; in push_options()
553 if (node->mapent && strcmp(node->mapent->map_fstype, in push_options()
729 struct mapent *me; in modify_mapents()
1017 struct mapent *me; in mark_and_fake_level1_noroot()
1101 node->mapent = me; in mark_and_fake_level1_noroot()
1658 struct mapent *m; in free_mapent()
1705 struct mapent *me; in trace_mapents()
[all …]
H A Dns_fnmount.c49 typedef struct mapent mapent; typedef
80 static mapent *
97 static mapent *
109 static mapent *
190 static mapent *
308 static mapent *
432 static mapent *
497 static mapent *
503 mapent *me; in frontier_aux()
756 static mapent *
[all …]
H A Dautomount.h141 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 Dautod_lookup.c52 struct mapent *mapents = NULL; in do_lookup1()
H A Dautod_autofs.c52 struct mapent *me, in mount_autofs()
H A Dautod_mount.c76 struct mapent *me, *mapents = NULL; in do_mount1()
H A Dautod_nfs.c138 static struct mapfs *enum_servers(struct mapent *, char *);
227 mount_nfs(struct mapent *me, char *mntpnt, char *prevhost, int overlay, in mount_nfs()
548 enum_servers(struct mapent *me, char *preferred) in enum_servers()