Searched refs:copy_data (Results 1 – 2 of 2) sorted by relevance
141 void *copy_data; in z_vrfy_publish() local143 copy_data = k_usermode_alloc_from_copy(data, data_len); in z_vrfy_publish()144 if (copy_data == NULL) { in z_vrfy_publish()148 ret = z_impl_publish(channel, copy_data, data_len); in z_vrfy_publish()150 k_free(copy_data); in z_vrfy_publish()
129 static inline uint8_t copy_data(struct ieee802154_6lo_fragment_ctx *ctx, struct net_buf *frame_buf, in copy_data() function203 uint8_t moved = copy_data(ctx, frame_buf, capacity); in ieee802154_6lo_fragment()