Searched full:invocation (Results 1 – 25 of 112) sorted by relevance
12345
/Zephyr-latest/cmake/sca/sparse/ |
D | sparse.template | 5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
|
/Zephyr-latest/cmake/toolchain/xt-clang/ |
D | generic.cmake | 14 # assembler vendor. This multiple invocation of xt-clang unnecessarily
|
/Zephyr-latest/tests/cmake/config_dir/ |
D | CMakeLists.txt | 6 # Has been specified as relative on CMake invocation, convert to absolute
|
/Zephyr-latest/cmake/toolchain/xcc/ |
D | generic.cmake | 19 # assembler vendor. This multiple invocation of xt-xcc unnecessarily
|
/Zephyr-latest/cmake/app/ |
D | boilerplate.cmake | 19 # old style inclusion is used. Warning is only printed in first invocation.
|
/Zephyr-latest/cmake/sca/eclair/ |
D | eclair.template | 5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 114 # and the end of link invocation and doesn't appear in the middle of the link 115 # command invocation.
|
/Zephyr-latest/scripts/pylint/checkers/ |
D | argparse-checker.py | 28 # Function that looks at evert function call for ArgumentParser invocation
|
/Zephyr-latest/samples/cpp/cpp_synchronization/ |
D | README.rst | 10 invocation.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | loopback_disk.h | 49 * @param ctx Context structure previously passed to a successful invocation of
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 8 Script to generate system call invocation macros 22 generated headers contain the inline invocation functions for each system 216 raise SyscallParseException("Malformed system call invocation") 233 mrsh_args = [] # List of rvalue expressions for the marshalled invocation 303 # Otherwise fall through to direct invocation of the impl func. 428 invocation = wrapper_defs(func_name, func_type, args, fn, userspace_only) 433 return (handler, invocation, marshaller, sys_id, table_entry)
|
/Zephyr-latest/drivers/modem/ |
D | modem_socket.h | 110 * @details A modem socket is allocated after a successful invocation of modem_socket_get, and 111 * released after a successful invocation of modem_socket_put.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_timeout.h | 104 * @note Correct behavior requires invocation of net_timeout_evaluate() at its 123 * @note Correct behavior requires invocation of net_timeout_evaluate() at its
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | thread_abort.c | 41 * is not an implicit scheduler invocation. in z_impl_k_thread_abort()
|
/Zephyr-latest/cmake/linker/armlink/ |
D | target.cmake | 124 # and the end of link invocation and doesn't appear in the middle of the link 125 # command invocation.
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 142 # and the end of link invocation and doesn't appear in the middle of the link 143 # command invocation.
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/ |
D | dsp_regs_arc.h | 48 * specified by @a regs. It is expected that a previous invocation of
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 148 # and the end of link invocation and doesn't appear in the middle of the link 149 # command invocation.
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | getincludes.py | 30 # prepare command invocation
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_protect.h | 21 * of inline syscall invocation functions. in set_fault_valid()
|
/Zephyr-latest/arch/nios2/core/ |
D | cache.c | 17 * this should immediately be followed by an invocation of
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_mgmt.rst | 112 /* Spurious (false positive) invocation. */ 155 /* Spurious (false positive) invocation. */
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_arm_gcc.h | 78 * specified by @a regs. It is expected that a previous invocation of
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 27 llext subsystem. A single compiler invocation is used to
|
/Zephyr-latest/scripts/schemas/ |
D | soc-schema.yml | 106 A dictionary of commands which should be limited to running once per invocation
|
12345