| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | dyndb.h | 39 const void *hashinit; member 136 dns_dyndb_createctx(isc_mem_t *mctx, const void *hashinit, isc_log_t *lctx,
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | dyndb.h | 40 const void *hashinit; member 138 dns_dyndb_createctx(isc_mem_t *mctx, const void *hashinit, isc_log_t *lctx,
|
| /netbsd-src/sys/fs/ntfs/ |
| H A D | ntfs_ihash.c | 67 ntfs_nthashtbl = hashinit(desiredvnodes, HASH_LIST, true, &ntfs_nthash); in ntfs_nthashinit() 82 hash = hashinit(desiredvnodes, HASH_LIST, true, &mask); in ntfs_nthashreinit()
|
| H A D | ntfs.h | 305 #define HASHINIT(a, b, c, d) hashinit((a), HASH_LIST, (b), (c), (d))
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dyndb.c | 271 dns_dyndb_createctx(isc_mem_t *mctx, const void *hashinit, isc_log_t *lctx, in dns_dyndb_createctx() argument 281 .hashinit = hashinit, in dns_dyndb_createctx()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dyndb.c | 411 dns_dyndb_createctx(isc_mem_t *mctx, const void *hashinit, isc_log_t *lctx, in dns_dyndb_createctx() argument 431 dctx->hashinit = hashinit; in dns_dyndb_createctx()
|
| /netbsd-src/sys/netcan/ |
| H A D | can_pcb.c | 77 table->canpt_bindhashtbl = hashinit(bindhashsize, HASH_LIST, true, in can_pcbinit() 79 table->canpt_connecthashtbl = hashinit(connecthashsize, HASH_LIST, in can_pcbinit()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_fileassoc.c | 365 newtbl->tbl_hash = hashinit(newtbl->tbl_nslots, HASH_LIST, in fileassoc_table_resize() 418 tbl->tbl_hash = hashinit(tbl->tbl_nslots, HASH_LIST, true, in fileassoc_table_add()
|
| H A D | subr_hash.c | 87 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask) in hashinit() function
|
| H A D | kern_uidinfo.c | 177 uihashtbl = hashinit(uihash_sz, HASH_SLIST, true, &uihash); in uid_init()
|
| H A D | vfs_vnode.c | 1375 vcache_hashtab = hashinit(desiredvnodes, HASH_SLIST, true, 1389 newtab = hashinit(desiredvnodes, HASH_SLIST, true, &newmask); in vcache_reinit()
|
| H A D | uipc_sem.c | 205 ksem_pshared_hashtab = hashinit(KSEM_PSHARED_HASHSIZE, HASH_LIST, in ksem_sysinit()
|
| H A D | vfs_trans.c | 148 fstrans_mount_hashtab = hashinit(FSTRANS_MOUNT_HASHSIZE, HASH_SLIST,
|
| /netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
| H A D | drm_hashtab.c | 49 ht->table = hashinit(ht->size, HASH_LIST, false, &ht->mask); in drm_ht_create()
|
| /netbsd-src/sys/fs/ptyfs/ |
| H A D | ptyfs_subr.c | 127 ptyfs_node_tbl = hashinit(16, HASH_SLIST, true, &ptyfs_node_mask); in ptyfs_hashinit()
|
| /netbsd-src/sys/netinet/ |
| H A D | in_pcb.c | 183 table->inpt_porthashtbl = hashinit(bindhashsize, HASH_LIST, true, in inpcb_init() 185 table->inpt_bindhashtbl = hashinit(bindhashsize, HASH_LIST, true, in inpcb_init() 187 table->inpt_connecthashtbl = hashinit(connecthashsize, HASH_LIST, true, in inpcb_init()
|
| H A D | in.c | 211 in_ifaddrhashtbl = hashinit(IN_IFADDR_HASH_SIZE, HASH_LIST, true, in in_init() 215 in_ifaddrhashtbl_pslist = hashinit(IN_IFADDR_HASH_SIZE, HASH_PSLIST, in in_init() 219 in_multihashtbl = hashinit(IN_IFADDR_HASH_SIZE, HASH_LIST, true, in in_init()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_srvcache.c | 162 nfsrvhashtbl = hashinit(desirednfsrvcache, HASH_LIST, true, in nfsrv_initcache()
|
| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 692 dqhashtbl = hashinit(desiredvnodes, HASH_LIST, true, &dqhash); in dqinit() 706 hash = hashinit(desiredvnodes, HASH_LIST, true, &mask); in dqreinit()
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | ulfs_quota.c | 708 dqhashtbl = hashinit(desiredvnodes, HASH_LIST, true, &dqhash); in lfs_dqinit() 722 hash = hashinit(desiredvnodes, HASH_LIST, true, &mask); in lfs_dqreinit()
|
| /netbsd-src/sys/fs/union/ |
| H A D | union_subr.c | 121 uhashtbl = hashinit(desiredvnodes, HASH_LIST, true, &uhash_mask); in union_init() 132 hash = hashinit(desiredvnodes, HASH_LIST, true, &mask); in union_reinit()
|
| /netbsd-src/sys/miscfs/procfs/ |
| H A D | procfs_vfsops.c | 661 procfs_hashtab = hashinit(PROCFS_HASHSIZE, HASH_LIST, true, in procfs_modcmd()
|
| /netbsd-src/sys/sys/ |
| H A D | systm.h | 241 void *hashinit(u_int, enum hashtype, bool, u_long *);
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 27 hash.9 hashinit.9 hardclock.9 humanize_number.9 hz.9 \ 391 MLINKS+=hashinit.9 hashdone.9
|
| /netbsd-src/sys/uvm/ |
| H A D | uvm_aobj.c | 467 aobj->u_swhash = hashinit(UAO_SWHASH_BUCKETS(aobj), in uao_create()
|