| /netbsd/src/sbin/gpt/ |
| D | map.c | 59 m->map_type = type; in map_create() 89 map_type(int t) in map_type() function 102 printf("add: %s %#jx %#jx\n", map_type(type), (uintmax_t)start, in map_add() 105 printf("have: %s %#jx %#jx\n", map_type(n->map_type), in map_add() 128 if (n->map_type != MAP_TYPE_UNUSED) { in map_add() 129 if (n->map_type != MAP_TYPE_MBR_PART || in map_add() 137 n->map_type = type; in map_add() 143 if (n->map_type != MAP_TYPE_UNUSED) { in map_add() 144 if (n->map_type != MAP_TYPE_MBR_PART || in map_add() 147 map_type(n->map_type), map_type(type)); in map_add() [all …]
|
| D | show.c | 116 print_part_type(int map_type, int flags, void *map_data, off_t map_start) in print_part_type() argument 126 switch (map_type) { in print_part_type() 206 printf("Unknown %#x", map_type); in print_part_type() 233 print_part_type(m->map_type, xshow, m->map_data, m->map_start); in show() 327 print_part_type(m->map_type, 0, m->map_data, in show_all() 338 if (m->map_type == MAP_TYPE_MBR_PART) { in show_all() 397 print_part_type(m->map_type, 0, m->map_data, in show_all() 401 switch (m->map_type) { in show_all() 471 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_show()
|
| D | map.h | 39 int map_type; member
|
| D | unset.c | 102 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_unset()
|
| D | set.c | 105 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_set()
|
| D | create.c | 85 map->map_type = MAP_TYPE_UNUSED; in create()
|
| D | resize.c | 165 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_resize()
|
| D | biosboot.c | 212 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1) in biosboot()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postalias/ |
| D | postalias.c | 294 static void postalias(char *map_type, char *path_name, int postalias_flags, in postalias() argument 323 if (strcmp(map_type, DICT_TYPE_PROXY) == 0) in postalias() 369 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags); in postalias() 584 static int postalias_query(const char *map_type, const char *map_name, in postalias_query() argument 590 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags); in postalias_query() 594 map_type, map_name, key); in postalias_query() 596 map_type, map_name); in postalias_query() 666 static int postalias_delete(const char *map_type, const char *map_name, in postalias_delete() argument 673 if (strcmp(map_type, DICT_TYPE_PROXY) == 0) in postalias_delete() 677 dict = dict_open3(map_type, map_name, open_flags, dict_flags); in postalias_delete() [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | data_redirect.c | 153 const char *map_type; in data_redirect_map() local 169 map_type = map; in data_redirect_map() 173 map_type = var_db_type; in data_redirect_map() 174 map_type_len = strlen(map_type); in data_redirect_map() 181 vstring_strncpy(result, map_type, map_type_len); in data_redirect_map() 192 vstring_prepend(result, map_type, map_type_len); in data_redirect_map()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postmap/ |
| D | postmap.c | 393 static void postmap(char *map_type, char *path_name, int postmap_flags, in postmap() argument 416 if (strcmp(map_type, DICT_TYPE_PROXY) == 0) in postmap() 463 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags); in postmap() 783 static int postmap_query(const char *map_type, const char *map_name, in postmap_query() argument 789 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags); in postmap_query() 795 map_type, map_name, key); in postmap_query() 797 map_type, map_name); in postmap_query() 875 static int postmap_delete(const char *map_type, const char *map_name, in postmap_delete() argument 882 if (strcmp(map_type, DICT_TYPE_PROXY) == 0) in postmap_delete() 886 dict = dict_open3(map_type, map_name, open_flags, dict_flags); in postmap_delete() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | nds32-dis.c | 39 enum map_type enum 56 enum map_type last_mapping_type; 71 enum map_type *); 73 enum map_type *); 981 enum map_type mapping_type = MAP_CODE; in print_insn_nds32() 1076 enum map_type fake_mapping_type; in print_insn_nds32() 1271 enum map_type *map_type) in is_mapping_symbol() argument 1280 *map_type = MAP_CODE; in is_mapping_symbol() 1285 *map_type = MAP_DATA0; in is_mapping_symbol() 1290 *map_type = MAP_DATA1; in is_mapping_symbol() [all …]
|
| D | arm-dis.c | 43 enum map_type enum 56 enum map_type last_type; 12311 enum map_type *map_symbol); 12375 enum map_type type = MAP_ARM; in find_ifthen_state() 12405 enum map_type *map_type) in is_mapping_symbol() argument 12413 *map_type = ((name[1] == 'a') ? MAP_ARM in is_mapping_symbol() 12428 enum map_type *map_type) in get_map_sym_type() argument 12434 return is_mapping_symbol (info, n, map_type); in get_map_sym_type() 12443 enum map_type *map_type) in get_sym_code_type() argument 12466 *map_type = MAP_THUMB; in get_sym_code_type() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | nds32-dis.c | 39 enum map_type enum 56 enum map_type last_mapping_type; 71 enum map_type *); 73 enum map_type *); 981 enum map_type mapping_type = MAP_CODE; in print_insn_nds32() 1076 enum map_type fake_mapping_type; in print_insn_nds32() 1271 enum map_type *map_type) in is_mapping_symbol() argument 1280 *map_type = MAP_CODE; in is_mapping_symbol() 1285 *map_type = MAP_DATA0; in is_mapping_symbol() 1290 *map_type = MAP_DATA1; in is_mapping_symbol() [all …]
|
| D | arm-dis.c | 43 enum map_type enum 56 enum map_type last_type; 12156 enum map_type *map_symbol); 12220 enum map_type type = MAP_ARM; in find_ifthen_state() 12250 enum map_type *map_type) in is_mapping_symbol() argument 12258 *map_type = ((name[1] == 'a') ? MAP_ARM in is_mapping_symbol() 12273 enum map_type *map_type) in get_map_sym_type() argument 12279 return is_mapping_symbol (info, n, map_type); in get_map_sym_type() 12288 enum map_type *map_type) in get_sym_code_type() argument 12311 *map_type = MAP_THUMB; in get_sym_code_type() [all …]
|
| /netbsd/src/external/bsd/am-utils/dist/scripts/ |
| D | test-amd.conf | 20 map_type = file 34 map_type = file
|
| D | amd.conf-sample | 114 map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap 133 map_type = file|hesiod|ndbm|nis|nisplus|passwd|union|ldap 157 map_type = exec
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| D | constructors_destructor_fn_imps.hpp | 107 map_type; in copy_from_range() typedef 111 map_type; in copy_from_range() 114 map_type m(first_it, last_it); in copy_from_range()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | mapc.c | 108 typedef struct map_type map_type; typedef 109 struct map_type { struct 219 static map_type maptypes[] = 372 map_type *mt=NULL, *lastmt; in mapc_showtypes() 402 map_type *mt; in mapc_type_exists() 646 map_type *mt; in mapc_create()
|
| D | info_ldap.c | 255 if (!gopt.map_type || !STREQ(gopt.map_type, AMD_LDAP_TYPE)) { in amu_ldap_init() 257 (gopt.map_type ? gopt.map_type : "null")); in amu_ldap_init()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | check-common.h | 89 enum map_type { OVERRUN, UNDERRUN }; enum 93 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
|
| D | check-common.c | 55 enum map_type type; 61 map_alloc(enum map_type type, const void *buf, in map_alloc()
|
| /netbsd/src/usr.sbin/npf/npfctl/ |
| D | npf_parse.y | 191 %type <num> map_sd map_algo map_flags map_type 410 map_type 425 : MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 430 | MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 434 | MAP ifref map_sd map_algo map_flags proto mapseg map_type mapseg
|
| /netbsd/src/share/examples/amd/ |
| D | amd.conf | 9 map_type = file
|
| /netbsd/src/usr.bin/mkcsmapper/ |
| D | yacc.y | 70 static int map_type; variable 427 map_type = type; in set_type()
|