Home | History | Annotate | Download | only in hash

Lines Matching defs:bufp

577 	BUFHEAD *bufp, *save_bufp;
626 bufp = rbufp;
628 __find_last_page(hashp, &bufp))) {
630 rbufp = bufp;
634 bufp, 0);
726 BUFHEAD *bufp = NULL; /* XXX: gcc */
746 if (!(bufp = hashp->cpage)) {
750 bufp = __get_buf(hashp, bucket, NULL, 0);
751 if (!bufp)
753 hashp->cpage = bufp;
754 bp = (uint16_t *)(void *)bufp->page;
773 bp = (uint16_t *)(void *)bufp->page;
786 _DIAGASSERT(bufp != NULL);
788 bufp = hashp->cpage =
789 __get_buf(hashp, (uint32_t)bp[hashp->cndx], bufp,
791 if (!bufp)
793 bp = (uint16_t *)(void *)(bufp->page);
803 if (__big_keydata(hashp, bufp, key, data, 1))