Searched refs:reason (Results 1 – 13 of 13) sorted by relevance
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | event_handler.c | 169 char reason[REBOOT_REASON_SIZE]; in event_handle() local 171 read_startupreason(reason, sizeof(reason)); in event_handle() 172 if (!strcmp(reason, "WARM") || in event_handle() 173 !strcmp(reason, "WATCHDOG")) in event_handle()
|
| A D | sender.c | 359 char reason[REBOOT_REASON_SIZE]; in crashlog_send_reboot() local 379 read_startupreason(reason, sizeof(reason)); in crashlog_send_reboot() 380 hist_raise_event(etype_str[e->event_type], reason, NULL, "", eid); in crashlog_send_reboot()
|
| A D | README.rst | 172 This file provides the function to get system reboot reason from kernel
|
| A D | conf.rst | 215 It means that the trigger's content is the reboot reason of system. The
|
| /misc/services/acrn_manager/ |
| A D | acrnctl.h | 59 int resume_vm(const char *vmname, unsigned reason);
|
| A D | acrn_mngr.h | 47 unsigned reason; member
|
| A D | acrn_vm_ops.c | 392 int resume_vm(const char *vmname, unsigned reason) in resume_vm() argument 401 req.data.reason = reason; in resume_vm()
|
| A D | acrnd.c | 259 unsigned reason = 0; in active_all_vms() local 272 reason = get_sos_wakeup_reason(); in active_all_vms() 274 ret += resume_vm(vm->name, reason); in active_all_vms() 338 ret = ack.data.reason; in get_sos_wakeup_reason()
|
| /misc/efi-stub/ |
| A D | efilinux.h | 250 exit(EFI_HANDLE image, EFI_STATUS status, UINTN size, CHAR16 *reason) in exit() argument 252 return uefi_call_wrapper(boot->Exit, 4, image, status, size, reason); in exit()
|
| /misc/config_tools/scenario_config/ |
| A D | scenario_cfg_gen.py | 123 reason = validation_error.reason + ": last call: " + str(validation_error.obj) 124 scenario_cfg_lib.ERR_LIST[key] = element + reason
|
| A D | validator.py | 82 e = ValidationError([error.path], error.reason, "critical")
|
| /misc/debug_tools/acrn_trace/scripts/ |
| A D | formats | 4 0x00000010 CPU%(cpu)d 0x%(event)016x %(tsc)d vmexit [exit reason = 0x%(1)08x, rIP = 0x%(2)08x] 18 0x00020000 CPU%(cpu)d 0x%(event)016x %(tsc)d vmexit unhandled [exit reason = 0x%(1)08x]
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/ |
| A D | LICENSE.vue-json-schema-form | 173 incurred by, or claims asserted against, such Contributor by reason
|
Completed in 19 milliseconds