Searched refs:status (Results 1 – 8 of 8) sorted by relevance
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | cmdutils.c | 76 int status; in execv_out2file() local 79 res = waitpid(pid, &status, 0); in execv_out2file() 85 if (WIFEXITED(status)) { in execv_out2file() 86 exit_status = WEXITSTATUS(status); in execv_out2file() 93 } else if (WIFSIGNALED(status)) { in execv_out2file() 95 WTERMSIG(status)); in execv_out2file() 96 } else if (WIFSTOPPED(status)) { in execv_out2file() 98 WSTOPSIG(status)); in execv_out2file()
|
| /misc/config_tools/library/ |
| A D | launch_cfg_lib.py | 238 status = True 240 return status 244 status = True 246 status = False 248 return status 252 status = True 254 return status 260 status = True 262 status = False 264 return status
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/config/widgets/UploadWidget/ |
| A D | index.js | 41 status: 'finished', 49 status: 'finished',
|
| /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/debug_tools/acrn_crashlog/ |
| A D | README.rst | 113 To check the status of this tool: 119 It will show the status of the related services. Example:
|
| /misc/config_tools/board_inspector/legacy/ |
| A D | acpi.py | 90 self.status = 0 566 px_tmp.status = ctl_state 573 px_data[freq].status, p_cnt), file=config)
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | 50-acpi-namespace.py | 514 status = add_child(element, "status") 516 add_child(status, "present", "y" if sta & 0x1 != 0 else "n") 517 add_child(status, "enabled", "y" if sta & 0x2 != 0 else "n") 518 add_child(status, "functioning", "y" if sta & 0x8 != 0 else "n")
|
| /misc/services/acrn_manager/ |
| A D | acrnd.c | 456 static int check_vms_status(unsigned int status) in check_vms_status() argument 461 if (s->state != status) in check_vms_status()
|
Completed in 24 milliseconds