Searched refs:hash32_str (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/sys/ |
H A D | hash.h | 60 hash32_str(const void *buf, uint32_t hash) in hash32_str() function
|
/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 | 863 h = hash32_str(path->path_str, HASHINIT); in bhnd_nvstore_register_path()
|
/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/rpc/rpcsec_gss/ |
H A D | rpcsec_gss.c | 180 h = hash32_str(principal, h); in rpc_gss_hash()
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 437 tpl->mb->tplhash = hash32_str(tpl->mb->tplname, 0); 440 tpl->mb->tplhash = hash32_str(
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1201 hash.9 hash32_str.9 \
|