Searched refs:__buf (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 54 .__buf = net_buf_data_##_name, \ 73 .__buf = net_buf_data_##_name, \ 106 uint8_t *__buf; member 145 if (!buf->__buf) { in net_buf_simple_init() 146 buf->__buf = (uint8_t *)buf + sizeof(*buf); in net_buf_simple_init() 149 buf->data = buf->__buf + reserve_head; in net_buf_simple_init() 175 buf->data = buf->__buf; in net_buf_simple_reset() 984 buf->data = buf->__buf + state->offset; in net_buf_simple_restore() 1044 uint8_t *__buf; member 1473 if (buf->__buf) { in net_buf_destroy() [all …]
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 322 buf->__buf = data_alloc(buf, &size, timeout); in net_buf_alloc_len_debug() 323 if (!buf->__buf) { in net_buf_alloc_len_debug() 334 buf->__buf = NULL; in net_buf_alloc_len_debug() 529 clone->__buf = buf->__buf ? data_ref(buf, buf->__buf) : NULL; in net_buf_clone() 538 clone->__buf = data_alloc(clone, &size, timeout); in net_buf_clone() 539 if (!clone->__buf || size < buf->size) { in net_buf_clone() 545 clone->data = clone->__buf + net_buf_headroom(buf); in net_buf_clone()
|
D | buf_simple.c | 35 buf->__buf = data; in net_buf_simple_init_with_data() 47 buf->data = buf->__buf + reserve; in net_buf_simple_reserve() 615 return buf->data - buf->__buf; in net_buf_simple_headroom()
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | stat.h | 206 int lstat(const char *__restrict __path, struct stat *__restrict __buf); 212 int fstatat(int __fd, const char *__restrict __path, struct stat *__restrict __buf, int __flag);
|
/Zephyr-latest/tests/net/net_pkt/src/ |
D | main.c | 574 .__buf = b5_data, 584 .__buf = b4_data, 591 .__buf = NULL, 601 .__buf = b2_data, 611 .__buf = b1_data,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_msg.c | 280 if (role->buf.__buf) { in proxy_msg_init()
|
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 100 buf_data = buf->__buf; in set_expectation()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2.c | 773 ctx->ops->data_recv_cb(dev, terminal, buf->__buf, buf->len, in uac2_request() 776 ctx->ops->buf_release_cb(dev, terminal, buf->__buf, ctx->user_data); in uac2_request()
|
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/ |
D | main.c | 465 .__buf = frame_buffer_data,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | codec.c | 262 buf->__buf = codec_cfg->data; in init_net_buf_simple_from_codec_cfg() 560 buf->__buf = meta; in init_net_buf_simple_from_meta() 1948 buf->__buf = codec_cap->data; in init_net_buf_simple_from_codec_cap()
|
D | ascs.c | 1142 struct bt_ascs_cp_rsp *rsp = (void *)cp_rsp_buf.__buf; in ascs_cp_rsp_add()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_rf2xx.c | 60 .__buf = rf2xx_ack_psdu,
|