Searched refs:efi_system_partition (Results 1 – 3 of 3) sorted by relevance
41 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()
23 struct efi_system_partition efi_system_partition = { variable528 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()
168 extern struct efi_system_partition { struct172 } efi_system_partition; argument
Completed in 7 milliseconds