| /Zephyr-latest/subsys/bluetooth/common/ | 
| D | bt_shell_private.c | 17 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/subsys/net/lib/http/headers/ | 
| D | mlog.h | 14 #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/west_commands/ | 
| D | patch.py | 267     def filter_args(self, args):  argument 305     def load_yml(self, args, allow_missing):  argument 321     def do_run(self, args, _):  argument 344     def apply(self, args, yml, dst_mods=None):  argument 419     def clean(self, args, yml, dst_mods=None):  argument 461     def list(self, args, yml, dst_mods=None):  argument 471     def gh_fetch(self, args, yml, mods=None):  argument
  | 
| D | blobs.py | 80     def get_blobs(self, args):  argument 101     def list(self, args):  argument 146     def fetch(self, args):  argument 162     def clean(self, args):  argument 171     def do_run(self, args, _):  argument
  | 
| D | bindesc.py | 156     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
  | 
| D | spdx.py | 51     def do_run(self, args, unknown_args):  argument 66     def do_run_init(self, args):  argument 81     def do_run_spdx(self, args):  argument
  | 
| D | packages.py | 108     def do_run(self, args, unknown):  argument 132     def do_run_pip(self, args, manager_args):  argument
  | 
| D | twister_cmd.py | 54     def do_run(self, args, remainder):  argument 64     def _parse_arguments(self, args, options):  argument
  | 
| /Zephyr-latest/scripts/ | 
| D | list_boards.py | 154 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
  | 
| D | get_maintainer.py | 254     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):
  | 
| D | list_hardware.py | 207 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/subsys/fs/ | 
| D | fuse_fs_access_bottom.c | 46 	void *args;    /* Pointer to arguments structure, one of op_args_* or a simple argument */  member 94 static inline int queue_op(int op, void *args)  in queue_op() 120 		struct op_args_truncate *args = op_queue.args;  in ffa_run_pending_op()  local 126 		struct op_args_ftruncate *args = op_queue.args;  in ffa_run_pending_op()  local 132 		struct op_args_readwrite *args = op_queue.args;  in ffa_run_pending_op()  local 138 		struct op_args_readwrite *args = op_queue.args;  in ffa_run_pending_op()  local 147 		struct op_args_create *args = op_queue.args;  in ffa_run_pending_op()  local 165 		struct op_args_readmount *args = op_queue.args;  in ffa_run_pending_op()  local 171 		struct op_args_stat *args = op_queue.args;  in ffa_run_pending_op()  local 225 	struct op_args_stat args;  in fuse_fs_access_getattr()  local [all …] 
 | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | misc.py | 21     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/ | 
| D | zefi.py | 13 args = None  variable 164     args = parse_args()  variable
  | 
| /Zephyr-latest/tests/arch/arm/arm_irq_advanced_features/src/ | 
| D | arm_dynamic_direct_interrupts.c | 17 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/ | 
| D | semihost.c | 49 	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/ | 
| D | test_scl.py | 141     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):
  | 
| D | test_testsuite.py | 257     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):
  | 
| D | test_environment.py | 156     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/ | 
| D | upload_test_results_es.py | 160 def transform(t, args):  argument 176 def gendata(f, args):  argument
  | 
| /Zephyr-latest/arch/arm/core/cortex_a_r/ | 
| D | semihost.c | 15 long semihost_exec(enum semihost_instr instr, void *args)  in semihost_exec()
  | 
| /Zephyr-latest/arch/arm/core/cortex_m/ | 
| D | semihost.c | 10 long semihost_exec(enum semihost_instr instr, void *args)  in semihost_exec()
  | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | semihost.c | 10 long semihost_exec(enum semihost_instr instr, void *args)  in semihost_exec()
  | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | semihost.c | 21 long __aligned(16) semihost_exec(enum semihost_instr instr, void *args)  in semihost_exec()
  | 
| /Zephyr-latest/boards/native/nrf_bsim/common/ | 
| D | cmdline.h | 29 static inline void native_add_command_line_opts(struct args_struct_t *args)  in native_add_command_line_opts()
  |