Searched refs:cf_map_t (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | conf.c | 141 static int process_one_regular_map(const cf_map_t *cfm); 142 static int process_regular_option(const char *section, const char *key, const char *val, cf_map_t *… 143 static int ropt_browsable_dirs(const char *val, cf_map_t *cfm); 144 static int ropt_map_name(const char *val, cf_map_t *cfm); 145 static int ropt_map_defaults(const char *val, cf_map_t *cfm); 146 static int ropt_map_options(const char *val, cf_map_t *cfm); 147 static int ropt_map_type(const char *val, cf_map_t *cfm); 148 static int ropt_mount_type(const char *val, cf_map_t *cfm); 149 static int ropt_search_path(const char *val, cf_map_t *cfm); 150 static int ropt_sun_map_syntax(const char *val, cf_map_t *cfm); [all …]
|
| D | amd.h | 209 typedef struct cf_map cf_map_t; typedef 364 cf_map_t *cfm; /* pointer to per-map amd.conf opts, if any */ 563 extern cf_map_t *find_cf_map(const char *name); 652 extern void root_newmap(const char *, const char *, const char *, const cf_map_t *);
|
| D | mapc.c | 1094 root_newmap(const char *dir, const char *opts, const char *map, const cf_map_t *cfm) in root_newmap()
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | ChangeLog | 4956 (find_cf_map): new exported function to return a cf_map_t given a 4972 includes pointer to cf_map_t, amd.conf defaults and options for a
|