/Zephyr-latest/tests/kernel/mem_protect/syscalls/src/ |
D | main.c | 152 uint64_t args[] = { arg1, arg2, arg3, arg4, arg5, arg6 }; in z_impl_syscall_arg64_big() local 176 uint32_t args[] = { arg1, arg2, arg3, arg4, arg5, arg6, arg7 }; in z_impl_more_args() local
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 177 def get(self, option, *args): 380 def __call__(self, parser, args, ignored, option): argument 391 def depr_action(*args, cls=None, replacement=None, **kwargs):
|
D | openocd.py | 200 def do_create(cls, cfg, args): argument
|
D | canopen_program.py | 125 def do_create(cls, cfg, args): argument
|
D | nrf_common.py | 144 def args_from_previous_runner(cls, previous_runner, args): argument
|
/Zephyr-latest/lib/posix/options/ |
D | device_io.c | 65 va_list args; in open() local
|
D | fs.c | 151 static int fs_ioctl_vmeth(void *obj, unsigned int request, va_list args) in fs_ioctl_vmeth()
|
/Zephyr-latest/subsys/shell/ |
D | shell_ops.c | 537 const char *fmt, va_list args) in z_shell_vfprintf() 566 va_list args; in z_shell_fprintf() local
|
/Zephyr-latest/scripts/west_commands/ |
D | build.py | 189 def do_run(self, args, remainder): argument
|
D | zcmake.py | 30 def run_cmake(args, cwd=None, capture_output=False, dry_run=False, env=None): argument
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bsim_args_runner.c | 83 #define args (&global_args) in bsim_register_basic_args() macro
|
/Zephyr-latest/tests/posix/timers/src/ |
D | clock.c | 219 const struct arg args[] = { in ZTEST() local
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_nxp_s32dbg.py | 122 def _factory(args): argument
|
D | test_pyocd.py | 134 def _factory(args): argument
|
/Zephyr-latest/scripts/ |
D | snippets.py | 180 def print(self, *args, **kwargs):
|
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/ |
D | main.c | 55 static enum ec_host_cmd_status ec_host_cmd_hello(struct ec_host_cmd_handler_args *args) in ec_host_cmd_hello()
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_impl.c | 408 int ext2_lookup_inode(struct ext2_data *fs, struct ext2_lookup_args *args) in ext2_lookup_inode() 1022 struct ext2_lookup_args *args) in ext2_create_file() 1055 struct ext2_lookup_args *args) in ext2_create_dir()
|
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 683 args = parser.parse_args() variable
|
/Zephyr-latest/include/zephyr/sys/ |
D | fdtable.h | 229 va_list args; in zvfs_fdtable_call_ioctl() local
|
/Zephyr-latest/drivers/dma/ |
D | dma_sedi.c | 47 void *args) in dma_handler()
|
/Zephyr-latest/drivers/counter/ |
D | counter_esp32_tmr.c | 39 void *args; member
|
/Zephyr-latest/modules/openthread/platform/ |
D | diag.c | 52 va_list args; in diag_output() local
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | shim.c | 223 static int zep_shim_pr_dbg(const char *fmt, va_list args) in zep_shim_pr_dbg() 234 static int zep_shim_pr_info(const char *fmt, va_list args) in zep_shim_pr_info() 245 static int zep_shim_pr_err(const char *fmt, va_list args) in zep_shim_pr_err()
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 256 def run_lcov(self, args, coveragelog): argument
|
/Zephyr-latest/lib/os/zvfs/ |
D | zvfs_eventfd.c | 222 static int zvfs_eventfd_ioctl_op(void *obj, unsigned int request, va_list args) in zvfs_eventfd_ioctl_op()
|