Searched refs:cf_map_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | conf.c | 150 static void init_cf_map(cf_map_t *cfm); 156 static cf_map_t *head_map, *cur_map; 233 init_cf_map(cf_map_t *cfm) in init_cf_map() 316 cur_map = CALLOC(cf_map_t); in set_conf_kv() 329 cf_map_t *tmp_map = CALLOC(cf_map_t); in set_conf_kv() 1305 ropt_map_name(const char *val, cf_map_t *cfm) in ropt_map_name() 1389 ropt_tag(const char *val, cf_map_t *cfm) in ropt_tag() 1400 process_one_regular_map(const cf_map_t *cfm) in process_one_regular_map() 1435 cf_map_t *tmp_map = head_map; in process_all_regular_maps() 1457 cf_map_t * [all …]
|
| H A D | amd.h | 207 typedef struct cf_map cf_map_t; typedef 362 cf_map_t *cfm; /* pointer to per-map amd.conf opts, if any */ 561 extern cf_map_t *find_cf_map(const char *name); 650 extern void root_newmap(const char *, const char *, const char *, const cf_map_t *);
|
| H A D | mapc.c | 1092 root_newmap(const char *dir, const char *opts, const char *map, const cf_map_t *cfm) in root_newmap()
|
| /freebsd-12.1/contrib/amd/ |
| H A D | ChangeLog | 4950 (find_cf_map): new exported function to return a cf_map_t given a 4966 includes pointer to cf_map_t, amd.conf defaults and options for a
|