Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_log_backend.h70 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) \ argument
73 _buf, _size); \
76 _name##_buf[_queue_size / sizeof(uint32_t)]; \
78 .buf = _name##_buf, \
79 .size = ARRAY_SIZE(_name##_buf), \
96 #define Z_SHELL_LOG_BACKEND_DEFINE(_name, _buf, _size, _queue_size, _timeout) argument
Dshell_fprintf.h47 #define Z_SHELL_FPRINTF_DEFINE(_name, _user_ctx, _buf, _size, \ argument
55 .buffer = _buf, \
/Zephyr-latest/include/zephyr/llext/
Dbuf_loader.h50 #define LLEXT_BUF_LOADER(_buf, _buf_len) \ argument
60 .buf = (_buf), \
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_common.h46 #define COLLATED_RX_SDU_INFO(_non_buf, _buf) (_buf) argument
48 #define COLLATED_RX_SDU_INFO(_non_buf, _buf) (_non_buf) argument
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmsg.h72 #define BT_MESH_MODEL_BUF_DEFINE(_buf, _op, _payload_len) \ argument
73 NET_BUF_SIMPLE_DEFINE(_buf, BT_MESH_MODEL_BUF_LEN(_op, (_payload_len)))
Dcfg_cli.h1617 struct net_buf_simple *_buf; member
1629 uint8_t *_buf; member
1700 struct net_buf_simple *_buf; member
1716 struct net_buf_simple *_buf; member
/Zephyr-latest/include/zephyr/logging/
Dlog_output.h127 #define LOG_OUTPUT_DEFINE(_name, _func, _buf, _size) \ argument
132 .buf = _buf, \
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c2269 page->_buf = buf; in bt_mesh_comp_p0_get()
2279 if (page->_buf->len < 4) { in bt_mesh_comp_p0_elem_pull()
2284 elem->loc = net_buf_simple_pull_le16(page->_buf); in bt_mesh_comp_p0_elem_pull()
2285 elem->nsig = net_buf_simple_pull_u8(page->_buf); in bt_mesh_comp_p0_elem_pull()
2286 elem->nvnd = net_buf_simple_pull_u8(page->_buf); in bt_mesh_comp_p0_elem_pull()
2290 if (page->_buf->len < modlist_size) { in bt_mesh_comp_p0_elem_pull()
2295 elem->_buf = net_buf_simple_pull_mem(page->_buf, modlist_size); in bt_mesh_comp_p0_elem_pull()
2306 return sys_get_le16(&elem->_buf[idx * 2]); in bt_mesh_comp_p0_elem_mod()
2317 .company = sys_get_le16(&elem->_buf[offset]), in bt_mesh_comp_p0_elem_mod_vnd()
2318 .id = sys_get_le16(&elem->_buf[offset + 2]), in bt_mesh_comp_p0_elem_mod_vnd()
[all …]
/Zephyr-latest/drivers/mbox/
Dmbox_nxp_s32_mru.c215 static uint32 nxp_s32_mru_##n##_ch_##i##_buf[MRU_MAX_MBOX_PER_CHAN]; \
221 .RxBuffer = nxp_s32_mru_##n##_ch_##i##_buf, \
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_priv.h54 static uint8_t nxp_s32_eth##n##_##prefix2##ring##idx##_buf[len * buf_size] \
Deth_e1000.c29 #define hexdump(_buf, _len, fmt, args...) \ argument
36 LOG_HEXDUMP_DBG(_buf, _len, _str); \
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_cdp1.c410 struct bt_mesh_comp_p1_elem p1_elem = {._buf = &p1_buf}; in test_node_data_comparison()
411 struct bt_mesh_comp_p1_model_item mod_item = {._buf = &p1_item_buf}; in test_node_data_comparison()
/Zephyr-latest/scripts/coccinelle/
Dms_timeout.cocci26 |isotp_(bind|recv(_net)?|send(_net)?(_ctx)?_buf)
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c240 char _buf[512]; \
246 .buf = _buf, .size = ARRAY_SIZE(_buf), .idx = 0 \
263 sp_buf = _buf; \
/Zephyr-latest/include/zephyr/sys/
Dcbprintf_internal.h676 #define Z_CBPRINTF_PACK_ARG2(arg_idx, _buf, _idx, _align_offset, _max, _arg) \ argument
709 if ((_buf) && (_idx) < (int)(_max)) { \
710 Z_CBPRINTF_STORE_ARG(&(_buf)[(_idx)], _arg); \
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_mcux.c1488 tx_enet_frame_##n##_buf[NET_ETH_MAX_FRAME_SIZE]; \
1490 rx_enet_frame_##n##_buf[NET_ETH_MAX_FRAME_SIZE]; \
1518 .tx_frame_buf = tx_enet_frame_##n##_buf, \
1519 .rx_frame_buf = rx_enet_frame_##n##_buf, \
/Zephyr-latest/include/zephyr/
Dnet_buf.h1538 #define net_buf_unref(_buf) \ argument
1539 net_buf_unref_debug(_buf, __func__, __LINE__)
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c162 struct bt_mesh_comp_p1_elem p1_elem = { ._buf = &p1_buf }; in cmd_get_comp()
163 struct bt_mesh_comp_p1_model_item mod_item = { ._buf = &p1_item_buf }; in cmd_get_comp()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_tx.c61 #define SET_NEXT_PDU_ALLOC_BUFFER(_buf) push_custom_source_pdu_alloc_test_pdu_buffer(_buf) argument
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst473 * :github:`21049` - Bluetooth: Multiple issues with net\_buf usage