Home
last modified time | relevance | path

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

12345678910

/Zephyr-latest/lib/posix/options/
DKconfig.mem34 support an MMU, then affected POSIX API functions may return -1 and set errno to ENOTSUP.
49 functions will return -1 and set errno to ENOTSUP.
62 support an MMU, then affected POSIX API functions will return -1 and set errno to ENOTSUP.
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake93 return()
98 return()
118 return()
138 # and if so, we will return here, and let CMake call into the other registered package for real
149 return()
/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/connectivity/networking/api/
Dcoap_server.rst106 return coap_resource_send(resource, &response, addr, addr_len, NULL);
115 return COAP_RESPONSE_CODE_CHANGED;
127 As demonstrated in the example above, a CoAP resource handler can return response codes to let
187 return coap_resource_send(resource, &response, addr, addr_len, NULL);
204 return send_temperature(resource, addr, addr_len, r == 0 ? resource->age : 0,
224 return;
D8021Qav.rst21 function must return ``ETHERNET_QAV`` value for this purpose. Typically
30 return ETHERNET_QAV | ETHERNET_PRIORITY_QUEUES |
/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/services/storage/settings/
Dindex.rst210 return -EINVAL;
218 return 0;
221 return rc;
224 return -ENOENT;
231 return storage_func("foo/bar", &foo_val, sizeof(foo_val));
272 return -EINVAL;
277 return 0;
280 return rc;
284 return -ENOENT;
343 return 0;
/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/drivers/mbox/
DKconfig.renesas_rz20 message is not consumed within this time, `mbox_send` will return an error.
/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/cmake/compiler/clang/
Dcompiler_flags.cmake10 # No printf-return-value optimizations in clang
73 -Waggregate-return
/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.

12345678910