| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | validator.py | 25 it = schema.iter_errors(board_etree) 27 for error in it:
|
| A D | unpack.py | 161 def f(it): argument 162 return "({})".format(", ".join(fmt_one.format(i) for i in it))
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | builder.py | 73 it = iter(args) 78 for arg in it: 82 aux(tree, elem, next(it)) 86 aux(tree, elem, next(it))
|
| /misc/debug_tools/acrn_trace/ |
| A D | acrntrace.c | 66 struct itimerspec it; in init_timer() local 82 it.it_interval.tv_sec = timeout; in init_timer() 83 it.it_interval.tv_nsec = 0; in init_timer() 84 it.it_value.tv_sec = timeout; in init_timer() 85 it.it_value.tv_nsec = 0; in init_timer() 87 err = timer_settime(tm_id, 0, &it, NULL); in init_timer()
|
| A D | README.rst | 27 -r capture the buffered old data instead of clearing it
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | README.rst | 22 The ``acrnprobe`` is launched as a service at boot. Also, it provides some basic 56 obtained. By monitoring it, ``acrnprobe`` could detect certain events 61 hypervisor. ``acrnprobe`` detects it and reports it as ``CRASH``. 64 A subtype of event. ``acrnprobe`` detects it and reports it as ``INFO``. 78 + ``crashlog`` is responsible for collecting logs and saving it locally. 99 However, it is the icing on the cake for analyzing the detailed event types
|
| A D | conf.rst | 109 successfully ``acrnprobe`` will do a match for each child of it (if it has any) 154 this directory if it doesn't exist. 158 reset to 0 if it reaches the specified maximum (``maxcrashdirs``). 216 content of ``rebootreason`` is not obtained in a common way. So, it doesn't
|
| /misc/debug_tools/acrn_crashlog/usercrash/ |
| A D | README.rst | 21 the index of the crash file). Then it sends the file descriptor (fd) to 23 and saves it in the crash file. After the saving work is done, the 59 ``usercrash-wrapper``, it will collect and reorder the parameters of the 80 server, and collecting crash information and saving it to the crash file.
|
| /misc/config_tools/scenario_config/ |
| A D | scenario_cfg_gen.py | 107 it = my_schema.iter_errors(scenario_info) 108 for idx, validation_error in enumerate(it, start=1): 137 it = datachecks_schema.iter_errors(main_etree) 138 for idx, error in enumerate(it, start=1):
|
| A D | validator.py | 79 it = self.schema.iter_errors(scenario_etree) 80 for error in it: 95 it = self.datachecks.iter_errors(unified_node) 96 for error in it:
|
| /misc/config_tools/configurator/pyodide/ |
| A D | README.md | 4 set this magic var can resolve python relative import error when we direct run it.
|
| /misc/config_tools/configurator/ |
| A D | README.md | 39 you can check it by following command line: 46 If your system doesn't have git and python, you can install it by
|
| /misc/services/life_mngr/ |
| A D | COPYING.MinGW-w64-runtime.txt | 32 4. The right to distribute this software or to use it for any purpose does 213 <http://lists.debian.org/debian-legal/2004/12/msg00295.html>, it gives an 216 probably there is no problem here, although it could be good to get a 218 in MinGW runtime. At least on follow-up it is marked that debian sees the 220 from) distributes them now over 6 years, it should be fine. 232 This library is free software; you can redistribute it and/or 233 modify it under the terms of the GNU Lesser General Public 237 This library is distributed in the hope that it will be useful,
|
| /misc/config_tools/board_inspector/ |
| A D | README | 6 board_info_file : (optional) the name of board info file. if it is not specified, a name of <board_…
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.toml | 33 # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
|
| /misc/debug_tools/acrn_log/ |
| A D | README.rst | 13 - log of the last running hypervisor if it crashed and the logs remain 107 and if you changed the ``acrnlog.service`` file, install it:
|
| /misc/services/acrn_manager/ |
| A D | README.rst | 62 will not recognize it. 88 If a VM is in a stopped state, you can start it with the ``start`` command. The 169 When ``acrnd`` daemon is restarted, it restores the previously saved timer
|
| /misc/debug_tools/acrn_crashlog/ |
| A D | README.rst | 72 Then it will show: 97 Then it will show:
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ |
| A D | Scenario.vue | 74 //get init scenario if it exist, add to history
|
| A D | Board.vue | 90 //get init board if it exist, add to history
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | cpu_affinity.vue | 12 <span> Enable a VM exclusively owns the physical CPUs assigned to it. </span>
|
| /misc/config_tools/configurator/packages/configurator/src/pages/ |
| A D | Config.vue | 321 …this virtual machine? ${vmName}\n\nThe associated launch script will also be deleted if it exists.`
|