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

/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_buf.c159 BUFHEAD *xbp; /* Temp pointer */ local
246 for (xbp = bp; xbp->ovfl;) {
247 next_xbp = xbp->ovfl;
248 xbp->ovfl = 0;
249 xbp = next_xbp;
252 if (IS_BUCKET(xbp->flags) ||
253 (oaddr != xbp->addr))
256 shortp = (u_int16_t *)xbp->page;
260 if ((xbp
[all...]
H A Dhash_bigkey.c449 BUFHEAD *xbp; local
481 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
482 if (!xbp || ((totlen =
483 collect_data(hashp, xbp, len + mylen, set)) < 1))
514 BUFHEAD *xbp; local
533 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0);
534 if (!xbp || ((totlen =
535 collect_key(hashp, xbp, totlen, val, set)) < 1))
/freebsd-9.3-release/contrib/sendmail/src/
H A Dheaders.c509 char *xbp = NULL; local
513 xbp = quote_internal_chars(line, xbuf, &xbufs);
517 xputs(sm_debug_file(), xbp); local
520 rval = dochompheader(xbp, pflag, hdrp, e);
521 if (xbp != xbuf)
522 sm_free(xbp);
/freebsd-9.3-release/sys/geom/raid3/
H A Dg_raid3.c1124 struct bio *xbp, *fbp, *cbp; local
1136 xbp = fbp = NULL;
1139 KASSERT(xbp == NULL, ("More than one parity bio."));
1140 xbp = cbp;
1188 if (xbp != fbp)
1189 g_raid3_replace_bio(xbp, fbp);
1223 if (xbp != NULL) {
1230 g_raid3_xor(cbp->bio_data, xbp->bio_data,
1231 xbp->bio_length);
1233 xbp
[all...]

Completed in 117 milliseconds