Searched refs:__buf (Results 1 – 6 of 6) sorted by relevance
408 buf->__buf = data_alloc(buf, &size, timeout); in net_buf_alloc_len_debug()409 if (!buf->__buf) { in net_buf_alloc_len_debug()418 buf->__buf = NULL; in net_buf_alloc_len_debug()519 buf->__buf = data; in net_buf_simple_init_with_data()531 buf->data = buf->__buf + reserve; in net_buf_simple_reserve()637 if (buf->__buf) { in net_buf_unref_debug()638 data_unref(buf, buf->__buf); in net_buf_unref_debug()639 buf->__buf = NULL; in net_buf_unref_debug()696 clone->__buf = data_ref(buf, buf->__buf); in net_buf_clone()710 if (!clone->__buf || size < buf->size) { in net_buf_clone()[all …]
46 .__buf = net_buf_data_##_name, \65 .__buf = net_buf_data_##_name, \94 u8_t *__buf; member133 if (!buf->__buf) { in net_buf_simple_init()134 buf->__buf = (u8_t *)buf + sizeof(*buf); in net_buf_simple_init()137 buf->data = buf->__buf + reserve_head; in net_buf_simple_init()163 buf->data = buf->__buf; in net_buf_simple_reset()708 buf->data = buf->__buf + state->offset; in net_buf_simple_restore()776 u8_t *__buf; member
23 __attribute__((weak)) int write(int __fd, __const void *__buf, int __n) in write() argument
339 srv_data->msg.__buf = msg_data; in ble_stack_mesh_init()398 pub_data->msg.__buf = msg_data; in ble_stack_mesh_init()465 pub_data->msg.__buf = msg_data; in ble_stack_mesh_init()
1501 seg_rx[i].buf.__buf = (seg_rx_buf_data + (i * CONFIG_BT_MESH_RX_SDU_MAX)); in bt_mesh_trans_init()1502 seg_rx[i].buf.data = seg_rx[i].buf.__buf; in bt_mesh_trans_init()
1404 client->buf.__buf = client_buf_data + (i * CLIENT_BUF_SIZE); in bt_mesh_proxy_init()
Completed in 19 milliseconds