Searched refs:npg (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/lib/libc/db/btree/ |
| HD | bt_page.c | 81 __bt_new(BTREE *t, pgno_t *npg) in __bt_new() argument 87 *npg = t->bt_free; in __bt_new() 92 return (mpool_new(t->bt_mp, npg, MPOOL_PAGE_NEXT)); in __bt_new()
|
| HD | bt_open.c | 350 pgno_t npg; in nroot() local 367 if ((meta = mpool_new(t->bt_mp, &npg, MPOOL_PAGE_NEXT)) == NULL) in nroot() 370 if ((root = mpool_new(t->bt_mp, &npg, MPOOL_PAGE_NEXT)) == NULL) in nroot() 373 if (npg != P_ROOT) in nroot() 375 root->pgno = npg; in nroot()
|
| HD | bt_overflow.c | 135 pgno_t npg; in __ovfl_put() local 146 if ((h = __bt_new(t, &npg)) == NULL) in __ovfl_put() 149 h->pgno = npg; in __ovfl_put()
|
| HD | bt_split.c | 339 pgno_t npg; in bt_page() local 345 if ((r = __bt_new(t, &npg)) == NULL) in bt_page() 347 r->pgno = npg; in bt_page()
|
| /freebsd-14-stable/contrib/unbound/compat/ |
| HD | getentropy_solaris.c | 331 size_t npg; in getentropy_fallback() member 344 mm[m].npg * pgs, in getentropy_fallback() 354 (mm[m].npg * pgs - 1); in getentropy_fallback() 379 munmap(mm[m].p, mm[m].npg * pgs); in getentropy_fallback()
|
| HD | getentropy_osx.c | 309 size_t npg; in getentropy_fallback() member 322 mm[m].npg * pgs, in getentropy_fallback() 332 (mm[m].npg * pgs - 1); in getentropy_fallback() 353 munmap(mm[m].p, mm[m].npg * pgs); in getentropy_fallback()
|
| HD | getentropy_linux.c | 409 size_t npg; in getentropy_fallback() member 422 mm[m].npg * pgs, in getentropy_fallback() 432 (mm[m].npg * pgs - 1); in getentropy_fallback() 457 munmap(mm[m].p, mm[m].npg * pgs); in getentropy_fallback()
|