Home
last modified time | relevance | path

Searched refs:return (Results 1 – 25 of 223) sorted by relevance

123456789

/Zephyr-latest/scripts/coccinelle/
Dreturnvar.cocci2 /// Remove unneeded variable used to store return value.
24 return
37 * return ret;
48 return ret@p2;
67 cocci.print_sec("return " + C + " here", p2)
Dignore_return.cocci1 /// Cast void to memset to ignore its return value
3 //# The return of memset and memcpy is never checked and therefore
/Zephyr-latest/boards/nordic/nrf9280pdk/support/
Dnrf9280_cpurad.JLinkScript9 return 0;
19 return 0;
Dnrf9280_cpuapp.JLinkScript11 return 0;
/Zephyr-latest/boards/nordic/nrf54h20dk/support/
Dnrf54h20_cpurad.JLinkScript9 return 0;
19 return 0;
Dnrf54h20_cpuapp.JLinkScript11 return 0;
Dnrf54h20_cpuflpr.JLinkScript8 return 0;
Dnrf54h20_cpuppr.JLinkScript8 return 0;
/Zephyr-latest/doc/services/profiling/
Dperf.rst14 The Zephyr core saves the return address and frame pointer in the interrupt stack or ``callee_saved…
16 using the return address and frame pointer.
18 The :zephyr_file:`scripts/profiling/stackcollapse.py` script can be used to convert return addresses
/Zephyr-latest/cmake/modules/
DFindScaTools.cmake18 return()
24 return()
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_package_search.cmake94 return()
98 return()
105 # A better candidate exists, thus return
107 return()
115 return()
119 return()
DZephyrConfigVersion.cmake10 # Version 0.0.0 indicates that we should just return, in order to obtain our path.
12 return()
83 return()
107 return()
122 return()
130 # will return here, and let CMake call into the other registered package for
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/boards/nordic/nrf54l15dk/support/
Dnrf54l_05_10_15_cpuflpr.JLinkScript4 return 0;
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_callbacks.rst11 interested in and react to them or return a status code to the calling function
55 return MGMT_CB_OK;
132 Some callbacks expect a return status to either allow or disallow an operation,
166 return MGMT_CB_ERROR_RC;
173 return MGMT_CB_ERROR_RC;
178 return MGMT_CB_OK;
254 return err_rc;
269 return rc;
297 :c:enumerator:`MGMT_ERR_EOK` will allow the action, any other return code
298 will disallow it and return that code to the client
[all …]
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish4 # return 0 if in west workspace
5 # return 1 else
9 return 0
11 return 1
17 # return 1 if one of the arguments is present in the command line
18 # return 0 else
25 return 1
30 return 0
38 # return 1 if the command line contain more than $argv[1] element from $argv[n...]
39 # return 0 else
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dsocks5.rst40 return -errno;
43 return 0;
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;
/Zephyr-latest/tests/ztest/fail/
DREADME.rst19 The binary by itself, when executed, will fail to run and return a code of ``1``. The main test
20 binary will use ``popen()`` to run the failing test binary and will assert both the return code and
/Zephyr-latest/lib/posix/options/
DKconfig.aio9 only. All functions listed in <aio.h> return -1 and set errno to ENOSYS.
/Zephyr-latest/scripts/ci/
Dpylintrc46 # no-else-return
86 return-in-init,
89 return-outside-function,
131 assignment-from-no-return,
181 stop-iteration-return,
182 useless-return,
/Zephyr-latest/soc/andestech/ae350/common_linker/
Dram_start_nonzero.ld10 * ex: tests/kernel/queue, k_queue_get() return k_queue address
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs98 return;
140 return;
274 return container;
290 return;
313 return true;
317 return false;
344 return;
363 return;
381 return;
505 return;
/Zephyr-latest/cmake/toolchain/llvm/
Dclang_libgcc.cfg5 # decide to return path to libclang_rt.* if its default
/Zephyr-latest/doc/services/settings/
Dindex.rst195 return -EINVAL;
203 return 0;
206 return rc;
209 return -ENOENT;
216 return storage_func("foo/bar", &foo_val, sizeof(foo_val));
257 return -EINVAL;
262 return 0;
265 return rc;
269 return -ENOENT;
328 return 0;

123456789