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

/barrelfish-master/lib/libc/db/hash/
H A Dhash_buf.c163 u_int16_t oaddr, *shortp; local
165 oaddr = 0;
210 * Set oaddr before __put_page so that you get it
215 oaddr = shortp[shortp[0] - 1];
253 (oaddr != xbp->addr))
259 oaddr = shortp[shortp[0] - 1];
H A Dhash_page.c921 short *bp, oaddr; local
928 oaddr = bp[bp[0] - 1];
929 (void)fprintf(stderr, "%d ", (int)oaddr);
930 bufp = __get_buf(hashp, (int)oaddr, bufp, 0);

Completed in 81 milliseconds