Searched refs:mapline (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | automount.h | 109 struct mapline { struct 279 extern struct mapent *parse_entry(char *, char *, char *, struct mapline *, 339 extern int getmapent(char *, char *, struct mapline *, char **, char ***, 351 extern int getmapent_files(char *, char *, struct mapline *, char **, char ***, 360 extern int getmapent_nis(char *, char *, struct mapline *, char **, char ***, 368 extern int getmapent_ldap(char *, char *, struct mapline *, char **, char ***,
|
H A D | ns_fnmount.c | 50 typedef struct mapline mapline; typedef 172 trim_line(mapline *ml); 179 opts_only(const mapline *ml); 313 mapline ml; in process_ref() 721 trim_line(mapline *ml) in trim_line() 739 opts_only(const mapline *ml) in opts_only()
|
H A D | autod_lookup.c | 53 struct mapline ml; in do_lookup1()
|
H A D | ns_generic.c | 130 struct mapline *ml;
|
H A D | ns_nis.c | 77 struct mapline *ml;
|
H A D | autod_parse.c | 63 static int mapline_to_mapent(struct mapent **, struct mapline *, char *, char *, 117 parse_entry(char *key, char *mapname, char *mapopts, struct mapline *ml, in parse_entry() 232 mapline_to_mapent(struct mapent **mapents, struct mapline *ml, char *key, in mapline_to_mapent()
|
H A D | ns_files.c | 77 struct mapline *ml;
|
H A D | autod_mount.c | 77 struct mapline ml; in do_mount1()
|
H A D | ns_ldap.c | 259 getmapent_ldap(char *key, char *map, struct mapline *ml, in getmapent_ldap()
|