Home
last modified time | relevance | path

Searched refs:BUG_ON_MSG (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dbug.h10 #define panic(...) BUG_ON_MSG(1, ##__VA_ARGS__)
18 #define BUG_ON_MSG(condition, fmt, ...) do { \ macro
A Dmutex.h45 BUG_ON_MSG(1, "mutex reinit detected"); in mutex_init()
/AliOS-Things-master/components/drivers/peripheral/wifi/src/
A Dvfs_wifi_drv.c15 #ifndef BUG_ON_MSG
16 #define BUG_ON_MSG(condition, fmt, ...) do { \ macro
112 BUG_ON_MSG(!wifi_config, "wifi config - arg should not be NULL\r\n"); in wifi_device_ioctl()
/AliOS-Things-master/components/drivers/core/base/devicevfs/src/
A Du_driver_main.c84 BUG_ON_MSG((pkt->max_size > sizeof(g_main_rpc_buf)), in main_thread_req_arrived()
97 BUG_ON_MSG((p_msg->t >= CDEV_MSG_MAX), in main_thread_req_arrived()
A Ddevice_vfs_core.c125 BUG_ON_MSG(1, "invalid fnode:%p from rpc client:0x%x\r\n", fnode, crpc_handle); in _cdev_fops_handler()
335 BUG_ON_MSG((p_msg->t >= CDEV_MSG_MAX), in u_device_rpc_msg_arrived()
/AliOS-Things-master/components/drivers/peripheral/adc/src/
A Dadc_dev.c41 BUG_ON_MSG(!p_adc_arg, "IOC_ADC_GET_VALUE - arg should not be NULL\r\n"); in adc_device_ioctl()
/AliOS-Things-master/components/drivers/core/base/core/
A Du_interrupt.c402 BUG_ON_MSG((g_dummy_irq.irq_id == u_irq->irq_id), in u_irq_setup()

Completed in 8 milliseconds