Lines Matching refs:inbuf
577 struct inbuf { struct
581 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() argument
588 static void flat_read_chunk(struct inbuf *inb, void *p, int len) in flat_read_chunk()
598 static uint32_t flat_read_word(struct inbuf *inb) in flat_read_word()
609 static void flat_realign(struct inbuf *inb, int align) in flat_realign()
618 static char *flat_read_string(struct inbuf *inb) in flat_read_string()
639 static struct data flat_read_data(struct inbuf *inb, int len) in flat_read_data()
656 static char *flat_read_stringtable(struct inbuf *inb, int offset) in flat_read_stringtable()
675 static struct property *flat_read_property(struct inbuf *dtbuf, in flat_read_property()
676 struct inbuf *strbuf, int flags) in flat_read_property()
696 static struct reserve_info *flat_read_mem_reserve(struct inbuf *inb) in flat_read_mem_reserve()
742 static struct node *unflatten_tree(struct inbuf *dtbuf, in unflatten_tree()
743 struct inbuf *strbuf, in unflatten_tree()
812 struct inbuf dtbuf, strbuf; in dt_from_blob()
813 struct inbuf memresvbuf; in dt_from_blob()