Searched refs:ringbuffer_t (Results 1 – 1 of 1) sorted by relevance
84 static struct ringbuffer_t { struct102 static void rb_init(struct ringbuffer_t *); argument103 static void rb_write(struct ringbuffer_t *, const char *);104 static int rb_read(struct ringbuffer_t *, char *);659 rb_init(struct ringbuffer_t *buffer) in rb_init()689 rb_write(struct ringbuffer_t *buffer, const char *buff) in rb_write()699 rb_read(struct ringbuffer_t *buffer, char *buff) in rb_read()