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

/netbsd-current/sbin/gpt/
H A Ddestroy.c71 map_t pri_hdr, sec_hdr, pmbr; local
73 pri_hdr = map_find(gpt, MAP_TYPE_PRI_GPT_HDR);
77 if (pri_hdr == NULL && sec_hdr == NULL) {
87 if (pri_hdr != NULL) {
88 memset(pri_hdr->map_data, 0, gpt->secsz);
89 if (gpt_write(gpt, pri_hdr) == -1) {

Completed in 89 milliseconds