Lines Matching refs:bufp
576 BUFHEAD *bufp, *save_bufp; in hash_access() local
624 bufp = rbufp; in hash_access()
626 __find_last_page(hashp, &bufp))) { in hash_access()
628 rbufp = bufp; in hash_access()
631 rbufp = __get_buf(hashp, pageno, bufp, 0); in hash_access()
702 BUFHEAD *bufp; in hash_seq() local
723 if (!(bufp = hashp->cpage)) { in hash_seq()
727 bufp = __get_buf(hashp, bucket, NULL, 0); in hash_seq()
728 if (!bufp) in hash_seq()
730 hashp->cpage = bufp; in hash_seq()
731 bp = (u_int16_t *)bufp->page; in hash_seq()
755 assert(bufp); in hash_seq()
758 bufp = hashp->cpage = in hash_seq()
759 __get_buf(hashp, bp[hashp->cndx], bufp, 0); in hash_seq()
760 if (!bufp) in hash_seq()
762 bp = (u_int16_t *)(bufp->page); in hash_seq()
772 if (__big_keydata(hashp, bufp, key, data, 1)) in hash_seq()