Searched refs:command (Results 1 – 18 of 18) sorted by relevance
| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | external_tools.py | 15 def run(command, **kwargs): argument 18 if isinstance(command, list): 19 full_path = available_tools[command[0]] 21 return subprocess.run([full_path] + command[1:], **kwargs) 22 elif isinstance(command, str): 23 parts = command.split(" ", maxsplit=1)
|
| /misc/services/life_mngr/ |
| A D | command.c | 42 struct command dm_command_list[CMD_END] = {CMD_OBJS}; 46 struct command *cmd = (struct command *)arg; in dispatch_command_handlers() 67 struct command *find_command(const char *name) in find_command() 78 struct command *cmd; in register_command_handler()
|
| A D | command.h | 67 struct command { struct 90 struct command *find_command(const char *name);
|
| A D | command_handler.c | 45 char command[64], buf[8]; in wait_post_vms_shutdown() local 51 snprintf(command, sizeof(command), "pgrep -u root -f acrn-dm | wc -l"); in wait_post_vms_shutdown() 53 fp = popen(command, "r"); in wait_post_vms_shutdown()
|
| A D | monitor.c | 36 struct command *cmd; in monitor_cmd_dispatch()
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ArrayField/ |
| A D | index.js | 79 command, 106 const curStrategy = strategyMap[command]; 111 if (command === 'add') { 115 } else if (command === 'batchPush') { 120 } else if (command === 'setNewTarget') { 140 throw new Error(`错误 - 未知的操作:[${command}]`);
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/src/ |
| A D | configurator.rs | 283 #[tauri::command] 306 #[tauri::command] 318 #[tauri::command] 326 #[tauri::command] 335 #[tauri::command] 342 #[tauri::command] 356 #[tauri::command] 365 #[tauri::command] 373 #[tauri::command] 380 #[tauri::command] [all …]
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ArrayField/components/ |
| A D | ArrayOrderList.js | 134 command: 'moveUp', 161 command: 'moveDown', 187 command: 'remove', 234 command: 'add'
|
| /misc/config_tools/configurator/ |
| A D | README.md | 36 which provide `xmllint` command. 39 you can check it by following command line: 63 you need replace the command line `python3` with `python`. 69 Run this command in the acrn-hypervisor directory. 77 Run following command in the 'acrn-hypervisor' directory. 98 Run this command in the acrn-hypervisor directory.
|
| /misc/sample_application/image_builder/ |
| A D | README.rst | 13 computer. Then execute the following command to install the prerequisites. 32 To build the VM image for graphical HMI, run the following command under this 45 command under this directory:
|
| /misc/config_tools/launch_config/ |
| A D | launch_cfg_gen.py | 101 def add_init_command(self, command): argument 102 if command not in self._init_commands: 103 self._init_commands.append(command) 105 def add_deinit_command(self, command): argument 106 if command not in self._deinit_commands: 107 self._deinit_commands.append(command) 147 for command in self._init_commands: 191 for command in self._deinit_commands:
|
| /misc/services/acrn_manager/ |
| A D | README.rst | 41 The ``add`` command lets you add a VM by specifying a 67 Use the ``delete`` command with a VM name to delete that VM: 76 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 99 Use the ``stop`` command to stop one or more running VMs: 117 Use the ``blkrescan`` command to trigger a rescan of
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ArrayField/arrayTypes/ |
| A D | ArrayFieldTuple.js | 38 command: 'setNewTarget', 46 command: 'batchPush',
|
| /misc/debug_tools/acrn_crashlog/usercrash/ |
| A D | README.rst | 84 - debugger.c : This file implements a tool, which runs in command line to
|
| /misc/debug_tools/acrn_log/ |
| A D | README.rst | 54 You can use the ``loglevel`` command in the hypervisor shell (not the Service
|
| /misc/debug_tools/acrn_crashlog/ |
| A D | README.rst | 170 - ``common``: some utils for logs, command and string.
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | README.rst | 173 command line.
|
| A D | conf.rst | 219 It means that ``path`` is a command which will be launched by ``execvp(3)``.
|
Completed in 21 milliseconds