Home
last modified time | relevance | path

Searched refs:bt_smap (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/db/recno/
H A Drec_open.c164 if ((t->bt_smap = mmap(NULL, t->bt_msize, in __rec_open()
168 t->bt_cmap = t->bt_smap; in __rec_open()
169 t->bt_emap = t->bt_smap + sb.st_size; in __rec_open()
H A Drec_close.c74 if (F_ISSET(t, R_MEMMAPPED) && munmap(t->bt_smap, t->bt_msize)) in __rec_close()
/freebsd/lib/libc/db/btree/
H A Dbtree.h344 caddr_t bt_smap; /* R: start of mapped space */ member