Searched refs:efi_system_partition (Results 1 – 3 of 3) sorted by relevance
34 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()
19 struct efi_system_partition efi_system_partition; variable474 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()
66 extern struct efi_system_partition { struct70 } efi_system_partition; argument
Completed in 8 milliseconds