Searched refs:npg (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_page.c76 * npg: storage for page number.
82 __bt_new(BTREE *t, pgno_t *npg) argument
88 *npg = t->bt_free;
93 return (mpool_new(t->bt_mp, npg));
H A Dbt_overflow.c136 pgno_t npg; local
147 if ((h = __bt_new(t, &npg)) == NULL)
150 h->pgno = npg;
H A Dbt_open.c353 pgno_t npg; local
363 if ((meta = mpool_new(t->bt_mp, &npg)) == NULL)
366 if ((root = mpool_new(t->bt_mp, &npg)) == NULL)
369 if (npg != P_ROOT)
371 root->pgno = npg;
H A Dbt_split.c337 pgno_t npg; local
343 if ((r = __bt_new(t, &npg)) == NULL)
345 r->pgno = npg;
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_compact.c402 PAGE *pg, *ppg, *npg; local
429 npg = NULL;
829 dbc->thread_info, dbc->txn, DB_MPOOL_DIRTY, &npg)) != 0)
842 BT_STK_ENTER(env, ncp, npg, 0, ncp->lock, DB_LOCK_WRITE, ret);
845 npg = NULL;
945 if (npg != NULL && (t_ret =
947 dbc->thread_info, npg, dbc->priority) != 0) && ret == 0)
968 PAGE *pg, *npg; local
976 npg = ncp->csp->page;
978 nent = NUM_ENT(npg);
1024 PAGE *pg, *npg; local
1318 PAGE *pg, *npg; local
1453 PAGE *pg, *npg; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c515 int pg, npg; local
522 npg = bp->nb_bufsize/PAGE_SIZE;
524 while (pg < npg && NBPGVALID(bp,pg))

Completed in 208 milliseconds