Home
last modified time | relevance | path

Searched refs:PGNO_ROOT (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c272 rootsplit = pgno == PGNO_ROOT;
376 PGNO_ROOT, PGNO_INVALID, PGNO_INVALID,
380 PGNO_ROOT, PGNO_INVALID, PGNO_INVALID,
532 pgno = PGNO_ROOT;
544 pagep->pgno = PGNO_ROOT;
549 P_INIT(pagep, file_dbp->pgsize, PGNO_ROOT,
700 if (argp->total && PGNO(pagep) == PGNO_ROOT)
705 if (argp->total && PGNO(pagep) == PGNO_ROOT)
716 if (argp->total && PGNO(pagep) == PGNO_ROOT)
721 if (argp->total && PGNO(pagep) == PGNO_ROOT)
H A Dbt_open.c273 pgno = PGNO_ROOT;
275 __bam_lget(dbc, 0, PGNO_ROOT, DB_LOCK_WRITE, &rootlock)) != 0)
281 P_INIT(root, dbp->pgsize, PGNO_ROOT, PGNO_INVALID,
H A Dbt_stat.c70 pgno = PGNO_ROOT;
134 pgno = PGNO_ROOT;
135 if ((ret = __bam_lget(dbc, 0, PGNO_ROOT, DB_LOCK_READ, &lock)) != 0)
H A Dbt_delete.c335 if (h->pgno == PGNO_ROOT || NUM_ENT(h) != 1)
487 if (pgno != PGNO_ROOT || nitems != 1)
503 pgno = PGNO_ROOT;
555 parent->pgno = PGNO_ROOT;
565 __bam_ca_rsplit(dbp, child->pgno, PGNO_ROOT);
H A Dbt_rsearch.c102 pg = PGNO_ROOT;
311 if (PGNO(h) == PGNO_ROOT)
340 pgno = PGNO_ROOT;
H A Dbt_search.c112 pg = PGNO_ROOT;
H A Dbt_split.c138 ret = cp->csp[0].page->pgno == PGNO_ROOT ?
418 PGNO_ROOT, PGNO_INVALID, PGNO_INVALID, lp->level + 1, P_IBTREE);
538 PGNO_ROOT, PGNO_INVALID, PGNO_INVALID, lp->level + 1, P_IRECNO);
H A Dbt_cursor.c1081 for (pgno = PGNO_ROOT;;) {
1128 for (pgno = PGNO_ROOT;;) {
1821 if (NUM_ENT(h) == 2 && h->pgno != PGNO_ROOT) {
H A Dbt_recno.c315 if (NUM_ENT(h) == 0 && h->pgno != PGNO_ROOT) {
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c332 for (i = PGNO_ROOT;; ++i) {
428 (TYPE(h) == P_LRECNO && h->pgno == PGNO_ROOT))
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h30 #define PGNO_ROOT 1 /* Root is page #1. */ macro