Lines Matching refs:ERROR
118 ERROR("Couldn't attach fifo to partition\n"); in RegisterFastBlockIo()
123 ERROR("Couldn't duplicate buffer vmo\n"); in RegisterFastBlockIo()
128 ERROR("Couldn't attach VMO\n"); in RegisterFastBlockIo()
157 ERROR("Read nothing from src_fd; %zu bytes left\n", bytes_left); in StreamFvmPartition()
160 ERROR("Cannot write non-block size multiple: %zu\n", vmo_sz); in StreamFvmPartition()
163 ERROR("Error reading partition data\n"); in StreamFvmPartition()
169 ERROR("Error writing partition: Too large\n"); in StreamFvmPartition()
178 ERROR("Error writing partition data\n"); in StreamFvmPartition()
195 ERROR("Error writing trailing zeroes: Too large\n"); in StreamFvmPartition()
204 ERROR("Error writing trailing zeroes\n"); in StreamFvmPartition()
228 ERROR("Failed to grow VMO\n"); in StreamPayloadToVmo()
235 ERROR("Error reading partition data\n"); in StreamPayloadToVmo()
259 ERROR("Cannot register fast block I/O\n"); in WriteVmoToBlock()
270 ERROR("Error writing partition data: Too large\n"); in WriteVmoToBlock()
278 ERROR("Error writing partition data: %s\n", zx_status_get_string(status)); in WriteVmoToBlock()
292 ERROR("Couldn't duplicate buffer vmo\n"); in WriteVmoToSkipBlock()
307 ERROR("Error writing partition data: %s\n", zx_status_get_string(status)); in WriteVmoToSkipBlock()
357 ERROR("Invalid ZBI payload!"); in ValidateKernelPayload()
378 ERROR("Failed to get topological path\n"); in TryBindToFvmDriver()
385 ERROR("Could not bind fvm driver\n"); in TryBindToFvmDriver()
392 ERROR("Error waiting for fvm driver to bind\n"); in TryBindToFvmDriver()
431 ERROR("Mismatched slice size. Reinitializing FVM.\n"); in FvmPartitionFormat()
434 ERROR("Could not query FVM for info. Reinitializing FVM.\n"); in FvmPartitionFormat()
437 ERROR("Saw DISK_FORMAT_FVM, but could not bind driver. Reinitializing FVM.\n"); in FvmPartitionFormat()
445 ERROR("Failed to initialize fvm: %s\n", zx_status_get_string(status)); in FvmPartitionFormat()
451 ERROR("Could not rebind partition: %s\n", in FvmPartitionFormat()
470 ERROR("Failed to get topological path\n"); in ZxcryptCreate()
485 ERROR("Could not create zxcrypt volume\n"); in ZxcryptCreate()
507 ERROR("Failed to extend zxcrypt volume: %s\n", zx_status_get_string(status)); in ZxcryptCreate()
520 ERROR("Couldn't get topological path of FVM\n"); in FvmPartitionIsChild()
524 ERROR("Couldn't get topological path of partition\n"); in FvmPartitionIsChild()
528 ERROR("Partition does not exist within FVM\n"); in FvmPartitionIsChild()
538 ERROR("-----------------------------------------------------\n"); in Warn()
539 ERROR("\n"); in Warn()
540 ERROR("%s:\n", problem); in Warn()
541 ERROR("%s\n", action); in Warn()
542 ERROR("\n"); in Warn()
543 ERROR("-----------------------------------------------------\n"); in Warn()
557 ERROR("Couldn't confirm old vpartition type\n"); in WipeAllFvmPartitionsWithGUID()
573 ERROR("Couldn't destroy partition: %ld\n", r); in WipeAllFvmPartitionsWithGUID()
599 ERROR("Bad partition magic\n"); in PreProcessPartitions()
605 ERROR("Failure wiping old partitions matching this GUID\n"); in PreProcessPartitions()
611 ERROR("Bad extent magic\n"); in PreProcessPartitions()
615 ERROR("First slice must start at zero\n"); in PreProcessPartitions()
619 ERROR("Extents must have > 0 slices\n"); in PreProcessPartitions()
623 ERROR("Extent length must fit within allocated slice count\n"); in PreProcessPartitions()
635 ERROR("Bad extent magic\n"); in PreProcessPartitions()
638 ERROR("Extents must have > 0 slices\n"); in PreProcessPartitions()
641 ERROR("Extent must fit within allocated slice count\n"); in PreProcessPartitions()
674 ERROR("Couldn't allocate partition\n"); in AllocatePartitions()
696 ERROR("Failed to extend partition: %s\n", in AllocatePartitions()
722 ERROR("Coudln't dup partition fd\n"); in FvmStreamPartitions()
732 ERROR("Couldn't find FVM partition\n"); in FvmStreamPartitions()
744 ERROR("Failed to validate partitions: %s\n", zx_status_get_string(status)); in FvmStreamPartitions()
753 ERROR("Failed to acquire FVM info: %s\n", zx_status_get_string(status)); in FvmStreamPartitions()
771 ERROR("Couldn't reformat FVM partition.\n"); in FvmStreamPartitions()
781 ERROR("Failed to allocate partitions: %s\n", zx_status_get_string(status)); in FvmStreamPartitions()
793 ERROR("Failed to create stream VMO\n"); in FvmStreamPartitions()
803 ERROR("Failed to register fast block IO\n"); in FvmStreamPartitions()
809 ERROR("Couldn't get partition block info\n"); in FvmStreamPartitions()
824 ERROR("Failed to stream partition\n"); in FvmStreamPartitions()
828 ERROR("Failed to flush client\n"); in FvmStreamPartitions()
841 ERROR("Failed to get unique GUID of new partition\n"); in FvmStreamPartitions()
846 ERROR("Failed to upgrade partition\n"); in FvmStreamPartitions()
864 ERROR("Failure looking for partition: %s\n", zx_status_get_string(status)); in PartitionPave()
868 ERROR("Failure creating partition: %s\n", zx_status_get_string(status)); in PartitionPave()
880 ERROR("Failed to format FTL: %s\n", zx_status_get_string(status)); in PartitionPave()
887 ERROR("Failed to stream partitions: %s\n", zx_status_get_string(status)); in PartitionPave()
896 ERROR("Couldn't get partition block size\n"); in PartitionPave()
903 ERROR("Failed to create stream VMO\n"); in PartitionPave()
910 ERROR("Failed to stream partition to VMO\n"); in PartitionPave()
914 ERROR("Failed to validate partition\n"); in PartitionPave()
925 ERROR("Failed to write partition to block\n"); in PartitionPave()
930 ERROR("Failed to finalize partition\n"); in PartitionPave()
947 ERROR("Unable to initialize a partitioner."); in RealMain()
993 ERROR("Unsupported command."); in RealMain()
1011 ERROR("DATA partition not found in FVM\n"); in DataFilePave()
1035 ERROR("zxcrypt bind error: %s\n", zx_status_get_string(status)); in DataFilePave()
1042 ERROR("unsupported disk format at %s\n", path); in DataFilePave()
1050 ERROR("mount error: %s\n", zx_status_get_string(status)); in DataFilePave()
1080 ERROR("open %s error: %s\n", data_path, strerror(errno)); in DataFilePave()
1087 ERROR("write %s error: %s\n", data_path, strerror(errno)); in DataFilePave()
1096 ERROR("unmount %s failed: %s\n", mount_path, in DataFilePave()