Searched refs:inbuf_init (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/dtc/
H A Dflattree.c584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) inbuf_init() function
894 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); dt_from_blob()
896 inbuf_init(&strbuf, blob + off_str, blob + totalsize); dt_from_blob()
911 inbuf_init(&memresvbuf, dt_from_blob()
913 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize); dt_from_blob()

Completed in 246 milliseconds