Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 25 of 44) sorted by relevance

12

/netbsd/src/sbin/gpt/
Dmap.c59 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 …]
Dshow.c116 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()
Dmap.h39 int map_type; member
Dunset.c102 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_unset()
Dset.c105 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_set()
Dcreate.c85 map->map_type = MAP_TYPE_UNUSED; in create()
Dresize.c165 if (m->map_type != MAP_TYPE_GPT_PART || in cmd_resize()
Dbiosboot.c212 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1) in biosboot()
/netbsd/src/external/ibm-public/postfix/dist/src/postalias/
Dpostalias.c294 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/
Ddata_redirect.c153 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/
Dpostmap.c393 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/
Dnds32-dis.c39 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 …]
Darm-dis.c43 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/
Dnds32-dis.c39 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 …]
Darm-dis.c43 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/
Dtest-amd.conf20 map_type = file
34 map_type = file
Damd.conf-sample114 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_/
Dconstructors_destructor_fn_imps.hpp107 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/
Dmapc.c108 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()
Dinfo_ldap.c255 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/
Dcheck-common.h89 enum map_type { OVERRUN, UNDERRUN }; enum
93 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
Dcheck-common.c55 enum map_type type;
61 map_alloc(enum map_type type, const void *buf, in map_alloc()
/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_parse.y191 %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/
Damd.conf9 map_type = file
/netbsd/src/usr.bin/mkcsmapper/
Dyacc.y70 static int map_type; variable
427 map_type = type; in set_type()

12