Home
last modified time | relevance | path

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

123456789

/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt_shell_private.c17 static void wall_vfprintf(enum shell_vt100_color color, const char *fmt, va_list args) in wall_vfprintf()
48 va_list args; in bt_shell_fprintf() local
57 va_list args; in bt_shell_fprintf_info() local
66 va_list args; in bt_shell_fprintf_print() local
75 va_list args; in bt_shell_fprintf_warn() local
84 va_list args; in bt_shell_fprintf_error() local
/Zephyr-latest/scripts/west_commands/
Dpatch.py172 def filter_args(self, args): argument
188 def do_run(self, args, _): argument
220 def apply(self, args, yml): argument
292 def clean(self, args, yml, mods=None): argument
334 def list(self, args, yml): argument
343 def get_mod_paths(args, yml): argument
Dblobs.py80 def get_blobs(self, args): argument
101 def list(self, args): argument
144 def fetch(self, args): argument
154 def clean(self, args): argument
163 def do_run(self, args, _): argument
Dbindesc.py156 def dump(self, args): argument
165 def list(self, args): argument
169 def common_search(self, args, search_term): argument
180 def search(self, args): argument
188 def custom_search(self, args): argument
197 def get_offset(self, args): argument
206 def do_run(self, args, _): argument
278 def guess_file_type(self, args): argument
Dspdx.py51 def do_run(self, args, unknown_args): argument
66 def do_run_init(self, args): argument
80 def do_run_spdx(self, args): argument
Dpackages.py100 def do_run(self, args, unknown): argument
124 def do_run_pip(self, args, manager_args): argument
Dtwister_cmd.py54 def do_run(self, args, remainder): argument
64 def _parse_arguments(self, args, options): argument
Drun_common.py69 def __init__(self, *args, **kwargs):
505 def get_build_dir(args, die_if_none=True): argument
528 def load_cmake_cache(build_dir, args): argument
535 def rebuild(command, build_dir, args): argument
568 def use_runner_cls(command, board, args, runners_yaml, cache): argument
599 def get_runner_config(build_dir, yaml_path, runners_yaml, args=None): argument
677 def dump_context(command, args, unknown_args): argument
/Zephyr-latest/subsys/net/lib/http/headers/
Dmlog.h14 #define LOG_INF(fmt, args...) printf("I: " fmt "\n", ##args) argument
15 #define LOG_ERR(fmt, args...) printf("E: " fmt "\n", ##args) argument
16 #define LOG_DBG(fmt, args...) printf("D: " fmt "\n", ##args) argument
/Zephyr-latest/scripts/
Dlist_boards.py154 def find_arch2boards(args): argument
160 def find_boards(args): argument
165 def find_arch2board_set(args): argument
179 def find_arches(args): argument
317 def find_v2_board_dirs(args): argument
327 def find_v2_boards(args): argument
415 def dump_v2_boards(args): argument
441 def dump_boards(args): argument
467 args = parse_args() variable
Dget_maintainer.py254 def _path_cmd(self, args): argument
275 def _commits_cmd(self, args): argument
282 def _areas_cmd(self, args): argument
291 def _count_cmd(self, args): argument
321 def _list_cmd(self, args): argument
342 def _orphaned_cmd(self, args): argument
559 def _git(*args):
Dlist_hardware.py207 def find_v2_archs(args): argument
235 def find_v2_systems(args): argument
275 def dump_v2_archs(args): argument
309 def dump_v2_system(args, type, system): argument
328 def dump_v2_systems(args): argument
342 args = parse_args() variable
/Zephyr-latest/scripts/west_commands/runners/
Dmisc.py21 def __init__(self, cfg, cmd, args): argument
48 def do_create(cls, cfg, args): argument
51 def do_run(self, *args, **kwargs):
/Zephyr-latest/arch/x86/zefi/
Dzefi.py13 args = None variable
164 args = parse_args() variable
/Zephyr-latest/tests/arch/arm/arm_irq_advanced_features/src/
Darm_dynamic_direct_interrupts.c17 void arm_direct_isr_handler_0(const void *args) in arm_direct_isr_handler_0()
24 void arm_direct_isr_handler_1(const void *args) in arm_direct_isr_handler_1()
/Zephyr-latest/arch/common/
Dsemihost.c49 struct semihost_poll_in_args args = { in semihost_poll_in() local
64 struct semihost_open_args args = { in semihost_open() local
75 struct semihost_close_args args = { in semihost_close() local
84 struct semihost_flen_args args = { in semihost_flen() local
93 struct semihost_seek_args args = { in semihost_seek() local
103 struct semihost_read_args args = { in semihost_read() local
124 struct semihost_write_args args = { in semihost_write() local
/Zephyr-latest/scripts/tests/twister/
Dtest_scl.py141 def mock_load(*args, **kwargs):
192 def mock_load(file_name, *args, **kwargs):
198 def mock_validate(data, schema, *args, **kwargs):
229 def mock_validate(raise_exception, *args, **kwargs):
235 def mock_core(source_data, schema_data, *args, **kwargs):
Dtest_testsuite.py257 def assert_mmap(*args, **kwargs):
261 def raise_exception(*args, **kwargs):
461 def mock_chdir(path, *args, **kwargs):
491 def mock_glob(fmt, *args, **kwargs):
632 def mock_fsdp(path, *args, **kwargs):
635 def mock_find(path, *args, **kwargs):
643 def mock_sf(filename, *args, **kwargs):
649 def mock_stat(filename, *args, **kwargs):
698 def mock_isdir(path, *args, **kwargs):
Dtest_environment.py156 args, argument
202 def mock_calc(*args, **kwargs):
430 def mock_run(command, *args, **kwargs):
517 def mock_which(name, *args, **kwargs):
520 def mock_popen(command, *args, **kwargs):
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py160 def transform(t, args): argument
176 def gendata(f, args): argument
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsemihost.c15 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/arch/arm/core/cortex_m/
Dsemihost.c10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/arch/arm64/core/
Dsemihost.c10 long semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()
/Zephyr-latest/boards/native/nrf_bsim/common/
Dcmdline.h29 static inline void native_add_command_line_opts(struct args_struct_t *args) in native_add_command_line_opts()
/Zephyr-latest/arch/riscv/core/
Dsemihost.c21 long __aligned(16) semihost_exec(enum semihost_instr instr, void *args) in semihost_exec()

123456789