Searched refs:return (Results 126 – 150 of 223) sorted by relevance
123456789
143 the time using :c:func:`rtc_get_time` will return ``-ENODATA``, until the time is
61 -Waggregate-return
111 return state
12 be used and the kernel's random number APIs are permitted to return
177 return;191 return rc;
105 :c:func:`can_get_state` to return an error code instead.175 * Custom CAN return codes (:c:macro:`CAN_TX_OK`, :c:macro:`CAN_TX_ERR`,1047 * :github:`41284` - pthread_cond_wait return value incorrect1166 * :github:`40159` - Bluetooth Mesh branch incorrect return value1204 * :github:`39869` - [Coverity CID: 240221] Unchecked return value from library in drivers/usb/devic…1213 * :github:`39841` - [Coverity CID: 240661] Unchecked return value in tests/net/net_pkt/src/main.c1221 * :github:`39825` - [Coverity CID: 240678] Unchecked return value in drivers/ieee802154/ieee802154_…1224 * :github:`39817` - drivers: pwm: nxp: (potentially) Incorrect return value on API function1231 * :github:`39806` - [Coverity CID: 240700] Unchecked return value in drivers/ieee802154/ieee802154_…1261 * :github:`39575` - k_mutex_lock and k_sem_take with K_FOREVER return -EAGAIN value
155 value of the flags parameter and return -ENOTSUP if any205 * Many kernel object APIs now optionally return runtime error values206 instead of relying on assertions. Whether these return values, fail370 counter_get_value(). The new API function adds a return value for572 * Add support to poll() which can now return immediately when POLLOUT is set619 * GATT: Add return value to cfg_write callback797 * :github:`22685` - armv8-m: userspace: syscall return sequence needs to be atomic803 * :github:`22655` - [Coverity CID :208193] Unchecked return value in tests/bluetooth/mesh/src/micro…953 * :github:`21699` - [Coverity CID :206608] Dereference null return value in tests/net/icmpv4/src/ma…
737 * :github:`25904` - kernel: k_queue_get return NULL before timeout785 * :github:`25737` - [Coverity CID :210585] Unchecked return value in samples/net/sockets/socketpair…786 * :github:`25736` - [Coverity CID :210583] Unchecked return value from library in samples/net/socke…788 * :github:`25730` - [Coverity CID :210553] Unchecked return value in tests/drivers/gpio/gpio_basic_…974 * :github:`24485` - kernel: pipe: should return if >= min_xfer bytes transferred and timeout is K_F…1012 * :github:`24282` - echo_client sample return: Cannot connect to TCP remote (IPv6): 1101187 * :github:`23294` - [Coverity CID :208677] Unchecked return value in drivers/sensor/lis3mdl/lis3mdl…1200 * :github:`23184` - mqtt_connect fails with return -21215 * :github:`22909` - [Coverity CID :208409] Unchecked return value in tests/drivers/gpio/gpio_basic_…1314 * :github:`19550` - drivers/pcie: ``pcie_get_mbar()`` should return a ``void *`` not ``u32_t``
686 * Fixed the return code in MQTT Docker tests.1046 * :github:`31680` - [Coverity CID :216795] Unchecked return value in tests/kernel/msgq/msgq_api/src…1056 * :github:`31669` - [Coverity CID :215715] Unchecked return value in tests/subsys/fs/littlefs/src/t…1057 * :github:`31668` - [Coverity CID :215714] Unchecked return value in tests/subsys/fs/fs_api/src/tes…1113 * :github:`31510` - Some drivers return invalid z_timer_cycle_get_32() value1142 * :github:`31333` - adding a periodic k_timer causes k_msleep to never return in tests/kernel/conte…1331 * :github:`30191` - Missing checks of return values of settings_runtime_set()1342 * :github:`30137` - TCP2: Handling of RST flag from server makes poll() call unable to return indef…1456 * :github:`29692` - [Coverity CID :215221] Unchecked return value in drivers/regulator/regulator_fi…1544 * :github:`29244` - k_thread_resume can cause k_sem_take with K_FOREVER to return -EAGAIN and crash[all …]
150 return;291 return -ENODEV;299 return ret;302 return usb_enable(status_cb);
107 return rc;
397 #. Implement :c:func:`arch_coredump_tgt_code_get` simply to return419 :zephyr_file:`scripts/coredump/gdbstubs/__init__.py` to return
150 …stack frame. The latter contains the caller-saved context and the return address of the switched-o…168 PendSV exception return sequence restores the new thread's caller-saved registers and the169 return address, as part of unstacking the exception stack frame.386 * modify the return address in the SVC exception stack frame, so that after exception387 return the system call dispatcher is executed (in thread privileged mode)
525 means data-transmission has completed with the return of the529 means data-transmission is pending or ongoing with the return561 means data-reception has completed with the return of the call.564 means data-reception is pending or ongoing with the return of
155 return 0;
23 return NULL if the list is empty, otherwise a pointer to a
23 return a boolean True value if the first node argument is "less than"
98 # return a list of compatible versions and find the best suited version that
56 retained valid values and return the received virtual wire level.
113 return 0;
27 The Controller will return this value in the HCI LE Read Buffer48 The Controller will return this value in the HCI LE Read Buffer Size
22 :c:func:`ztest_run_all` and should return a boolean to decide if the suite should run.41 return ((const struct test_state*)global_state)->x == 5;90 return fixture;
134 and the NVS API will return an ``-ETIMEDOUT`` error.
423 macros, the return value of :c:macro:`K_THREAD_STACK_SIZEOF()` for that'426 macros, the return value of :c:macro:`K_KERNEL_STACK_SIZEOF()` for that522 return; /* thread terminates from mid-entry point function */
140 the return value of :c:func:`k_msgq_get` should be tested as ``-ENOMSG``