Searched defs:nextpg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c157 recno_t nextpg, prevpg; local
181 if ((nextpg = h->nextpg) == P_INVALID)
216 if ((h = mpool_get(t->bt_mp, nextpg, 0)) == NULL)
606 if (idx == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
607 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
646 if (h->nextpg != P_INVALID) {
647 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
655 pg->nextpg = h->nextpg;
[all...]
H A Dbtree.h85 db_pgno_t nextpg; /* right sibling */ member in struct:_page
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1793 struct scf_simple_pg *thispg = NULL, *nextpg; local
1885 if ((nextpg = malloc(sizeof (*nextpg))) == NULL) {
1889 nextpg->pg_name = NULL;
1890 nextpg->pg_next = NULL;
1891 nextpg->pg_proplist = NULL;
1892 thispg->pg_next = nextpg;
1893 thispg = nextpg;
1896 nextpg = thispg;
1899 if ((nextpg
[all...]

Completed in 64 milliseconds