Searched refs:cf_map_t (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | conf.c | 140 static int process_one_regular_map(const cf_map_t *cfm); 141 static int process_regular_option(const char *section, const char *key, const char *val, cf_map_t *… 142 static int ropt_browsable_dirs(const char *val, cf_map_t *cfm); 143 static int ropt_map_name(const char *val, cf_map_t *cfm); 144 static int ropt_map_defaults(const char *val, cf_map_t *cfm); 145 static int ropt_map_options(const char *val, cf_map_t *cfm); 146 static int ropt_map_type(const char *val, cf_map_t *cfm); 147 static int ropt_mount_type(const char *val, cf_map_t *cfm); 148 static int ropt_search_path(const char *val, cf_map_t *cfm); 149 static int ropt_tag(const char *val, cf_map_t *cfm); [all …]
|
| HD | amd.h | 211 typedef struct cf_map cf_map_t; typedef 359 cf_map_t *cfm; /* pointer to per-map amd.conf opts, if any */ 540 extern cf_map_t *find_cf_map(const char *name); 621 extern void root_newmap(const char *, const char *, const char *, const cf_map_t *);
|
| HD | mapc.c | 1026 root_newmap(const char *dir, const char *opts, const char *map, const cf_map_t *cfm) in root_newmap()
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 3890 (find_cf_map): new exported function to return a cf_map_t given a 3906 includes pointer to cf_map_t, amd.conf defaults and options for a
|