Home
last modified time | relevance | path

Searched refs:next_pgno (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c191 db_pgno_t next_pgno; local
218 pagep = __get_page(hashp, next_pgno, A_RAW);
232 next_pgno = NEXT_PGNO(pagep);
234 pagep = __get_page(hashp, next_pgno, A_RAW);
321 db_pgno_t next_pgno; local
337 next_pgno = NEXT_PGNO(pagep);
339 pagep = __get_page(hashp, next_pgno, A_RAW);
373 db_pgno_t next_pgno; local
405 next_pgno = NEXT_PGNO(pagep);
440 db_pgno_t next_pgno; local
[all …]
H A Dhash_page.c92 db_pgno_t next_pgno; local
129 cursorp->pgno = next_pgno;
406 next_pgno = NEXT_PGNO(pagep);
408 assert(next_pgno != INVALID_PGNO);
441 db_pgno_t next_pgno; variable
491 next_pgno = NEXT_PGNO(temp_pagep);
498 if (next_pgno != INVALID_PGNO)
529 db_pgno_t next_pgno; local
549 next_pgno = NEXT_PGNO(pagep);
635 db_pgno_t next_pgno; local
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c370 if (np->next_pgno != PGNO_INVALID)
555 if (pagep->next_pgno != PGNO_INVALID) {
557 0, pagep->next_pgno, DB_LOCK_WRITE, &npl)) != 0)
560 &pagep->next_pgno, 0, &np)) != 0) {
561 (void)__db_pgerr(dbp, pagep->next_pgno);
572 (void)__db_pgerr(dbp, pagep->next_pgno);
618 pp->next_pgno = pagep->next_pgno;
670 pgno = pagep->next_pgno;
814 if ((pgno = h->next_pgno) == PGNO_INVALID)
839 if ((pgno = h->next_pgno) == PGNO_INVALID || __bam_cmp(dbp,
[all …]
H A Ddb_rec.c231 argp->next_pgno, 0, P_OVERFLOW);
284 NEXT_PGNO(pagep) = argp->next_pgno;
294 npage: if (argp->next_pgno != PGNO_INVALID) {
296 if ((ret = memp_fget(mpf, &argp->next_pgno, 0, &pagep)) != 0)
306 if ((ret = memp_fget(mpf, &argp->next_pgno,
431 pagep->next_pgno = argp->next;
480 pagep->next_pgno = argp->next;
486 pagep->next_pgno = argp->pgno;
H A Ddb_overflow.c153 pgno = h->next_pgno;
239 lastp->next_pgno = PGNO(pagep);
326 pgno = pagep->next_pgno;
H A Ddb_conv.c119 M_32_SWAP(h->next_pgno);
250 M_32_SWAP(h->next_pgno);
H A Ddb_auto.c406 opcode, fileid, pgno, prev_pgno, next_pgno, dbt, in __db_big_log() argument
416 db_pgno_t next_pgno;
441 + sizeof(next_pgno)
464 memcpy(bp, &next_pgno, sizeof(next_pgno));
465 bp += sizeof(next_pgno);
538 printf("\tnext_pgno: %lu\n", (u_long)argp->next_pgno);
591 memcpy(&argp->next_pgno, bp, sizeof(argp->next_pgno));
592 bp += sizeof(argp->next_pgno);
H A Ddb_pr.c220 i = h->next_pgno;
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c239 argp->prev_pgno, argp->next_pgno, 0, P_HASH);
285 pagep->next_pgno = argp->new_pgno;
290 pagep->next_pgno = argp->next_pgno;
307 npage: if (argp->next_pgno != PGNO_INVALID) {
308 ret = memp_fget(mpf, &argp->next_pgno, 0, &pagep);
320 memp_fget(mpf, &argp->next_pgno,
902 argp->next_pgno, 0, P_HASH);
910 donext: ret = memp_fget(mpf, &argp->next_pgno, 0, &pagep);
921 } else if ((ret = memp_fget(mpf, &argp->next_pgno,
964 PREV_PGNO(pagep) = argp->next_pgno;
H A Dhash_auto.c229 next_pgno, nextlsn) in __ham_newpage_log() argument
240 db_pgno_t next_pgno;
263 + sizeof(next_pgno)
293 memcpy(bp, &next_pgno, sizeof(next_pgno));
294 bp += sizeof(next_pgno);
395 memcpy(&argp->next_pgno, bp, sizeof(argp->next_pgno));
1298 db_pgno_t next_pgno;
1322 + sizeof(next_pgno)
1346 memcpy(bp, &next_pgno, sizeof(next_pgno));
1347 bp += sizeof(next_pgno);
[all …]
H A Dhash_page.c96 db_pgno_t next_pgno; local
162 next_pgno = NEXT_PGNO(hcp->pagep);
322 db_pgno_t next_pgno; local
421 next_pgno = BUCKET_TO_PAGE(hcp, hcp->bucket);
428 got_page: next_pgno = NEXT_PGNO(hcp->pagep);
430 } while (next_pgno != PGNO_INVALID);
1072 db_pgno_t bucket_pgno, next_pgno; local
1155 next_pgno = NEXT_PGNO(temp_pagep);
1162 if (next_pgno == PGNO_INVALID)
1248 db_pgno_t next_pgno; local
[all …]
H A Dhash_dup.c422 db_pgno_t next_pgno; local
471 for (next_pgno = NEXT_PGNO(hcp->pagep); next_pgno != PGNO_INVALID;
472 next_pgno = NEXT_PGNO(next_pagep)) {
478 __ham_get_page(dbp, next_pgno, &next_pagep)) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h39 db_pgno_t next_pgno; member
131 db_pgno_t next_pgno; member
H A Ddb_page.h135 db_pgno_t next_pgno; /* 16-19: Next page number. */ member
167 #define NEXT_PGNO(p) (((PAGE *)p)->next_pgno)
H A Ddb_auto.h46 db_pgno_t next_pgno; member
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c1218 pgno = cp->page->next_pgno;
1472 if (h->next_pgno == PGNO_INVALID) {
1557 ((cp->page->next_pgno == PGNO_INVALID &&
1640 db_pgno_t pgno, next_pgno, prev_pgno; local
1724 next_pgno = NEXT_PGNO(h);
1727 prev_pgno == PGNO_INVALID && next_pgno == PGNO_INVALID)
1794 bo.pgno = next_pgno;
H A Dbt_split.c274 ISINTERNAL(cp->page) ? PGNO_INVALID : cp->page->next_pgno,
312 if (TYPE(cp->page) == P_LBTREE && rp->next_pgno != PGNO_INVALID) {
314 0, rp->next_pgno, DB_LOCK_WRITE, &tplock)) != 0)
316 if ((ret = memp_fget(dbp->mpf, &rp->next_pgno, 0, &tp)) != 0)
H A Dbt_stat.c120 pgno = h->next_pgno;
H A Dbt_page.c103 meta->free = h->next_pgno;