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()
331 avb_error("GPT signature does not match.\n"); in validate_gpt()
336 avb_error("GPT header too small.\n"); in validate_gpt()
340 avb_error("GPT header too big.\n"); in validate_gpt()
352 avb_error("GPT header crc invalid.\n"); in validate_gpt()
357 avb_error("GPT header wrong revision.\n"); in validate_gpt()
394 avb_error("Cannot walk device path.\n"); in get_disk_block_io()
416 avb_error("LocateDevicePath, DISK_IO_PROTOCOL.\n"); in get_disk_block_io()
431 avb_error("Cannot get handle on block device.\n"); in get_disk_block_io()
442 avb_error("Cannot get handle on disk device.\n"); in get_disk_block_io()
450 avb_error("Logical partion or No Media Present, continue...\n"); in get_disk_block_io()
465 avb_error("ReadBlocks, Block Media error.\n"); in get_disk_block_io()
473 avb_error("Invalid GPTHeader\n"); in get_disk_block_io()
547 avb_error("Error getting unique GUID for partition.\n"); in get_unique_guid_for_partition()
552 avb_error("GUID buffer size too small.\n"); in get_unique_guid_for_partition()
599 avb_error("HandleProtocol, LOADED_IMAGE_PROTOCOL.\n"); in uefi_avb_ops_new()
609 avb_error("Could not acquire block or disk device handle.\n"); in uefi_avb_ops_new()