Searched refs:mod_hash_insert (Results 1 – 3 of 3) sorted by relevance
122 int mod_hash_insert(mod_hash_t *, mod_hash_key_t, mod_hash_val_t);
259 (void) mod_hash_insert(kcf_mech_hash, in kcf_init_mech_tabs()336 (void) mod_hash_insert(kcf_mech_hash, in kcf_create_mech_entry()
598 mod_hash_insert(mod_hash_t *hash, mod_hash_key_t key, mod_hash_val_t val) in mod_hash_insert() function