Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_var_file.c34 if (!efi_system_partition.if_type) { in efi_set_blk_dev_to_system_partition()
39 efi_system_partition.devnum, efi_system_partition.part); in efi_set_blk_dev_to_system_partition()
40 r = fs_set_blk_dev(blk_get_if_type_name(efi_system_partition.if_type), in efi_set_blk_dev_to_system_partition()
A Defi_disk.c19 struct efi_system_partition efi_system_partition; variable
474 if (part && !efi_system_partition.if_type) { in efi_disk_add_dev()
476 efi_system_partition.if_type = desc->if_type; in efi_disk_add_dev()
477 efi_system_partition.devnum = desc->devnum; in efi_disk_add_dev()
478 efi_system_partition.part = part; in efi_disk_add_dev()
/u-boot/include/
A Defi_loader.h66 extern struct efi_system_partition { struct
70 } efi_system_partition; argument

Completed in 8 milliseconds