Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dpwcache.c50 static struct ncache { in user_from_uid() struct
57 struct ncache *cp; in user_from_uid()
85 static struct ncache { in group_from_gid() struct
92 struct ncache *cp; in group_from_gid()
/freebsd/sys/geom/bde/
H A Dg_bde_work.c
H A Dg_bde.h
/freebsd/lib/libc/db/btree/
H A Dbt_open.c94 pgno_t ncache; in __bt_open() local
276 ncache = howmany(b.cachesize, t->bt_psize); in __bt_open()
297 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL) in __bt_open()