/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | socket_offload.c | 19 __ASSERT_NO_MSG(ops); in socket_offload_dns_register() 20 __ASSERT_NO_MSG(dns_offload == NULL); in socket_offload_dns_register() 29 __ASSERT_NO_MSG(dns_offload); in socket_offload_getaddrinfo() 30 __ASSERT_NO_MSG(dns_offload->getaddrinfo); in socket_offload_getaddrinfo() 37 __ASSERT_NO_MSG(dns_offload); in socket_offload_freeaddrinfo() 38 __ASSERT_NO_MSG(dns_offload->freeaddrinfo); in socket_offload_freeaddrinfo()
|
/Zephyr-Core-2.7.6/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_clock_zephyr.c | 45 __ASSERT_NO_MSG(mgr != NULL); in nrf_802154_clock_hfclk_start() 50 __ASSERT_NO_MSG(ret >= 0); in nrf_802154_clock_hfclk_start() 59 __ASSERT_NO_MSG(mgr != NULL); in nrf_802154_clock_hfclk_stop() 62 __ASSERT_NO_MSG(ret >= 0); in nrf_802154_clock_hfclk_stop() 86 __ASSERT_NO_MSG(mgr != NULL); in nrf_802154_clock_lfclk_start() 91 __ASSERT_NO_MSG(ret >= 0); in nrf_802154_clock_lfclk_start() 100 __ASSERT_NO_MSG(mgr != NULL); in nrf_802154_clock_lfclk_stop() 103 __ASSERT_NO_MSG(ret >= 0); in nrf_802154_clock_lfclk_stop()
|
D | nrf_802154_gpiote_zephyr.c | 47 __ASSERT_NO_MSG(pin_number != COEX_GPIO_PIN_INVALID); in nrf_802154_gpiote_init() 65 __ASSERT_NO_MSG(dev != NULL); in nrf_802154_gpiote_init() 79 __ASSERT_NO_MSG(false); in nrf_802154_gpiote_init() 96 __ASSERT_NO_MSG(false); in nrf_802154_gpiote_deinit()
|
/Zephyr-Core-2.7.6/include/logging/ |
D | log_backend.h | 107 __ASSERT_NO_MSG(backend != NULL); in log_backend_put() 108 __ASSERT_NO_MSG(msg != NULL); in log_backend_put() 116 __ASSERT_NO_MSG(backend != NULL); in log_backend_msg2_process() 117 __ASSERT_NO_MSG(msg != NULL); in log_backend_msg2_process() 137 __ASSERT_NO_MSG(backend != NULL); in log_backend_put_sync_string() 161 __ASSERT_NO_MSG(backend != NULL); in log_backend_put_sync_hexdump() 180 __ASSERT_NO_MSG(backend != NULL); in log_backend_dropped() 194 __ASSERT_NO_MSG(backend != NULL); in log_backend_panic() 209 __ASSERT_NO_MSG(backend != NULL); in log_backend_id_set() 223 __ASSERT_NO_MSG(backend != NULL); in log_backend_id_get() [all …]
|
/Zephyr-Core-2.7.6/include/sys/ |
D | notify.h | 240 __ASSERT_NO_MSG(notify != NULL); in sys_notify_fetch_result() 241 __ASSERT_NO_MSG(result != NULL); in sys_notify_fetch_result() 266 __ASSERT_NO_MSG(notify != NULL); in sys_notify_init_spinwait() 295 __ASSERT_NO_MSG(notify != NULL); in sys_notify_init_signal() 296 __ASSERT_NO_MSG(sigp != NULL); in sys_notify_init_signal() 324 __ASSERT_NO_MSG(notify != NULL); in sys_notify_init_callback() 325 __ASSERT_NO_MSG(handler != NULL); in sys_notify_init_callback() 348 __ASSERT_NO_MSG(notify != NULL); in sys_notify_uses_callback()
|
/Zephyr-Core-2.7.6/kernel/ |
D | work.c | 137 __ASSERT_NO_MSG(work != NULL); in k_work_init() 138 __ASSERT_NO_MSG(handler != NULL); in k_work_init() 334 __ASSERT_NO_MSG(work->queue != NULL); in submit_to_queue_locked() 372 __ASSERT_NO_MSG(work != NULL); in z_work_submit_to_queue() 439 __ASSERT_NO_MSG(queue != NULL); in work_flush_locked() 451 __ASSERT_NO_MSG(work != NULL); in k_work_flush() 452 __ASSERT_NO_MSG(!flag_test(&work->flags, K_WORK_DELAYABLE_BIT)); in k_work_flush() 453 __ASSERT_NO_MSG(!k_is_in_isr()); in k_work_flush() 454 __ASSERT_NO_MSG(sync != NULL); in k_work_flush() 456 __ASSERT_NO_MSG(arch_mem_coherent(sync)); in k_work_flush() [all …]
|
/Zephyr-Core-2.7.6/drivers/pinmux/ |
D | pinmux_cc13xx_cc26xx.c | 21 __ASSERT_NO_MSG(pin < NUM_IO_MAX); in pinmux_cc13xx_cc26xx_set() 22 __ASSERT_NO_MSG(func < NUM_IO_PORTS); in pinmux_cc13xx_cc26xx_set() 34 __ASSERT_NO_MSG(pin < NUM_IO_MAX); in pinmux_cc13xx_cc26xx_get() 46 __ASSERT_NO_MSG(pin < NUM_IO_MAX); in pinmux_cc13xx_cc26xx_pullup() 65 __ASSERT_NO_MSG(pin < NUM_IO_MAX); in pinmux_cc13xx_cc26xx_input()
|
/Zephyr-Core-2.7.6/boards/arm/twr_kv58f220m/ |
D | pinmux.c | 18 __ASSERT_NO_MSG(device_is_ready(porta)); in twr_kv58f220m_pinmux_init() 23 __ASSERT_NO_MSG(device_is_ready(portb)); in twr_kv58f220m_pinmux_init() 28 __ASSERT_NO_MSG(device_is_ready(portc)); in twr_kv58f220m_pinmux_init() 33 __ASSERT_NO_MSG(device_is_ready(portd)); in twr_kv58f220m_pinmux_init() 38 __ASSERT_NO_MSG(device_is_ready(porte)); in twr_kv58f220m_pinmux_init()
|
/Zephyr-Core-2.7.6/drivers/ethernet/ |
D | eth_gecko.c | 50 __ASSERT_NO_MSG(eth != NULL); in link_configure() 124 __ASSERT_NO_MSG(eth != NULL); in rx_error_handler() 147 __ASSERT_NO_MSG(dev != NULL); in frame_get() 148 __ASSERT_NO_MSG(dev_data != NULL); in frame_get() 149 __ASSERT_NO_MSG(cfg != NULL); in frame_get() 243 __ASSERT_NO_MSG(dev != NULL); in eth_rx() 244 __ASSERT_NO_MSG(dev_data != NULL); in eth_rx() 272 __ASSERT_NO_MSG(dev != NULL); in eth_tx() 273 __ASSERT_NO_MSG(dev_data != NULL); in eth_tx() 274 __ASSERT_NO_MSG(cfg != NULL); in eth_tx() [all …]
|
D | eth_stm32_hal.c | 137 __ASSERT_NO_MSG(heth != NULL); in disable_mcast_filter() 182 __ASSERT_NO_MSG(pkt != NULL); in eth_tx() 183 __ASSERT_NO_MSG(pkt->frags != NULL); in eth_tx() 184 __ASSERT_NO_MSG(dev != NULL); in eth_tx() 185 __ASSERT_NO_MSG(dev_data != NULL); in eth_tx() 347 __ASSERT_NO_MSG(dev != NULL); in eth_rx() 351 __ASSERT_NO_MSG(dev_data != NULL); in eth_rx() 474 __ASSERT_NO_MSG(arg1 != NULL); in rx_thread() 481 __ASSERT_NO_MSG(dev_data != NULL); in rx_thread() 533 __ASSERT_NO_MSG(dev != NULL); in eth_isr() [all …]
|
/Zephyr-Core-2.7.6/boards/arm/frdm_kl25z/ |
D | pinmux.c | 18 __ASSERT_NO_MSG(device_is_ready(porta)); in frdm_kl25z_pinmux_init() 23 __ASSERT_NO_MSG(device_is_ready(portb)); in frdm_kl25z_pinmux_init() 28 __ASSERT_NO_MSG(device_is_ready(portc)); in frdm_kl25z_pinmux_init() 33 __ASSERT_NO_MSG(device_is_ready(portd)); in frdm_kl25z_pinmux_init() 38 __ASSERT_NO_MSG(device_is_ready(porte)); in frdm_kl25z_pinmux_init()
|
/Zephyr-Core-2.7.6/boards/arm/usb_kw24d512/ |
D | pinmux.c | 18 __ASSERT_NO_MSG(device_is_ready(porta)); in usb_kw24d512_pinmux_init() 23 __ASSERT_NO_MSG(device_is_ready(portb)); in usb_kw24d512_pinmux_init() 28 __ASSERT_NO_MSG(device_is_ready(portc)); in usb_kw24d512_pinmux_init() 33 __ASSERT_NO_MSG(device_is_ready(portd)); in usb_kw24d512_pinmux_init() 38 __ASSERT_NO_MSG(device_is_ready(porte)); in usb_kw24d512_pinmux_init()
|
/Zephyr-Core-2.7.6/boards/arm/mec172xevb_assy6906/ |
D | pinmux.c | 42 __ASSERT_NO_MSG(device_is_ready(pp->porta)); in brd_init_pinmux_ports() 47 __ASSERT_NO_MSG(device_is_ready(pp->portb)); in brd_init_pinmux_ports() 52 __ASSERT_NO_MSG(device_is_ready(pp->portc)); in brd_init_pinmux_ports() 57 __ASSERT_NO_MSG(device_is_ready(pp->portd)); in brd_init_pinmux_ports() 62 __ASSERT_NO_MSG(device_is_ready(pp->porte)); in brd_init_pinmux_ports() 67 __ASSERT_NO_MSG(device_is_ready(pp->portf)); in brd_init_pinmux_ports()
|
/Zephyr-Core-2.7.6/lib/os/ |
D | onoff.c | 265 __ASSERT_NO_MSG(state == ONOFF_STATE_RESETTING); in process_complete() 283 __ASSERT_NO_MSG(false); in process_complete() 307 __ASSERT_NO_MSG(evt != EVT_NOP); in process_event() 316 __ASSERT_NO_MSG(evt == EVT_RECHECK); in process_event() 342 __ASSERT_NO_MSG(state == ONOFF_STATE_OFF); in process_event() 343 __ASSERT_NO_MSG(!sys_slist_is_empty(&mgr->clients)); in process_event() 346 __ASSERT_NO_MSG(transit != NULL); in process_event() 349 __ASSERT_NO_MSG(state == ONOFF_STATE_ON); in process_event() 350 __ASSERT_NO_MSG(mgr->refs == 0); in process_event() 353 __ASSERT_NO_MSG(transit != NULL); in process_event() [all …]
|
/Zephyr-Core-2.7.6/drivers/dma/ |
D | dma_stm32_v2.c | 37 __ASSERT_NO_MSG(id < ARRAY_SIZE(stream_nr)); in dma_stm32_id_to_stream() 61 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_ht() 85 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_tc() 109 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_ht_active() 133 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_tc_active() 158 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_te() 182 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_gi() 206 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_te_active() 230 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_gi_active()
|
D | dma_stm32_v1.c | 33 __ASSERT_NO_MSG(id < ARRAY_SIZE(stream_nr)); in dma_stm32_id_to_stream() 52 __ASSERT_NO_MSG(slot < ARRAY_SIZE(channel_nr)); in dma_stm32_slot_to_channel() 71 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_ht() 89 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_tc() 107 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_ht_active() 125 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_tc_active() 143 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_te() 161 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_dme() 179 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_clear_fe() 197 __ASSERT_NO_MSG(id < ARRAY_SIZE(func)); in dma_stm32_is_te_active() [all …]
|
/Zephyr-Core-2.7.6/boards/arm/ip_k66f/ |
D | pinmux.c | 18 __ASSERT_NO_MSG(device_is_ready(porta)); in ip_k66f_pinmux_init() 23 __ASSERT_NO_MSG(device_is_ready(portb)); in ip_k66f_pinmux_init() 28 __ASSERT_NO_MSG(device_is_ready(portc)); in ip_k66f_pinmux_init() 33 __ASSERT_NO_MSG(device_is_ready(portd)); in ip_k66f_pinmux_init() 38 __ASSERT_NO_MSG(device_is_ready(porte)); in ip_k66f_pinmux_init()
|
/Zephyr-Core-2.7.6/boards/arm/frdm_k22f/ |
D | pinmux.c | 18 __ASSERT_NO_MSG(device_is_ready(porta)); in frdm_k22f_pinmux_init() 23 __ASSERT_NO_MSG(device_is_ready(portb)); in frdm_k22f_pinmux_init() 28 __ASSERT_NO_MSG(device_is_ready(portc)); in frdm_k22f_pinmux_init() 33 __ASSERT_NO_MSG(device_is_ready(portd)); in frdm_k22f_pinmux_init() 38 __ASSERT_NO_MSG(device_is_ready(porte)); in frdm_k22f_pinmux_init()
|
/Zephyr-Core-2.7.6/lib/libc/arcmwdt/ |
D | threading.c | 45 __ASSERT_NO_MSG(mutex_ptr != NULL); in _mwmutex_delete() 55 __ASSERT_NO_MSG(mutex != NULL); in _mwmutex_lock() 61 __ASSERT_NO_MSG(mutex != NULL); in _mwmutex_unlock()
|
/Zephyr-Core-2.7.6/boards/arm/frdm_k82f/ |
D | pinmux.c | 18 __ASSERT_NO_MSG(device_is_ready(porta)); in frdm_k82f_pinmux_init() 23 __ASSERT_NO_MSG(device_is_ready(portb)); in frdm_k82f_pinmux_init() 28 __ASSERT_NO_MSG(device_is_ready(portc)); in frdm_k82f_pinmux_init() 33 __ASSERT_NO_MSG(device_is_ready(portd)); in frdm_k82f_pinmux_init() 38 __ASSERT_NO_MSG(device_is_ready(porte)); in frdm_k82f_pinmux_init()
|
/Zephyr-Core-2.7.6/drivers/entropy/ |
D | entropy_mcux_trng.c | 30 __ASSERT_NO_MSG(!status); in entropy_mcux_trng_get_entropy() 60 __ASSERT_NO_MSG(!status); in entropy_mcux_trng_init() 63 __ASSERT_NO_MSG(!status); in entropy_mcux_trng_init()
|
D | entropy_rv32m1_trng.c | 30 __ASSERT_NO_MSG(!status); in entropy_rv32m1_trng_get_entropy() 60 __ASSERT_NO_MSG(!status); in entropy_rv32m1_trng_init() 63 __ASSERT_NO_MSG(!status); in entropy_rv32m1_trng_init()
|
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/statistics/src/ |
D | f64.c | 27 __ASSERT_NO_MSG(ARRAY_SIZE(in_entropy_dim) > length); in test_arm_entropy_f64() 28 __ASSERT_NO_MSG(ARRAY_SIZE(ref_entropy) >= length); in test_arm_entropy_f64() 63 __ASSERT_NO_MSG(ARRAY_SIZE(in_kl_dim) > length); in test_arm_kullback_leibler_f64() 64 __ASSERT_NO_MSG(ARRAY_SIZE(ref_kl) >= length); in test_arm_kullback_leibler_f64()
|
/Zephyr-Core-2.7.6/drivers/espi/ |
D | espi_emul.c | 56 __ASSERT_NO_MSG(cfg); in espi_emul_config() 109 __ASSERT_NO_MSG(emul->api); in espi_emul_read_lpc_request() 115 __ASSERT_NO_MSG(api->get_acpi_shm); in espi_emul_read_lpc_request() 149 __ASSERT_NO_MSG(emul->api); in espi_emul_send_vwire() 150 __ASSERT_NO_MSG(emul->api->set_vw); in espi_emul_send_vwire() 172 __ASSERT_NO_MSG(emul->api); in espi_emul_receive_vwire() 173 __ASSERT_NO_MSG(emul->api->get_vw); in espi_emul_receive_vwire()
|
/Zephyr-Core-2.7.6/subsys/testsuite/busy_sim/ |
D | busy_sim.c | 109 __ASSERT_NO_MSG(err >= 0); in counter_alarm_callback() 117 __ASSERT_NO_MSG(err >= 0); in counter_alarm_callback() 121 __ASSERT_NO_MSG(err == 0); in counter_alarm_callback() 138 __ASSERT_NO_MSG(err >= 0); in busy_sim_start() 142 __ASSERT_NO_MSG(err == 0); in busy_sim_start() 145 __ASSERT_NO_MSG(err == 0); in busy_sim_start() 156 __ASSERT_NO_MSG(err == 0); in busy_sim_stop()
|