• Home
  • Raw
  • Download

Lines Matching refs:avb_error

86     avb_error("Could not allocate for GPT header\n");  in find_partition_entry_by_name()
92 avb_error("Could not allocate for partition entry\n"); in find_partition_entry_by_name()
105 avb_error("Could not ReadBlocks for gpt header\n"); in find_partition_entry_by_name()
116 avb_error("Could not allocate for ucs2 partition name\n"); in find_partition_entry_by_name()
127 avb_error("Could not convert partition name to UCS-2\n"); in find_partition_entry_by_name()
148 avb_error("Could not ReadBlocks for GPT header\n"); in find_partition_entry_by_name()
203 avb_error("Offset outside range.\n"); in read_from_partition()
228 avb_error("Could not read from Disk.\n"); in read_from_partition()
262 avb_error("Offset outside range.\n"); in write_to_partition()
273 avb_error("Cannot write beyond partition boundary.\n"); in write_to_partition()
289 avb_error("Could not write to Disk.\n"); in write_to_partition()
359 avb_error("GPT signature does not match.\n"); in validate_gpt()
364 avb_error("GPT header too small.\n"); in validate_gpt()
368 avb_error("GPT header too big.\n"); in validate_gpt()
380 avb_error("GPT header crc invalid.\n"); in validate_gpt()
385 avb_error("GPT header wrong revision.\n"); in validate_gpt()
422 avb_error("Cannot walk device path.\n"); in get_disk_block_io()
444 avb_error("LocateDevicePath, DISK_IO_PROTOCOL.\n"); in get_disk_block_io()
459 avb_error("Cannot get handle on block device.\n"); in get_disk_block_io()
470 avb_error("Cannot get handle on disk device.\n"); in get_disk_block_io()
478 avb_error("Logical partion or No Media Present, continue...\n"); in get_disk_block_io()
493 avb_error("ReadBlocks, Block Media error.\n"); in get_disk_block_io()
501 avb_error("Invalid GPTHeader\n"); in get_disk_block_io()
575 avb_error("Error getting unique GUID for partition.\n"); in get_unique_guid_for_partition()
580 avb_error("GUID buffer size too small.\n"); in get_unique_guid_for_partition()
627 avb_error("HandleProtocol, LOADED_IMAGE_PROTOCOL.\n"); in uefi_avb_ops_new()
637 avb_error("Could not acquire block or disk device handle.\n"); in uefi_avb_ops_new()