Home
last modified time | relevance | path

Searched refs:ringbuffer_t (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.c84 static struct ringbuffer_t { struct
102 static void rb_init(struct ringbuffer_t *); argument
103 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()