HomeSort by: relevance | last modified time | path
    Searched refs:hdr_guid (Results 1 - 9 of 9) sorted by relevancy

  /src/sbin/gpt/
uuid.c 96 memmove(hdr->hdr_guid, uuidstore, sizeof(hdr->hdr_guid));
header.c 98 gpt_uuid_snprintf(buf, sizeof(buf), "%d", hdr->hdr_guid);
backup.c 135 gpt_uuid_snprintf(buf, sizeof(buf), "%d", hdr->hdr_guid);
restore.c 360 gpt_uuid_copy(hdr->hdr_guid, gpt_guid);
show.c 127 gpt_uuid_snprintf(b, blen, "%d", hdr->hdr_guid);
gpt.c 963 if (gpt_uuid_generate(gpt, hdr->hdr_guid) == -1)
  /src/sbin/efi/
gptsubr.c 125 uint8_t hdr_guid[16]; /* GUID to identify the disk */
222 memcpy(&uuid, hdr->hdr_guid, sizeof(uuid));
  /src/sys/dev/dkwedge/
dkwedge_gpt.c 173 uuid_dec_le(hdr->hdr_guid, &disk_guid);
  /src/sys/sys/
disklabel_gpt.h 54 uint8_t hdr_guid[16]; /* GUID to identify the disk */ member in struct:gpt_hdr

Completed in 26 milliseconds