Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c31 #define NET_BUF_ERR(fmt, ...) SYS_LOG_ERR(fmt, ##__VA_ARGS__) macro
35 NET_BUF_ERR("assert: '" #cond "' failed"); \
40 #define NET_BUF_ERR(fmt, ...) macro
394 NET_BUF_ERR("%s():%d: Failed to get free buffer", func, line); in net_buf_alloc_len_debug()
410 NET_BUF_ERR("%s():%d: Failed to allocate data", in net_buf_alloc_len_debug()
625 NET_BUF_ERR("%s():%d: buf %p double free", func, line, in net_buf_unref_debug()
864 #define NET_BUF_SIMPLE_ERR(fmt, ...) NET_BUF_ERR(fmt, ##__VA_ARGS__)

Completed in 4 milliseconds