HomeSort by: relevance | last modified time | path
    Searched refs:HASHINFO (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libc/db/hash/
ndbm.c 65 HASHINFO info;
hash.c 72 static HTAB *init_hash(HTAB *, const char *, const HASHINFO *);
98 __hash_open(const char *file, int flags, mode_t mode, const HASHINFO *info,
279 init_hash(HTAB *hashp, const char *file, const HASHINFO *info)
  /src/include/
db.h 157 } HASHINFO;
237 DB *__hash_open(const char *, int, mode_t, const HASHINFO *, int);
  /src/usr.sbin/kvm_mkdb/
kvm_mkdb.c 95 HASHINFO openinfo = {
  /src/usr.sbin/services_mkdb/
uniq.c 45 static const HASHINFO hinfo = {
output_db.c 58 static const HASHINFO hinfo = {
  /src/tests/lib/libc/db/
h_lfsr.c 63 HASHINFO hi;
t_db_hash_seq.c 80 static HASHINFO openinfo = {
h_db.c 616 static HASHINFO ih;
  /src/usr.bin/cap_mkdb/
cap_mkdb.c 68 static HASHINFO openinfo = {
  /src/usr.sbin/dev_mkdb/
dev_mkdb.c 106 static HASHINFO openinfo = {
  /src/usr.bin/db/
db.c 106 HASHINFO hashinfo; local
298 memset(&hashinfo, 0, sizeof(hashinfo));
300 hashinfo.lorder = 4321;
302 hashinfo.lorder = 1234;
303 hashinfo.bsize = oi.pagesize;
304 hashinfo.cachesize = 1024 * 1024;
305 oi.info = &hashinfo;
  /src/usr.sbin/pwd_mkdb/
pwd_mkdb.c 135 static HASHINFO openinfo = {

Completed in 49 milliseconds