Searched refs:return (Results 76 – 100 of 223) sorted by relevance
123456789
/Zephyr-latest/scripts/coccinelle/ |
D | deref_null.cocci | 87 return ...; 208 return ...;
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.xec | 94 the shared memory region to return the ACPI response data. 102 the shared memory region to return the host command parameter data.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_10.rst | 229 | "index" | contains the (0-based) index of the group to return information | 230 | | on, can be omitted to return the first group's details. | 304 as the name and number of handlers. A device can specify an allow list of groups to return details
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 228 return values and expected parameters to functions. 231 int "Count of parameters or return values reserved" 235 Maximum amount of concurrent return values / expected parameters.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if 788 * Fixed out-of-bounds access and add flash_img_init return value check. 793 …* If a setting read is attempted from a channel that doesn't support reading return an error rathe… 933 * :github:`28411` - [Coverity CID :214281] Unchecked return value in subsys/mgmt/osdp/src/osdp.c 1106 * :github:`27721` - Concurrent file descriptor allocations may return the same descriptor 1111 * :github:`27648` - [Coverity CID :212430] Unchecked return value in tests/kernel/msgq/msgq_api/src… 1113 * :github:`27646` - [Coverity CID :212428] Unchecked return value in tests/kernel/msgq/msgq_api/src… 1114 * :github:`27645` - [Coverity CID :212424] Unchecked return value in tests/kernel/msgq/msgq_api/src… 1191 * :github:`27329` - [Coverity CID :211587] Unchecked return value in tests/drivers/clock_control/cl… 1195 * :github:`27325` - [Coverity CID :211583] Unchecked return value in drivers/wifi/eswifi/eswifi_soc… [all …]
|
D | release-notes-2.6.rst | 46 * Driver APIs now return ``-ENOSYS`` if optional functions are not implemented. 672 * Fixed coap_find_options() to return 0 when options are empty. 740 * Changed to check network interface status when sending and return ENETDOWN to the 904 * The time necessary to exit a sleep state and return to the active state was 1159 * :github:`35347` - [Coverity CID: 236064] Dereference null return value in subsys/bluetooth/contro… 1207 * :github:`35156` - [Coverity CID: 235979] Unchecked return value in drivers/sensor/iis2mdc/iis2mdc… 1208 * :github:`35155` - [Coverity CID: 235677] Unchecked return value in drivers/gpio/gpio_cy8c95xx.c 1209 * :github:`35154` - [Coverity CID: 233524] Unchecked return value in include/drivers/dma.h 1386 * :github:`34363` - k_work: incorrect return values for synchronous cancel 1513 * :github:`33827` - [Coverity CID: 220317] Unchecked return value in tests/kernel/pipe/pipe_api/src… [all …]
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.simulator | 45 …If selected, writing to a non-erased program unit will succeed, otherwise, it will return an error.
|
/Zephyr-latest/samples/drivers/ipm/ipm_mhu_dual_core/ |
D | README.rst | 16 3. CPU 0 return the same to CPU 1 when received MHU0 interrupt
|
/Zephyr-latest/doc/kernel/drivers/ |
D | index.rst | 147 return DEVICE_API_GET(subsystem, dev)->do_this(dev, foo, bar); 246 return z_impl_specific_do_that(dev, bar) 307 return 0; 421 propagating return values unless the failure is expected to occur 427 When it is appropriate to return error conditions for the caller to 430 https://github.com/zephyrproject-rtos/zephyr/wiki/Naming-Conventions#return-codes
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 49 # This function will return the variable found in the CMakeCache.txt file 53 # lookup and value return. 60 # and return the value in the local variable `PROJECT_NAME`. 64 # and return the value in the local variable `my_sample_PROJECT_NAME`. 68 # and return the value in the local variable `my_sample_CONFIG_FOO`. 615 return() 637 return()
|
/Zephyr-latest/cmake/modules/ |
D | FindGnuLd.cmake | 42 return()
|
D | extensions.cmake | 360 # then this tag must be removed to return real compile/linker flags. 992 return() 1060 return() 1120 return() 1163 return() 1576 return() 1637 # will return the string `alpha_debug` in `build_string` parameter. 1641 # will return the string `alpha_1_0_0_debug` in `build_string` parameter. 1645 # will return the string `alpha_soc_bar` in `build_string` parameter. 1649 # will return a list of the following strings [all …]
|
D | FindHostTools.cmake | 48 return()
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 36 return;
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor.patch | 106 return res; 115 return res;
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 247 return 0; 266 return 0; 348 return 0; 402 return 0;
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 33 The C++ standard requires the ``main()`` function to have the return type of 36 has to be selected. Zephyr ignores the return value from main, so applications 37 should not return status information and should, instead, return zero.
|
/Zephyr-latest/doc/develop/languages/c/ |
D | minimal_libc.rst | 48 return values from functions. They are typically returned as the negative value
|
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/ |
D | README.rst | 47 Both readings should return the same value. Important to notice that writing using memory-mapped po…
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 93 routine will return with an error code if no data is available. 211 * The driver can return zero for every call to :c:func:`sys_clock_elapsed` 315 return; 342 return; 355 as conventional ones. Conversely, :c:func:`sys_timepoint_timeout` may return
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 28 return, the main thread terminates normally and no error is raised.
|
D | workqueue.rst | 41 cancellation returns. Checking of return values on cancellation is still 54 Using the return values of :c:func:`k_work_busy_get()` or 332 the work completes; it will return immediately if the cancellation was 437 return; 470 All work API functions return status of the underlying operation, and in many 485 There may be good reason to believe that a return value indicating that the 487 code should clearly document this, by (1) casting the return value to ``void``
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 54 -Waggregate-return 124 set_compiler_property(PROPERTY no_printf_return_value -fno-printf-return-value)
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 12 message basis. Only a whole message (terminated with a carriage return: '\r')
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 103 It will print the sum of the read bytes and return to the shell:
|
123456789