Home
last modified time | relevance | path

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

/lib/efi_loader/
A Defi_var_file.c40 if (efi_system_partition.uclass_id == UCLASS_INVALID) in efi_set_blk_dev_to_system_partition()
44 efi_system_partition.devnum, efi_system_partition.part); in efi_set_blk_dev_to_system_partition()
45 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
569 if (part && efi_system_partition.uclass_id == UCLASS_INVALID) { in efi_disk_add_dev()
572 efi_system_partition.uclass_id = desc->uclass_id; in efi_disk_add_dev()
573 efi_system_partition.devnum = desc->devnum; in efi_disk_add_dev()
574 efi_system_partition.part = part; in efi_disk_add_dev()

Completed in 11 milliseconds