Searched refs:deathReason (Results 1 – 5 of 5) sorted by relevance
378 public final int deathReason; field in BootResult393 int deathReason, in BootResult() argument405 this.deathReason = deathReason; in BootResult()476 final CompletableFuture<Integer> deathReason = new CompletableFuture<>(); in tryBootVm() local489 deathReason.complete(reason); in tryBootVm()497 deathReason.getNow(VmEventListener.STOP_REASON_INFRASTRUCTURE_ERROR), in tryBootVm()
24 DeathReason deathReason;
75 let death_reason = match atom.deathReason { in forward_vm_exited_atom()
202 deathReason: reason, in write_vm_exited_stats_sync()
1404 assertThat(result.deathReason).isNotEqualTo(VirtualMachineCallback.STOP_REASON_HANGUP); in assertThatBootFailsAfterCompromisingPartition()1444 assertThat(bootResult.deathReason).isEqualTo( in bootFailsWhenConfigIsInvalid()1457 assertThat(bootResult.deathReason) in bootFailsWhenBinaryNameIsInvalid()2456 assertThat(bootResult.deathReason).isEqualTo(VirtualMachineCallback.STOP_REASON_REBOOT); in bootFailsWithCustomVendorPartitionForPvm()