Home
last modified time | relevance | path

Searched refs:partition_signature (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c687 memset(hddp->partition_signature, 0, in dp_part_node()
688 sizeof(hddp->partition_signature)); in dp_part_node()
692 memset(hddp->partition_signature, 0, in dp_part_node()
693 sizeof(hddp->partition_signature)); in dp_part_node()
694 memcpy(hddp->partition_signature, &desc->mbr_sig, in dp_part_node()
699 memcpy(hddp->partition_signature, &desc->guid_sig, in dp_part_node()
700 sizeof(hddp->partition_signature)); in dp_part_node()
H A Defi_device_path_to_text.c174 void *sig = hddp->partition_signature; in dp_media()
/openbmc/u-boot/include/
H A Defi_api.h460 u8 partition_signature[16]; member