Home
last modified time | relevance | path

Searched defs:sbuf (Results 1 – 5 of 5) sorted by relevance

/devicemodel/include/
A Dsbuf.h14 static inline bool sbuf_is_empty(struct shared_buf *sbuf) in sbuf_is_empty()
19 static inline void sbuf_clear_flags(struct shared_buf *sbuf, uint64_t flags) in sbuf_clear_flags()
24 static inline void sbuf_set_flags(struct shared_buf *sbuf, uint64_t flags) in sbuf_set_flags()
29 static inline void sbuf_add_flags(struct shared_buf *sbuf, uint64_t flags) in sbuf_add_flags()
/devicemodel/core/
A Dsbuf.c24 uint32_t sbuf_get(struct shared_buf *sbuf, uint8_t *data) in sbuf_get()
47 int sbuf_clear_buffered(struct shared_buf *sbuf) in sbuf_clear_buffered()
76 uint32_t sbuf_put(struct shared_buf *sbuf, uint8_t *data, uint32_t max_len) in sbuf_put()
115 void sbuf_init(struct shared_buf *sbuf, uint32_t total_size, uint32_t ele_size) in sbuf_init()
A Dvm_event.c59 struct shared_buf *sbuf; member
367 struct shared_buf *sbuf = tunnel->sbuf; in create_event_tunnel() local
491 struct shared_buf *sbuf; in dm_send_vm_event() local
A Dmain.c938 struct shared_buf *sbuf = (struct shared_buf *)base; in vm_init_asyncio() local
/devicemodel/hw/
A Dblock_if.c1300 struct stat sbuf; in blockif_open() local

Completed in 19 milliseconds