Searched refs:cddp (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c287 struct efi_device_path_cdrom_path *cddp = local
289 s += sprintf(s, "CDROM(%u,0x%llx,0x%llx)", cddp->boot_entry,
290 cddp->partition_start, cddp->partition_size);
H A Defi_device_path.c739 struct efi_device_path_cdrom_path *cddp = buf; local
741 cddp->boot_entry = part;
742 cddp->dp.type = DEVICE_PATH_TYPE_MEDIA_DEVICE;
743 cddp->dp.sub_type = DEVICE_PATH_SUB_TYPE_CDROM_PATH;
744 cddp->dp.length = sizeof(*cddp);
745 cddp->partition_start = info.start;
746 cddp->partition_size = info.size;
748 buf = &cddp[1];

Completed in 101 milliseconds