Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_device_path.c407 struct efi_device_path_cdrom_path *cddp = buf; in dp_part_fill() local
409 cddp->boot_entry = part - 1; in dp_part_fill()
410 cddp->dp.type = DEVICE_PATH_TYPE_MEDIA_DEVICE; in dp_part_fill()
411 cddp->dp.sub_type = DEVICE_PATH_SUB_TYPE_CDROM_PATH; in dp_part_fill()
412 cddp->dp.length = sizeof(*cddp); in dp_part_fill()
413 cddp->partition_start = info.start; in dp_part_fill()
414 cddp->partition_end = info.size; in dp_part_fill()
416 buf = &cddp[1]; in dp_part_fill()