Searched refs:HASHINIT (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/sys/ |
H A D | hash.h | 35 #ifndef HASHINIT 36 #define HASHINIT 5381 macro
|
/freebsd/sys/rpc/ |
H A D | replay.c | 177 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 D | auth_unix.c | 139 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 D | bhnd_nvram_plist.c | 364 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 D | bhnd_nvram_store_subr.c | 656 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 D | dn_sched_fq_codel.c | 252 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 D | dn_sched_fq_pie.c | 827 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 D | ng_socket.c | 808 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 D | ng_base.c | 880 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 D | if_eqos_fdt.c | 266 mac = hash32_buf(buffer, sizeof(buffer), HASHINIT); in eqos_fdt_init()
|
/freebsd/sys/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 179 h = HASHSTEP(HASHINIT, cred->cr_uid); in rpc_gss_hash()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 4321 NFSCNHASH(cnp, HASHINIT); in nfsrpc_readdirplus()
|