Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_device_path.c729 memset(hddp->partition_signature, 0, in dp_part_node()
730 sizeof(hddp->partition_signature)); in dp_part_node()
734 memset(hddp->partition_signature, 0, in dp_part_node()
735 sizeof(hddp->partition_signature)); in dp_part_node()
736 memcpy(hddp->partition_signature, &desc->mbr_sig, in dp_part_node()
741 memcpy(hddp->partition_signature, &desc->guid_sig, in dp_part_node()
742 sizeof(hddp->partition_signature)); in dp_part_node()
Defi_device_path_to_text.c196 void *sig = hddp->partition_signature; in dp_media()
/external/u-boot/include/
Defi_api.h484 u8 partition_signature[16]; member