Searched refs:opt_map (Results 1 – 4 of 4) sorted by relevance
67 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */68 TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */70 struct opt_map { struct79 TAILQ_ENTRY(opt_map) mapsq; /* map queue pointers */ argument80 LIST_ENTRY(opt_map) mapsl; /* map list pointers */97 void ypdb_close_map(struct opt_map *);98 DBM *ypdb_open_db(const char *, const char *, u_int *, struct opt_map **);162 ypdb_close_map(struct opt_map *map) in ypdb_close_map()185 struct opt_map *last; in ypdb_close_last()237 struct opt_map **map_info) in ypdb_open_db()[all …]
64 struct opt_map { struct70 const struct opt_map opt_map[] = variable300 const struct opt_map *std_opts; in parse_opts()321 std_opts = opt_map; in parse_opts()
112 static char *opt_map = nullstr; variable150 0, &opt_map, 0, FALSE },1481 opt_map = map; in eval_fs_opts()1559 opt_key = opt_map = opt_path = nullstr; in eval_fs_opts()
7114 * conf/mount/mount_linux.c (opt_map): Removed the MNTTAB_OPT_DEV