Lines Matching refs:xaddr
62 * xaddr of the xad is non-zero. on successful exit,
76 s64 nxlen, nxaddr, xoff, hint, xaddr = 0;
108 xaddr = hint + nxlen;
145 if (xaddr && xaddr == nxaddr)
205 s64 xaddr, xlen, nxaddr, delta, xoff;
221 xaddr = addressXAD(xp);
243 if ((rc = extBrealloc(ip, xaddr, xlen, &nxlen, &nxaddr)))
285 if (xaddr == nxaddr) {
288 dbFree(ip, xaddr + xlen, delta);
312 xaddr = nxaddr + ntail;
314 &xaddr, 0)) {
315 dbFree(ip, xaddr, (s64) ninsert);
357 s64 xaddr;
374 rc = xtLookup(ip, prev, nbperpage, &xflag, &xaddr, &xlen, 0);
381 XADaddress(xp, xaddr);