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.c41 if (efi_system_partition.uclass_id == UCLASS_INVALID) { in efi_set_blk_dev_to_system_partition()
46 efi_system_partition.devnum, efi_system_partition.part); in efi_set_blk_dev_to_system_partition()
47 r = fs_set_blk_dev(blk_get_uclass_name(efi_system_partition.uclass_id), in efi_set_blk_dev_to_system_partition()
A Defi_disk.c23 struct efi_system_partition efi_system_partition = { variable
528 if (part && efi_system_partition.uclass_id == UCLASS_INVALID) { in efi_disk_add_dev()
530 efi_system_partition.uclass_id = desc->uclass_id; in efi_disk_add_dev()
531 efi_system_partition.devnum = desc->devnum; in efi_disk_add_dev()
532 efi_system_partition.part = part; in efi_disk_add_dev()
/u-boot/include/
A Defi_loader.h168 extern struct efi_system_partition { struct
172 } efi_system_partition; argument

Completed in 7 milliseconds