Lines Matching defs:inbuf
565 struct inbuf {
569 static void inbuf_init(struct inbuf *inb, void *base, void *limit)
576 static void flat_read_chunk(struct inbuf *inb, void *p, int len)
586 static uint32_t flat_read_word(struct inbuf *inb)
597 static void flat_realign(struct inbuf *inb, int align)
606 static char *flat_read_string(struct inbuf *inb)
627 static struct data flat_read_data(struct inbuf *inb, int len)
644 static char *flat_read_stringtable(struct inbuf *inb, int offset)
663 static struct property *flat_read_property(struct inbuf *dtbuf,
664 struct inbuf *strbuf, int flags)
684 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb)
730 static struct node *unflatten_tree(struct inbuf *dtbuf,
731 struct inbuf *strbuf,
805 struct inbuf dtbuf, strbuf;
806 struct inbuf memresvbuf;