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

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c155 recno_t nextpg, prevpg; local
179 if ((nextpg = h->nextpg) == P_INVALID)
214 if ((h = mpool_get(t->bt_mp, nextpg, 0)) == NULL)
604 if (idx == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
605 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
644 if (h->nextpg != P_INVALID) {
645 if ((pg = mpool_get(t->bt_mp, h->nextpg, 0)) == NULL)
653 pg->nextpg = h->nextpg;
[all...]
H A Dbtree.h70 db_pgno_t nextpg; /* right sibling */ member in struct:_page
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c1807 struct scf_simple_pg *thispg = NULL, *nextpg; local
1895 if ((nextpg = malloc(sizeof (*nextpg))) == NULL) {
1899 nextpg->pg_name = NULL;
1900 nextpg->pg_next = NULL;
1901 nextpg->pg_proplist = NULL;
1902 thispg->pg_next = nextpg;
1903 thispg = nextpg;
1906 nextpg = thispg;
1909 if ((nextpg
[all...]

Completed in 39 milliseconds