Searched refs:inbuf_init (Results 1 – 1 of 1) sorted by relevance
584 static void inbuf_init(struct inbuf *inb, void *base, void *limit) in inbuf_init() function898 inbuf_init(&strbuf, blob + off_str, blob + off_str + size_str); in dt_from_blob()900 inbuf_init(&strbuf, blob + off_str, blob + totalsize); in dt_from_blob()915 inbuf_init(&memresvbuf, in dt_from_blob()917 inbuf_init(&dtbuf, blob + off_dt, blob + totalsize); in dt_from_blob()
Completed in 6 milliseconds