Searched refs:return (Results 1 – 25 of 223) sorted by relevance
123456789
/Zephyr-latest/scripts/coccinelle/ |
D | returnvar.cocci | 2 /// 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)
|
D | ignore_return.cocci | 1 /// 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/ |
D | nrf9280_cpurad.JLinkScript | 9 return 0; 19 return 0;
|
D | nrf9280_cpuapp.JLinkScript | 11 return 0;
|
/Zephyr-latest/boards/nordic/nrf54h20dk/support/ |
D | nrf54h20_cpurad.JLinkScript | 9 return 0; 19 return 0;
|
D | nrf54h20_cpuapp.JLinkScript | 11 return 0;
|
D | nrf54h20_cpuflpr.JLinkScript | 8 return 0;
|
D | nrf54h20_cpuppr.JLinkScript | 8 return 0;
|
/Zephyr-latest/doc/services/profiling/ |
D | perf.rst | 14 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/ |
D | FindScaTools.cmake | 18 return() 24 return()
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 94 return() 98 return() 105 # A better candidate exists, thus return 107 return() 115 return() 119 return()
|
D | ZephyrConfigVersion.cmake | 10 # 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
|
D | ZephyrConfig.cmake | 93 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/ |
D | nrf54l_05_10_15_cpuflpr.JLinkScript | 4 return 0;
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 11 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/ |
D | west-completion.fish | 4 # 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/ |
D | socks5.rst | 40 return -errno; 43 return 0;
|
D | coap_server.rst | 106 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/ |
D | README.rst | 19 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/ |
D | Kconfig.aio | 9 only. All functions listed in <aio.h> return -1 and set errno to ENOSYS.
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 46 # 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/ |
D | ram_start_nonzero.ld | 10 * ex: tests/kernel/queue, k_queue_get() return k_queue address
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 98 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/ |
D | clang_libgcc.cfg | 5 # decide to return path to libclang_rt.* if its default
|
/Zephyr-latest/doc/services/settings/ |
D | index.rst | 195 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