Searched refs:sbuf_put (Results 1 – 5 of 5) sorted by relevance
| /hypervisor/common/ |
| A D | sbuf.c | 51 uint32_t sbuf_put(struct shared_buf *sbuf, uint8_t *data, uint32_t max_len) in sbuf_put() function 130 ret = sbuf_put(sbuf, data + i * elem_size, elem_size); in sbuf_put_many()
|
| A D | vm_event.c | 40 size_sent = sbuf_put(sbuf, (uint8_t *)event, sizeof(*event)); in send_vm_event()
|
| /hypervisor/include/common/ |
| A D | sbuf.h | 20 uint32_t sbuf_put(struct shared_buf *sbuf, uint8_t *data, uint32_t max_len);
|
| /hypervisor/debug/ |
| A D | trace.c | 59 (void)sbuf_put(sbuf, (uint8_t *)entry, sizeof(*entry)); in trace_put()
|
| /hypervisor/dm/ |
| A D | io_req.c | 224 while (sbuf_put(sbuf, (uint8_t *)&asyncio_fd, sizeof(asyncio_fd)) == 0U) { in acrn_insert_asyncio()
|
Completed in 5 milliseconds