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.c692 memset(hddp->partition_signature, 0, in dp_part_node()
693 sizeof(hddp->partition_signature)); in dp_part_node()
697 memset(hddp->partition_signature, 0, in dp_part_node()
698 sizeof(hddp->partition_signature)); in dp_part_node()
699 memcpy(hddp->partition_signature, &desc->mbr_sig, in dp_part_node()
704 memcpy(hddp->partition_signature, &desc->guid_sig, in dp_part_node()
705 sizeof(hddp->partition_signature)); in dp_part_node()
Defi_device_path_to_text.c166 void *sig = hddp->partition_signature; in dp_media()
/external/u-boot/include/
Defi_api.h451 u8 partition_signature[16]; member