Home
last modified time | relevance | path

Searched full:invocation (Results 1 – 25 of 112) sorted by relevance

12345

/Zephyr-latest/cmake/sca/sparse/
Dsparse.template5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
/Zephyr-latest/cmake/toolchain/xt-clang/
Dgeneric.cmake14 # assembler vendor. This multiple invocation of xt-clang unnecessarily
/Zephyr-latest/tests/cmake/config_dir/
DCMakeLists.txt6 # Has been specified as relative on CMake invocation, convert to absolute
/Zephyr-latest/cmake/toolchain/xcc/
Dgeneric.cmake19 # assembler vendor. This multiple invocation of xt-xcc unnecessarily
/Zephyr-latest/cmake/app/
Dboilerplate.cmake19 # old style inclusion is used. Warning is only printed in first invocation.
/Zephyr-latest/cmake/sca/eclair/
Declair.template5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake114 # and the end of link invocation and doesn't appear in the middle of the link
115 # command invocation.
/Zephyr-latest/scripts/pylint/checkers/
Dargparse-checker.py28 # Function that looks at evert function call for ArgumentParser invocation
/Zephyr-latest/samples/cpp/cpp_synchronization/
DREADME.rst10 invocation.
/Zephyr-latest/include/zephyr/drivers/
Dloopback_disk.h49 * @param ctx Context structure previously passed to a successful invocation of
/Zephyr-latest/scripts/build/
Dgen_syscalls.py8 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/
Dmodem_socket.h110 * @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/
Dnet_timeout.h104 * @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/
Dthread_abort.c41 * is not an implicit scheduler invocation. in z_impl_k_thread_abort()
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake124 # 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/
Dtarget.cmake142 # 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/
Ddsp_regs_arc.h48 * specified by @a regs. It is expected that a previous invocation of
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake148 # 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/
Dgetincludes.py30 # prepare command invocation
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/
Dmem_protect.h21 * of inline syscall invocation functions. in set_fault_valid()
/Zephyr-latest/arch/nios2/core/
Dcache.c17 * this should immediately be followed by an invocation of
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_mgmt.rst112 /* Spurious (false positive) invocation. */
155 /* Spurious (false positive) invocation. */
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_arm_gcc.h78 * specified by @a regs. It is expected that a previous invocation of
/Zephyr-latest/subsys/llext/
DKconfig27 llext subsystem. A single compiler invocation is used to
/Zephyr-latest/scripts/schemas/
Dsoc-schema.yml106 A dictionary of commands which should be limited to running once per invocation

12345