/Zephyr-latest/include/zephyr/drivers/sip_svc/ |
D | sip_svc_driver.h | 130 __ASSERT(dev, "dev shouldn't be NULL"); in z_impl_sip_supervisory_call() 133 __ASSERT(api->sip_supervisory_call, "sip_supervisory_call shouldn't be NULL"); in z_impl_sip_supervisory_call() 134 __ASSERT(res, "response pointer shouldn't be NULL"); in z_impl_sip_supervisory_call() 154 __ASSERT(dev, "dev shouldn't be NULL"); in z_impl_sip_svc_plat_func_id_valid() 158 "sip_svc_plat_func_id_valid func shouldn't be NULL"); in z_impl_sip_svc_plat_func_id_valid() 177 __ASSERT(dev, "dev shouldn't be NULL"); in z_impl_sip_svc_plat_format_trans_id() 181 "sip_svc_plat_format_trans_id func shouldn't be NULL"); in z_impl_sip_svc_plat_format_trans_id() 198 __ASSERT(dev, "dev shouldn't be NULL"); in z_impl_sip_svc_plat_get_trans_idx() 202 "sip_svc_plat_get_trans_idx func shouldn't be NULL"); in z_impl_sip_svc_plat_get_trans_idx() 220 __ASSERT(dev, "dev shouldn't be NULL"); in z_impl_sip_svc_plat_update_trans_id() [all …]
|
/Zephyr-latest/tests/kernel/mem_protect/futex/src/ |
D | main.c | 77 "k_futex_wait failed when it shouldn't have"); in futex_wait_task() 79 "futex wait task wakeup when it shouldn't have"); in futex_wait_task() 83 "k_futex_wait failed when it shouldn't have"); in futex_wait_task() 88 "k_futex_wait failed when it shouldn't have"); in futex_wait_task() 102 "k_futex_wake failed when it shouldn't have"); in futex_wake_task() 118 "k_futex_wait failed when it shouldn't have"); in futex_wait_wake_task() 122 "k_futex_wait failed when it shouldn't have"); in futex_wait_wake_task() 126 "k_futex_wait failed when it shouldn't have"); in futex_wait_wake_task() 144 "k_futex_wake failed when it shouldn't have"); in futex_multiple_wake_task() 158 "k_futex_wait failed when it shouldn't have"); in futex_multiple_wait_wake_task() [all …]
|
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
D | Kconfig | 34 This value depends on the secdom core performance and shouldn't be touched by the user.
|
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/ |
D | main.c | 127 printk("shouldn't get here\n"); in ZTEST() 180 printk("shouldn't get here\n"); in ZTEST() 211 printk("shouldn't get here\n"); in ZTEST() 240 printk("shouldn't get here\n"); in ZTEST() 351 printk("shouldn't get here\n"); in ZTEST() 381 printk("shouldn't get here\n"); in ZTEST() 409 printk("shouldn't get here\n"); in ZTEST() 575 printk("shouldn't get here\n"); in ZTEST()
|
/Zephyr-latest/tests/arch/common/timing/src/ |
D | main.c | 42 /* Time shouldn't stop or go backwards */ in perform_tests() 50 /* Differences shouldn't be so different, as both are spaced by in perform_tests()
|
/Zephyr-latest/include/zephyr/arch/common/ |
D | arch_inlines.h | 11 #error "This header shouldn't be included directly"
|
/Zephyr-latest/tests/kernel/mem_protect/sys_sem/src/ |
D | main.c | 280 "sys_sem_take failed when its shouldn't have"); in ZTEST_USER() 306 "sys_sem_take failed when its shouldn't have"); in ZTEST_USER() 326 "sys_sem_take failed when its shouldn't have"); in ZTEST() 389 "Medium priority threads shouldn't have executed"); in ZTEST_USER() 393 "low priority threads shouldn't have executed"); in ZTEST_USER() 410 "low priority thread shouldn't have executed"); in ZTEST_USER() 478 "sys_sem_give failed when its shouldn't have"); in ZTEST_USER()
|
/Zephyr-latest/tests/boards/nrf52_bsim/egu/src/ |
D | main.c | 148 "event %d has been triggered, but it shouldn't", i); in ZTEST() 181 "event %d has been triggered, but it shouldn't", i); in ZTEST() 210 "event %d has been triggered, but it shouldn't", i); in ZTEST() 312 "event %d has been triggered, but it shouldn't", i); in ZTEST()
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2.yaml | 15 # cases the order shouldn't really matter, but if there happen to be maximum
|
/Zephyr-latest/include/zephyr/linker/ |
D | intlist.ld | 25 * shouldn't overlap any other regions. On most arches the following should be
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | test_threads_cancel_abort.c | 119 zassert_unreachable("Delayed thread shouldn't be executed"); in delayed_thread_entry() 174 /* k_thread_abort() in an isr shouldn't affect the ISR's execution */ in offload_func() 183 printk("shouldn't see this, thread should have been killed"); in entry_abort_isr()
|
D | test_threads_cpu_mask.c | 31 /* Shouldn't be able to operate on a running thread */ in ZTEST()
|
/Zephyr-latest/include/zephyr/dt-bindings/clock/ |
D | esp32c2_clock.h | 43 * These IDs shouldn't be changed unless there is a Hardware change
|
D | esp32c3_clock.h | 41 * These IDs shouldn't be changed unless there is a Hardware change
|
D | esp32s2_clock.h | 42 * These IDs shouldn't be changed unless there is a Hardware change
|
D | esp32_clock.h | 45 * These IDs shouldn't be changed unless there is a Hardware change
|
D | esp32c6_clock.h | 41 * These IDs shouldn't be changed unless there is a Hardware change
|
D | esp32s3_clock.h | 42 * These IDs shouldn't be changed unless there is a Hardware change
|
/Zephyr-latest/arch/arc/core/ |
D | irq_offload.c | 52 /* If arch_current_thread() was aborted in the offload routine, we shouldn't be here */ in arch_irq_offload()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_bitbang.h | 26 * Structure members are private, and shouldn't be accessed directly.
|
/Zephyr-latest/doc/develop/west/ |
D | alias.rst | 14 argument separators; use proper escaping if arguments shouldn't be split.
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/ |
D | main.c | 437 zassert_true(false, "Watchod has fired while it shouldn't"); in ZTEST() 461 zassert_equal(m_test_06b_value, 0, "Watchod has fired while it shouldn't"); in ZTEST() 620 zassert_true(false, "Watchod has fired while it shouldn't"); in ZTEST() 655 zassert_equal(m_test_08b_value, 0, "Watchod has fired while it shouldn't"); in ZTEST() 719 zassert_true(false, "Timeout A has fired while it shouldn't"); in ZTEST() 725 zassert_true(false, "Timeout B has fired while it shouldn't"); in ZTEST() 774 zassert_equal(m_test_08d_A_value, 0, "Timeout A has fired while it shouldn't"); in ZTEST() 777 zassert_equal(m_test_08d_B_value, 0, "Timeout B has fired while it shouldn't"); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/ |
D | dut.c | 39 TEST_ASSERT("This shouldn't happen"); in l2cap_chan_connected_cb()
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | nru.c | 97 /* Shouldn't ever happen unless every page is pinned */ in k_mem_paging_eviction_select()
|
/Zephyr-latest/tests/subsys/settings/fcb/src/ |
D | settings_test_compress_deleted.c | 83 zassert_true(rc != 0, "The deleted settings shouldn be compressed."); in check_compressed_cb()
|