Home
last modified time | relevance | path

Searched refs:mod_hash_find (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash.h126 int mod_hash_find(mod_hash_t *, mod_hash_key_t, mod_hash_val_t *);
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c132 if (mod_hash_find(kcf_mech_hash, (mod_hash_key_t)mechname, &hv) == 0) { in kcf_mech_hash_find()
/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c813 mod_hash_find(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t *val) in mod_hash_find() function