Home
last modified time | relevance | path

Searched refs:mpool_open (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/lib/libc/db/
H A DSymbol.map13 mpool_open;
/freebsd-14.2/include/
H A Dmpool.h96 MPOOL *mpool_open(void *, int, pgno_t, pgno_t);
/freebsd-14.2/lib/libc/db/btree/
H A Dbt_open.c300 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL) in __bt_open()
/freebsd-14.2/lib/libc/db/mpool/
H A Dmpool.c62 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) in mpool_open() function