Home
last modified time | relevance | path

Searched refs:hddp (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_device_path_to_text.c221 struct efi_device_path_hard_drive_path *hddp = in dp_media() local
223 void *sig = hddp->partition_signature; in dp_media()
228 memcpy(&start, &hddp->partition_start, sizeof(start)); in dp_media()
229 memcpy(&end, &hddp->partition_end, sizeof(end)); in dp_media()
231 switch (hddp->signature_type) { in dp_media()
238 hddp->partition_number, signature, start, end); in dp_media()
244 hddp->partition_number, sig, start, end); in dp_media()
249 hddp->partition_number, hddp->partmap_type, in dp_media()
A Defi_device_path.c769 hddp->dp.length = sizeof(*hddp); in dp_part_node()
770 hddp->partition_number = part; in dp_part_node()
771 hddp->partition_start = info.start; in dp_part_node()
772 hddp->partition_end = info.size; in dp_part_node()
774 hddp->partmap_type = 2; in dp_part_node()
776 hddp->partmap_type = 1; in dp_part_node()
781 hddp->signature_type = 0; in dp_part_node()
782 memset(hddp->partition_signature, 0, in dp_part_node()
786 hddp->signature_type = 1; in dp_part_node()
793 hddp->signature_type = 2; in dp_part_node()
[all …]

Completed in 6 milliseconds