Home
last modified time | relevance | path

Searched refs:command (Results 1 – 18 of 18) sorted by relevance

/misc/config_tools/board_inspector/inspectorlib/
A Dexternal_tools.py15 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 Dcommand.c42 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 Dcommand.h67 struct command { struct
90 struct command *find_command(const char *name);
A Dcommand_handler.c45 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 Dmonitor.c36 struct command *cmd; in monitor_cmd_dispatch()
/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/fields/ArrayField/
A Dindex.js79 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 Dconfigurator.rs283 #[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 DArrayOrderList.js134 command: 'moveUp',
161 command: 'moveDown',
187 command: 'remove',
234 command: 'add'
/misc/config_tools/configurator/
A DREADME.md36 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 DREADME.rst13 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 Dlaunch_cfg_gen.py101 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 DREADME.rst41 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 DArrayFieldTuple.js38 command: 'setNewTarget',
46 command: 'batchPush',
/misc/debug_tools/acrn_crashlog/usercrash/
A DREADME.rst84 - debugger.c : This file implements a tool, which runs in command line to
/misc/debug_tools/acrn_log/
A DREADME.rst54 You can use the ``loglevel`` command in the hypervisor shell (not the Service
/misc/debug_tools/acrn_crashlog/
A DREADME.rst170 - ``common``: some utils for logs, command and string.
/misc/debug_tools/acrn_crashlog/acrnprobe/
A DREADME.rst173 command line.
A Dconf.rst219 It means that ``path`` is a command which will be launched by ``execvp(3)``.

Completed in 21 milliseconds