Home
last modified time | relevance | path

Searched refs:HASHINIT (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/sys/
H A Dhash.h35 #ifndef HASHINIT
36 #define HASHINIT 5381 macro
/freebsd/sys/rpc/
H A Dreplay.c177 int h = HASHSTEP(HASHINIT, msg->rm_xid) % REPLAY_HASH_SIZE; in replay_find()
231 int h = HASHSTEP(HASHINIT, repmsg->rm_xid) % REPLAY_HASH_SIZE; in replay_setreply()
H A Dauth_unix.c139 th = HASHSTEP(HASHINIT, tau->au_xcred.cr_uid) in authunix_create()
152 h = HASHSTEP(HASHINIT, cred->cr_uid) % AUTH_UNIX_HASH_SIZE; in authunix_create()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c364 h = hash32_str(name, HASHINIT); in bhnd_nvram_plist_get_entry()
436 h = hash32_str(prop->name, HASHINIT); in bhnd_nvram_plist_append()
H A Dbhnd_nvram_store_subr.c656 h = hash32_strn(path, path_len, HASHINIT); in bhnd_nvstore_get_path()
863 h = hash32_str(path->path_str, HASHINIT); in bhnd_nvstore_register_path()
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c252 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount; in fq_codel_classify_flow()
278 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount; in fq_codel_classify_flow()
H A Ddn_sched_fq_pie.c827 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount; in fq_pie_classify_flow()
853 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount; in fq_pie_classify_flow()
/freebsd/sys/netgraph/
H A Dng_socket.c808 h = hash32_str(NG_HOOK_NAME(hook), HASHINIT) & hmask; in ngs_rehash()
834 h = hash32_str(name, HASHINIT) & priv->hmask; in ngs_newhook()
882 h = hash32_str(name, HASHINIT) & priv->hmask; in ngs_findhook()
H A Dng_base.c880 hash = hash32_str(name, HASHINIT) & V_ng_name_hmask; in ng_name_node()
931 hash = hash32_str(name, HASHINIT) & V_ng_name_hmask; in ng_name2noderef()
999 hash = hash32_str(NG_NODE_NAME(node), HASHINIT) & hmask; in ng_name_rehash()
/freebsd/sys/dev/eqos/
H A Dif_eqos_fdt.c266 mac = hash32_buf(buffer, sizeof(buffer), HASHINIT); in eqos_fdt_init()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c179 h = HASHSTEP(HASHINIT, cred->cr_uid); in rpc_gss_hash()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c4321 NFSCNHASH(cnp, HASHINIT); in nfsrpc_readdirplus()