Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 110) sorted by relevance

12345

/Zephyr-Core-2.7.6/scripts/
Dlist_boards.py31 def find_arch2boards(args): argument
36 def find_boards(args): argument
40 def find_arch2board_set(args): argument
50 def find_arches(args): argument
Dget_maintainer.py227 def _path_cmd(self, args): argument
248 def _commits_cmd(self, args): argument
255 def _areas_cmd(self, args): argument
264 def _list_cmd(self, args): argument
285 def _orphaned_cmd(self, args): argument
496 def _git(*args):
Dgen_syscalls.py145 def wrapper_defs(func_name, func_type, args): argument
232 def marshall_defs(func_name, func_type, args): argument
Dgen_offset_header.py78 args = parser.parse_args() variable
/Zephyr-Core-2.7.6/scripts/west_commands/
Dspdx.py52 def do_run(self, args, unknown_args): argument
67 def do_run_init(args): argument
81 def do_run_spdx(args): argument
Drun_common.py59 def __init__(self, *args, **kwargs):
243 def get_build_dir(args, die_if_none=True): argument
266 def load_cmake_cache(build_dir, args): argument
273 def rebuild(command, build_dir, args): argument
306 def use_runner_cls(command, board, args, runners_yaml, cache): argument
337 def get_runner_config(build_dir, yaml_path, runners_yaml, args=None): argument
383 def dump_context(command, args, unknown_args): argument
Dboards.py68 def do_run(self, args, _): argument
Dsign.py77 def __call__(self, parser, args, ignored, option): argument
143 def do_run(self, args, ignored): argument
282 def find_imgtool(command, args): argument
Dcompletion.py39 def do_run(self, args, unknown_args): argument
Dexport.py43 def do_run(self, args, unknown_args): argument
/Zephyr-Core-2.7.6/tests/arch/arm/arm_irq_advanced_features/src/
Darm_dynamic_direct_interrupts.c16 void arm_direct_isr_handler_0(const void *args) in arm_direct_isr_handler_0()
23 void arm_direct_isr_handler_1(const void *args) in arm_direct_isr_handler_1()
Darm_zero_latency_irqs.c13 void arm_zero_latency_isr_handler(const void *args) in arm_zero_latency_isr_handler()
/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Dmisc.py19 def __init__(self, cfg, cmd, args): argument
46 def do_create(cls, cfg, args): argument
49 def do_run(self, *args, **kwargs):
Dqemu.py27 def do_create(cls, cfg, args): argument
Dxtensa.py29 def do_create(cls, cfg, args): argument
/Zephyr-Core-2.7.6/boards/posix/nrf52_bsim/
Dcmdline.h29 static inline void native_add_command_line_opts(struct args_struct_t *args) in native_add_command_line_opts()
Dmain.c79 struct NRF_bsim_args_t *args; in main() local
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/
Dfw_loader.py16 def check_args(args): argument
/Zephyr-Core-2.7.6/arch/x86/zefi/
Dzefi.py153 args = parse_args() variable
/Zephyr-Core-2.7.6/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_log.c14 va_list args; in nrf_802154_spinel_log() local
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_fprintf.c34 const char *fmt, va_list args) in z_shell_fprintf_fmt()
/Zephyr-Core-2.7.6/samples/net/sockets/tcp/src/
Dmain.c20 #define perror(fmt, args...) \ argument
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py100 def build_net(args, seq_length): argument
182 args = parser.parse_args() variable
/Zephyr-Core-2.7.6/subsys/tracing/
Dtracing_format_async.c13 va_list args; in tracing_format_string() local
/Zephyr-Core-2.7.6/subsys/net/ip/
Dtp_priv.h19 #define tp_dbg(fmt, args...) printk("%s: " fmt "\n", __func__, ## args) argument
20 #define tp_err(fmt, args...) do { \ argument
25 #define tp_assert(cond, fmt, args...) do { \ argument

12345