Searched refs:map_data (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Drecover.c93 MAP_TYPE_SEC_GPT_TBL, tbl->map_data);
104 lbt->map_data);
123 memcpy(tpg->map_data, gpt->map_data, secsz);
124 hdr = tpg->map_data;
141 memcpy(gpt->map_data, tpg->map_data, secsz);
142 hdr = gpt->map_data;
H A Dbiosboot.c173 mbr = mbrmap->map_data;
193 ent = m->map_data;
213 hdr = gpt->map_data;
216 ent = (void*)((char*)tbl->map_data + j * le32toh(hdr->hdr_entsz));
220 ent = (void*)((char*)tbl->map_data + i * le32toh(hdr->hdr_entsz));
223 hdr->hdr_crc_table = htole32(crc32(tbl->map_data,
232 hdr = tpg->map_data;
235 ent = (void*)((char*)lbt->map_data + j * le32toh(hdr->hdr_entsz));
239 ent = (void*)((char*)lbt->map_data + i * le32toh(hdr->hdr_entsz));
242 hdr->hdr_crc_table = htole32(crc32(lbt->map_data,
[all...]
H A Dremove.c112 hdr = gpt->map_data;
113 ent = (void*)((char*)tbl->map_data + i *
123 hdr->hdr_crc_table = htole32(crc32(tbl->map_data,
131 hdr = tpg->map_data;
132 ent = (void*)((char*)lbt->map_data + i *
138 hdr->hdr_crc_table = htole32(crc32(lbt->map_data,
H A Dmap.h48 void *map_data; member in struct:map
H A Ddestroy.c79 bzero(pri_hdr->map_data, secsz);
84 bzero(sec_hdr->map_data, secsz);
H A Dadd.c97 hdr = gpt->map_data;
106 ent = (void*)((char*)tbl->map_data + i *
116 ent = (void*)((char*)tbl->map_data + i *
138 hdr->hdr_crc_table = htole32(crc32(tbl->map_data,
146 hdr = tpg->map_data;
147 ent = (void*)((char*)lbt->map_data + i * le32toh(hdr->hdr_entsz));
153 hdr->hdr_crc_table = htole32(crc32(lbt->map_data,
H A Dmigrate.c169 mbr = map->map_data;
221 tbl->map_data);
224 hdr = gpt->map_data;
244 ent = tbl->map_data;
291 ent = tbl->map_data;
303 memcpy(tpg->map_data, gpt->map_data, secsz);
304 hdr = tpg->map_data;
315 mbr = map->map_data;
H A Dcreate.c165 hdr = gpt->map_data;
181 ent = tbl->map_data;
201 tbl->map_data);
202 memcpy(tpg->map_data, gpt->map_data, secsz);
203 hdr = tpg->map_data;
H A Dlabel.c113 hdr = gpt->map_data;
114 ent = (void*)((char*)tbl->map_data + i *
124 hdr->hdr_crc_table = htole32(crc32(tbl->map_data,
132 hdr = tpg->map_data;
133 ent = (void*)((char*)lbt->map_data + i *
139 hdr->hdr_crc_table = htole32(crc32(lbt->map_data,
H A Dshow.c172 p = m->map_data;
176 mbr = p->map_data;
188 ent = m->map_data;
H A Dmap.c59 m->map_data = NULL;
88 n->map_data = data;
105 m->map_data = data;
H A Dgpt.c397 write(fd, map->map_data, count) == (ssize_t)count)
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dsun_map_parse.y412 * Parse 'map_data' which is assumed to be a Sun-syle map. If
428 sun_map_parse_read(const char *map_data)
432 /* pass map_data to lex */
433 sun_map_tok_setbuff(map_data);
H A Dinfo_ldap.c285 m->map_data = (void *) aldh;
467 ALD *a = (ALD *) (m->map_data);
571 ALD *aldh = (ALD *) (m->map_data);
H A Damd.h362 void *map_data; /* Map data black box */ member in struct:mnt_map
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dexcept.c607 duplicate_eh_regions_map map, void *map_data)
617 data.label_map_data = map_data;
598 duplicate_eh_regions(struct function *ifun, eh_region copy_region, int outer_lp, duplicate_eh_regions_map map, void *map_data) argument

Completed in 114 milliseconds