Searched defs:ringbuffer_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c84 static struct ringbuffer_t { struct
102 static void rb_init(struct ringbuffer_t *);
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)
689 rb_write(struct ringbuffer_t *buffer, const char *buff)
699 rb_read(struct ringbuffer_t *buffer, char *buff)

Completed in 46 milliseconds