Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 13 of 13) sorted by relevance

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Devent_handler.c169 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 Dsender.c359 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 DREADME.rst172 This file provides the function to get system reboot reason from kernel
A Dconf.rst215 It means that the trigger's content is the reboot reason of system. The
/misc/services/acrn_manager/
A Dacrnctl.h59 int resume_vm(const char *vmname, unsigned reason);
A Dacrn_mngr.h47 unsigned reason; member
A Dacrn_vm_ops.c392 int resume_vm(const char *vmname, unsigned reason) in resume_vm() argument
401 req.data.reason = reason; in resume_vm()
A Dacrnd.c259 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 Defilinux.h250 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 Dscenario_cfg_gen.py123 reason = validation_error.reason + ": last call: " + str(validation_error.obj)
124 scenario_cfg_lib.ERR_LIST[key] = element + reason
A Dvalidator.py82 e = ValidationError([error.path], error.reason, "critical")
/misc/debug_tools/acrn_trace/scripts/
A Dformats4 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 DLICENSE.vue-json-schema-form173 incurred by, or claims asserted against, such Contributor by reason

Completed in 19 milliseconds