Home
last modified time | relevance | path

Searched refs:cpage (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/db/hash/
H A Dhash_bigkey.c406 hashp->cpage = NULL; in __big_return()
410 hashp->cpage = __get_buf(hashp, in __big_return()
412 if (!hashp->cpage) in __big_return()
416 hashp->cpage->page)[0]) { in __big_return()
418 hashp->cpage = NULL; in __big_return()
464 hashp->cpage = NULL; in collect_data()
467 hashp->cpage = in collect_data()
469 if (!hashp->cpage) in collect_data()
471 else if (!((uint16_t *)hashp->cpage->page)[0]) { in collect_data()
473 hashp->cpage = NULL; in collect_data()
H A Dhash.c712 hashp->cpage = NULL; in hash_seq()
716 if (!(bufp = hashp->cpage)) { in hash_seq()
723 hashp->cpage = bufp; in hash_seq()
734 bp = (uint16_t *)hashp->cpage->page; in hash_seq()
738 hashp->cpage = NULL; in hash_seq()
751 bufp = hashp->cpage = in hash_seq()
759 hashp->cpage = NULL; in hash_seq()
768 if (hashp->cpage == 0) in hash_seq()
770 key->data = (unsigned char *)hashp->cpage->page + bp[ndx]; in hash_seq()
772 data->data = (unsigned char *)hashp->cpage->page + bp[ndx + 1]; in hash_seq()
H A Dhash_buf.c166 if (bp == hashp->cpage) { in newbuf()
188 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) { in newbuf()
H A Dhash.h100 BUFHEAD *cpage; /* Current page */ member
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_sa.c2554 u_int8_t cpage; in sagetparams() local
2562 cpage = SA_DEVICE_CONFIGURATION_PAGE; in sagetparams()
2564 cpage = SA_DATA_COMPRESSION_PAGE; in sagetparams()
2601 if (cpage == SA_DATA_COMPRESSION_PAGE) { in sagetparams()
2602 cpage = SA_DEVICE_CONFIGURATION_PAGE; in sagetparams()
2750 sa_comp_t *ccomp, *cpage; in sasetparams() local
2792 cpage = (sa_comp_t *)&mode_blk[1]; in sasetparams()
2794 cpage = (sa_comp_t *)&mode_hdr[1]; in sasetparams()
2797 cpage->hdr.pagecode &= ~0x80; in sasetparams()
2799 cpage = NULL; in sasetparams()
[all …]