Home
last modified time | relevance | path

Searched refs:opt_map (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c67 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 { struct
79 TAILQ_ENTRY(opt_map) mapsq; /* map queue pointers */ argument
80 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 …]
/netbsd-src/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c64 struct opt_map { struct
70 const struct opt_map opt_map[] = variable
300 const struct opt_map *std_opts; in parse_opts()
321 std_opts = opt_map; in parse_opts()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dopts.c112 static char *opt_map = nullstr; variable
150 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()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog7114 * conf/mount/mount_linux.c (opt_map): Removed the MNTTAB_OPT_DEV