Home
last modified time | relevance | path

Searched refs:P_ROOT (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c125 for (i = P_ROOT; i < t->bt_mp->npages &&
323 for (i = P_ROOT; i < t->bt_mp->npages &&
343 for (i = P_ROOT, levels = 0 ;; ++levels) {
H A Dbt_seq.c213 for (pg = P_ROOT;;) {
234 for (pg = P_ROOT;;) {
748 for (pg = P_ROOT;;) {
773 for (pg = P_ROOT;;) {
H A Dbt_split.c110 h = sp->pgno == P_ROOT ?
128 if (sp->pgno == P_ROOT &&
222 h = h->pgno == P_ROOT ?
301 if (sp->pgno == P_ROOT &&
H A Dbt_search.c79 for (pg = P_ROOT;;) {
H A Dbt_delete.c424 if (pg->pgno == P_ROOT) {
455 if (h->pgno == P_ROOT) {
H A Dbtree.h72 #define P_ROOT 1 /* Tree root page number. */ macro
H A Dbt_open.c382 if (npg != P_ROOT)
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_search.c81 for (pg = P_ROOT, total = 0;;) {
H A Drec_open.c200 if ((h = mpool_get(t->bt_mp, P_ROOT, 0)) == NULL)