Searched refs:hash32_buf (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_hashtab.c | 64 hashed_key = hash32_buf(&key, sizeof(key), ht->order); in drm_ht_verbose_list() 78 hashed_key = hash32_buf(&key, sizeof(key), ht->order); in drm_ht_find_key() 97 hashed_key = hash32_buf(&key, sizeof(key), ht->order); in drm_ht_insert_item() 128 unshifted_key = hash32_buf(&seed, sizeof(seed), unshifted_key); in drm_ht_just_insert_please()
|
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_fdt.c | 266 mac = hash32_buf(buffer, sizeof(buffer), HASHINIT); in eqos_fdt_init() 270 mac = hash32_buf(buffer, sizeof(buffer), mac); in eqos_fdt_init()
|
/freebsd/sys/sys/ |
H A D | hash.h | 46 hash32_buf(const void *buf, size_t len, uint32_t hash) in hash32_buf() function
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_value.c | 94 return (hash32_buf(key, 56, 0)); in hash_table_value()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 181 h = hash32_buf(mech->elements, mech->length, h); in rpc_gss_hash()
|
/freebsd/sys/kern/ |
H A D | subr_vmem.c | 446 hash = hash32_buf(&addr, sizeof(addr), 0); in bt_hashhead()
|
H A D | subr_stats.c | 443 tpl->mb->tplhash = hash32_buf(tpl->sb, tpl->sb->cursz, 1053 rnd_pct = hash32_buf(seed_bytes, seed_len, 0) /
|
/freebsd/sys/netinet/ |
H A D | tcp_log_buf.c | 564 hash = hash32_buf(tlb->tlb_id, strlen(tlb->tlb_id), 0); in tcp_log_apply_ratio()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1200 hash.9 hash32_buf.9 \
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 4248 hashval = hash32_buf(&fhp->fh_fid, sizeof(struct fid), 0); in nfsrv_hashfh() 4260 hashval = hash32_buf(sessionid, NFSX_V4SESSIONID, 0); in nfsrv_hashsessionid()
|