Lines Matching defs:inbuf
566 struct inbuf {
570 static void inbuf_init(struct inbuf *inb, void *base, void *limit)
577 static void flat_read_chunk(struct inbuf *inb, void *p, int len)
587 static uint32_t flat_read_word(struct inbuf *inb)
598 static void flat_realign(struct inbuf *inb, int align)
607 static const char *flat_read_string(struct inbuf *inb)
628 static struct data flat_read_data(struct inbuf *inb, int len)
645 static char *flat_read_stringtable(struct inbuf *inb, int offset)
664 static struct property *flat_read_property(struct inbuf *dtbuf,
665 struct inbuf *strbuf, int flags)
685 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb)
731 static struct node *unflatten_tree(struct inbuf *dtbuf,
732 struct inbuf *strbuf,
803 struct inbuf dtbuf, strbuf;
804 struct inbuf memresvbuf;