Home
last modified time | relevance | path

Searched refs:state (Results 1 – 15 of 15) sorted by relevance

/misc/services/acrn_manager/
A Dacrnctl.c350 vmname, state_str[s->state], argv[1], args); in acrnctl_do_add()
419 if (s->state != VM_STARTED) { in acrnctl_do_blkrescan()
421 argv[VM_NAME], state_str[s->state], state_str[VM_STARTED]); in acrnctl_do_blkrescan()
455 if (s->state == VM_CREATED) { in acrnctl_do_stop()
456 printf("%s is already (%s)\n", vmname, state_str[s->state]); in acrnctl_do_stop()
522 if (s->state != VM_CREATED) { in acrnctl_do_del()
523 printf("can't delete %s(%s)\n", argv[1], state_str[s->state]); in acrnctl_do_del()
554 if (s->state != VM_CREATED) { in acrnctl_do_start()
555 printf("can't start %s(%s)\n", argv[1], state_str[s->state]); in acrnctl_do_start()
577 if (s->state == VM_CREATED) { in wait_vm_stop()
[all …]
A Dacrn_vm_ops.c62 if (ack.data.state < 0) { in query_state()
63 fprintf(stderr, "%s ack.data.state:%d\n", __FUNCTION__, ack.data.state); in query_state()
66 return ack.data.state; in query_state()
169 vm->state); in _scan_alive_vm()
271 vm->state = vm->state_tmp; in _remove_dead_vm()
350 printf("%s\t\t%s\n", s->name, state_str[s->state]); in list_vm()
A Dacrnctl.h33 unsigned long state; member
A Dacrnd.c151 switch (vm->state) { in acrnd_vm_timer_func()
161 printf("%s: Unknown vm state %ld\n", __func__, vm->state); in acrnd_vm_timer_func()
264 switch (vm->state) { in active_all_vms()
277 printf("%s: Unkown vm state %ld\n", __func__, vm->state); in active_all_vms()
309 if (vm->state == VM_SUSPENDED) in wakeup_suspended_vms()
461 if (s->state != status) in check_vms_status()
A Dacrn_mngr.h50 int state; member
A DREADME.rst76 Use the ``list`` command to display VMs and their state:
88 If a VM is in a stopped state, you can start it with the ``start`` command. The
107 and can be useful when the User VM is in a bad state and not shutting down
/misc/config_tools/board_inspector/legacy/
A Dacpi.py472 for state in state_cpus:
475 cx_data_file = open(sysnode2+state+'/'+item, 'r')
476 cx_state[state][item] = cx_data_file.read().strip()
477 cx_state[state]['type'] = i
480 if cx_state[state][cpu_state[0]].find(acpi_hw_type[0]) != -1:
485 elif cx_state[state][cpu_state[0]].find(acpi_hw_type[1]) != -1:
489 addr_val = get_value_after_str(cx_state[state][cpu_state[0]], acpi_hw_type[1])
491 elif cx_state[state][cpu_state[0]].find(acpi_hw_type[2]) != -1:
496 addr_val = get_value_after_str(cx_state[state][cpu_state[0]], acpi_hw_type[2])
503 cx_state[state]['type'], int(cx_state[state][cpu_state[1]]),
[all …]
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DVUART.vue20 …<b-form-select :state="validation(VUARTConn.endpoint[0].vm_name)" v-model="VUARTConn.endpoint[0].v…
48 …<b-form-select :state="validation(VUARTConn.endpoint[1].vm_name)" v-model="VUARTConn.endpoint[1].v…
70 <b-form-select :state="validation(VUARTConn.type)" v-model="VUARTConn.type"
109 …<b-form-input :state="validateVBDF(VUARTConn.endpoint[0].vbdf)" v-model="VUARTConn.endpoint[0].vbd…
121 …<b-form-input :state="validateVBDF(VUARTConn.endpoint[1].vbdf)" v-model="VUARTConn.endpoint[1].vbd…
A DIVSHMEM_REGION.vue19 …<b-form-input :state="validateIvshrgName(IVSHMEM_VMO.NAME)" v-model="IVSHMEM_VMO.NAME" placeholder…
100 …<b-form-select :state="validation(IVSHMEM_VM.VM_NAME)" v-model="IVSHMEM_VM.VM_NAME" :options="vmNa…
106 …<b-form-input :state="validateVBDF(IVSHMEM_VM.VBDF)" v-model="IVSHMEM_VM.VBDF" placeholder="00:[de…
A Dcpu_affinity.vue57 <b-form-select :state="validateCPUAffinity(cpu.pcpu_id)" v-model="cpu.pcpu_id">
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/
A DInput.vue33 …<b-form-input :state="validateId(input.id)" v-model="input.id" placeholder="An arbitrary-long stri…
A DNetwork.vue34 …<b-form-input :state="validateInterfaceName(network.interface_name)" v-model="network.interface_na…
/misc/debug_tools/acrn_crashlog/
A DREADME.rst45 To remove all generated files and return the folder to its clean state,
/misc/config_tools/configurator/packages/vue-json-schema-form/
A DLICENSE.vue-json-schema-form130 5. Submission of Contributions. Unless You explicitly state otherwise,
/misc/config_tools/configurator/packages/configurator/src-tauri/
A DCargo.lock3439 name = "state"
3680 "state",

Completed in 23 milliseconds