Searched refs:efi_system_partition (Results 1 – 2 of 2) sorted by relevance
40 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()
23 struct efi_system_partition efi_system_partition = { variable569 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