Searched refs:MAP_TYPE_SEC_GPT_HDR (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dmap.h42 #define MAP_TYPE_SEC_GPT_HDR 4 macro
H A Ddestroy.c66 sec_hdr = map_find(MAP_TYPE_SEC_GPT_HDR);
H A Drecover.c74 tpg = map_find(MAP_TYPE_SEC_GPT_HDR);
116 tpg = map_add(last, 1LL, MAP_TYPE_SEC_GPT_HDR,
H A Dcreate.c77 map_find(MAP_TYPE_SEC_GPT_HDR) != NULL) {
198 tpg = map_add(last, 1LL, MAP_TYPE_SEC_GPT_HDR,
H A Dremove.c85 tpg = map_find(MAP_TYPE_SEC_GPT_HDR);
H A Dshow.c162 case MAP_TYPE_SEC_GPT_HDR:
H A Dmigrate.c172 map_find(MAP_TYPE_SEC_GPT_HDR) != NULL) {
222 tpg = map_add(last, 1LL, MAP_TYPE_SEC_GPT_HDR, calloc(1, secsz));
H A Dadd.c83 tpg = map_find(MAP_TYPE_SEC_GPT_HDR);
H A Dbiosboot.c153 tpg = map_find(MAP_TYPE_SEC_GPT_HDR);
H A Dlabel.c86 tpg = map_find(MAP_TYPE_SEC_GPT_HDR);
H A Dgpt.c630 ? MAP_TYPE_PRI_GPT_HDR : MAP_TYPE_SEC_GPT_HDR, hdr);

Completed in 83 milliseconds