Lines Matching full:efi
2 * EFI application disk support
20 /* Generic EFI object parent class data */
22 /* EFI Interface callback struct for block I/O */
28 /* EFI Interface Media descriptor struct, referenced by ops */
30 /* EFI device path to this block device */
68 debug("EFI: %s:%d blocks=%x lba=%"PRIx64" blksz=%x dir=%d\n", __func__, in efi_disk_rw_blocks()
83 debug("EFI: %s:%d n=%lx blocks=%x\n", __func__, __LINE__, n, blocks); in efi_disk_rw_blocks()
204 /* Fill in EFI IO Media info (for read/write callbacks) */ in efi_disk_add_dev()
249 * EFI payload, we scan through all of the potentially available ones and
253 * Consider converting the code to look up devices as needed. The EFI device
288 * El Torito images show up as block devices in an EFI world, in efi_disk_register()
325 * in an EFI world, so let's create them here in efi_disk_register()