/src/sbin/gpt/ |
destroy.c | 71 map_t pri_hdr, sec_hdr, pmbr; local in function:destroy 74 sec_hdr = map_find(gpt, MAP_TYPE_SEC_GPT_HDR); 77 if (pri_hdr == NULL && sec_hdr == NULL) { 82 if (recoverable && sec_hdr == NULL) { 95 if (!recoverable && sec_hdr != NULL) { 96 memset(sec_hdr->map_data, 0, gpt->secsz); 97 if (gpt_write(gpt, sec_hdr) == -1) {
|
destroy.c | 71 map_t pri_hdr, sec_hdr, pmbr; local in function:destroy 74 sec_hdr = map_find(gpt, MAP_TYPE_SEC_GPT_HDR); 77 if (pri_hdr == NULL && sec_hdr == NULL) { 82 if (recoverable && sec_hdr == NULL) { 95 if (!recoverable && sec_hdr != NULL) { 96 memset(sec_hdr->map_data, 0, gpt->secsz); 97 if (gpt_write(gpt, sec_hdr) == -1) {
|
destroy.c | 71 map_t pri_hdr, sec_hdr, pmbr; local in function:destroy 74 sec_hdr = map_find(gpt, MAP_TYPE_SEC_GPT_HDR); 77 if (pri_hdr == NULL && sec_hdr == NULL) { 82 if (recoverable && sec_hdr == NULL) { 95 if (!recoverable && sec_hdr != NULL) { 96 memset(sec_hdr->map_data, 0, gpt->secsz); 97 if (gpt_write(gpt, sec_hdr) == -1) {
|