Home
last modified time | relevance | path

Searched refs:VM_NAME (Results 1 – 6 of 6) sorted by relevance

/misc/services/life_mngr/
A Dconfig.c80 else if (strncmp(VM_NAME, (const char *)key_str, sizeof(VM_NAME)) == 0) in load_config()
A Dlife_mngr.conf9 VM_NAME=service_VM
A Dconfig.h24 #define VM_NAME "VM_NAME" macro
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DIVSHMEM_REGION.vue95 <span v-html="this.IVSHMEM_VM.properties.VM_NAME.description"></span>
100 …<b-form-select :state="validation(IVSHMEM_VM.VM_NAME)" v-model="IVSHMEM_VM.VM_NAME" :options="vmNa…
226 "VM_NAME": "",
250 "VM_NAME": "",
254 "VM_NAME": "",
/misc/services/acrn_manager/
A Dacrnctl.c38 #define VM_NAME (1) macro
414 s = vmmngr_find(argv[VM_NAME]); in acrnctl_do_blkrescan()
416 printf("can't find %s\n", argv[VM_NAME]); in acrnctl_do_blkrescan()
421 argv[VM_NAME], state_str[s->state], state_str[VM_STARTED]); in acrnctl_do_blkrescan()
425 blkrescan_vm(argv[VM_NAME], argv[CMD_ARGS]); in acrnctl_do_blkrescan()
/misc/config_tools/configurator/packages/configurator/src/pages/
A DConfig.vue372 if (ivshmem_vm.VM_NAME === oldname) {
373 ivshmem_vm.VM_NAME = newname

Completed in 6 milliseconds