| /netbsd-src/sbin/gpt/ |
| H A 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 …]
|
| H A D | show.c | 116 print_part_type(int map_type, int flags, void *map_data, off_t map_start) in print_part_type() 126 switch (map_type) { in print_part_type() 206 printf("Unknown %#x", map_type); 233 print_part_type(m->map_type, xshow, m->map_data, m->map_start); in show_one() 327 print_part_type(m->map_type, 0, m->map_data, in show_all() 338 if (m->map_type == MAP_TYPE_MBR_PART) { in cmd_show() 397 print_part_type(m->map_type, 0, m->map_data, 401 switch (m->map_type) { 471 if (m->map_type != MAP_TYPE_GPT_PART || 75 print_part_type(int map_type,int flags,void * map_data,off_t map_start) print_part_type() argument
|
| H A D | map.h | 39 int map_type; member
|
| H A D | unset.c | 102 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_unset()
|
| H A D | set.c | 105 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_set()
|
| H A D | create.c | 85 map->map_type = MAP_TYPE_UNUSED; in create()
|
| H A D | resize.c | 165 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_resize()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postalias/ |
| H A 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/ |
| H A 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/ |
| H A 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.old/dist/opcodes/ |
| H A 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 …]
|
| H A D | arm-dis.c | 43 enum map_type enum 56 enum map_type last_type; 11678 enum map_type *map_symbol); 11742 enum map_type type = MAP_ARM; in find_ifthen_state() 11771 enum map_type *map_type) in is_mapping_symbol() argument 11779 *map_type = ((name[1] == 'a') ? MAP_ARM in is_mapping_symbol() 11794 enum map_type *map_type) in get_map_sym_type() argument 11800 return is_mapping_symbol (info, n, map_type); in get_map_sym_type() 11809 enum map_type *map_type) in get_sym_code_type() argument 11826 *map_type = MAP_THUMB; in get_sym_code_type() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A 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 …]
|
| /netbsd-src/external/bsd/am-utils/dist/scripts/ |
| H A D | test-amd.conf | 20 map_type = file 34 map_type = file
|
| H A 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_/ |
| H A 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/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| H A 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/ |
| H A 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()
|
| H A 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/ |
| H A 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 **);
|
| H A 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/ |
| H A D | npf_parse.y | 190 %type <num> map_sd map_algo map_flags map_type 387 map_type 402 : MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 407 | MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 411 | MAP ifref map_sd map_algo map_flags proto mapseg map_type mapseg
|
| /netbsd-src/share/examples/amd/ |
| H A D | amd.conf | 9 map_type = file
|
| /netbsd-src/usr.bin/mkcsmapper/ |
| H A D | yacc.y | 70 static int map_type; variable 427 map_type = type; in set_type()
|
| /netbsd-src/external/mit/isl/lib/libisl/ |
| H A D | Makefile | 36 map_type.h \
|