Home
last modified time | relevance | path

Searched refs:return (Results 26 – 50 of 223) sorted by relevance

123456789

/Zephyr-latest/scripts/coccinelle/
Dirq_lock.cocci1 /// Use unsigned int as the return value for irq_lock()
Dmini_lock.cocci37 for(...;...;...) { <+... return@r ...; ...+> }
78 * return@r ...;
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst63 to determine the data types of its return value and arguments, and has some
184 return;
192 return value. Depending on context it will either directly call the
206 There is always a ``uintptr_t`` type return value, which may be neglected if
223 System calls return ``uintptr_t`` type value that is C casted, by wrapper, to
224 a return type of API prototype declaration. This means that 64-bit value may
229 Upon return from the system call the value written to that buffer will be
231 The problem does not exist on 64-bit systems which are able to return 64-bit
333 If any check fails, the macros will return a nonzero value. The macro
345 return type and argument types as the wrapped system call. Their job
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst22 which forces these functions return an error if the connection pointer
32 also get hold of the connection object through the return value of the
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst31 the top two bits of the return address placed in A0.
39 top two bits from the return address in A0 and subtracts that value
44 return value format and is used immediately, so it makes more sense
54 until cleared by a function return (by RETW, see below). Other bits
90 register (A1) on the stack and be able to walk back up on return.
108 to provide arguments and take a return value.
/Zephyr-latest/cmake/compiler/xcc/
Dcompiler_flags.cmake19 # xcc does not recognize -fno-printf-return-value
/Zephyr-latest/modules/hal_nordic/nrf-regtool/
Dnrf-regtoolConfigVersion.cmake26 return()
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst37 return -ENOENT;
60 arguments and return codes, see the `ARM Github documentation`_.
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst139 return -ENOTSUP;
142 return 0;
170 return ret;
198 return ret;
205 return pm_device_runtime_put(dev);
220 return ret;
227 return pm_device_runtime_put_async(dev, K_NO_WAIT);
Dpower_domain.rst119 return -ENOTSUP;
122 return 0;
171 return -ENOTSUP;
174 return 0;
/Zephyr-latest/boards/st/steval_stwinbx1/
Dboard.cmake9 # Even if flash and start work, dfu-util return error 74. It can be ignored.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_9.rst120 | "ret" | return code from shell command execution. |
134 and shell command execution return code, this legacy behaviour can be
/Zephyr-latest/tests/bsim/
Dcompile.source79 { ret="$?"; print_error_info ; cat cmake.out && return $ret; }
84 { ret="$?"; print_error_info ; cat ninja.out && return $ret; }
/Zephyr-latest/samples/bluetooth/peripheral_ht/
DREADME.rst13 On Nordic nRF devices, this sample uses the built-in TEMP peripheral to return
/Zephyr-latest/cmake/linker/
Dlinker_script_common.cmake45 # Already the right type, so just set and return.
47 return()
106 return()
362 return()
369 return()
443 return()
449 return()
456 return()
467 return()
473 return()
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig44 bool "Legacy behaviour: Use rc field for shell function return code"
47 return code is returned, incorrectly, in the rc field that was
/Zephyr-latest/doc/connectivity/networking/api/
D8021Qav.rst21 function must return ``ETHERNET_QAV`` value for this purpose. Typically
30 return ETHERNET_QAV | ETHERNET_PRIORITY_QUEUES |
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst15 ``help`` command, second one verifies if application is able to return
67 DEBUG: #: retval :Print return value of most recent command
/Zephyr-latest/drivers/dma/
DKconfig.nxp_edma23 driver will return an error upon configuration.
/Zephyr-latest/doc/develop/api/
Dterminology.rst25 if the function may return before the operation it initializes is
26 complete (i.e. function return and operation completion are
108 long as it can be completed immediately, and to return an error code
138 function will return a specific error (generally ``-EWOULDBLOCK``).
171 A function is **async** (i.e. asynchronous) if it may return before the
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake10 # No printf-return-value optimizations in clang
73 -Waggregate-return
/Zephyr-latest/tests/arch/arm/arm_thread_swap/
DREADME.txt17 - the swap return value can be set and will be return, properly,
/Zephyr-latest/subsys/emul/
DKconfig20 too high, or may return invalid measurements if calibration has not
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/
DREADME.txt11 - The return value from the wrapped function is correctly returned from the
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst9 random number. The non-cryptographic APIs will return random values
35 permits random number APIs to return values that are not truly random.

123456789