Searched refs:cpage (Results 1 – 5 of 5) sorted by relevance
405 hashp->cpage = NULL; in __big_return()409 hashp->cpage = __get_buf(hashp, in __big_return()411 if (!hashp->cpage) in __big_return()415 hashp->cpage->page)[0]) { in __big_return()417 hashp->cpage = NULL; in __big_return()463 hashp->cpage = NULL; in collect_data()466 hashp->cpage = in collect_data()468 if (!hashp->cpage) in collect_data()470 else if (!((u_int16_t *)hashp->cpage->page)[0]) { in collect_data()472 hashp->cpage = NULL; in collect_data()
713 hashp->cpage = NULL; in hash_seq()717 if (!(bufp = hashp->cpage)) { in hash_seq()724 hashp->cpage = bufp; in hash_seq()735 bp = (u_int16_t *)hashp->cpage->page; in hash_seq()739 hashp->cpage = NULL; in hash_seq()752 bufp = hashp->cpage = in hash_seq()760 hashp->cpage = NULL; in hash_seq()769 if (hashp->cpage == NULL) in hash_seq()771 key->data = (u_char *)hashp->cpage->page + bp[ndx]; in hash_seq()773 data->data = (u_char *)hashp->cpage->page + bp[ndx + 1]; in hash_seq()
165 if (bp == hashp->cpage) { in newbuf()187 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) { in newbuf()
99 BUFHEAD *cpage; /* Current page */ member
3889 uint8_t cpage; in sagetparams() local3896 cpage = SA_DEVICE_CONFIGURATION_PAGE; in sagetparams()3898 cpage = SA_DATA_COMPRESSION_PAGE; in sagetparams()3923 cpage : SMS_VENDOR_SPECIFIC_PAGE, mode_buffer, mode_buffer_len, in sagetparams()3939 if (cpage == SA_DATA_COMPRESSION_PAGE) { in sagetparams()3940 cpage = SA_DEVICE_CONFIGURATION_PAGE; in sagetparams()4015 if (cpage == SA_DATA_COMPRESSION_PAGE) { in sagetparams()4405 sa_comp_t *ccomp, *cpage; in sasetparams() local4452 cpage = (sa_comp_t *)&mode_blk[1]; in sasetparams()4454 cpage = (sa_comp_t *)&mode_hdr[1]; in sasetparams()[all …]