Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.h53 extern int inj_hash_insert(inj_hash_t *, void *, uintmax_t);
H A Dinj_hash.c91 inj_hash_insert(inj_hash_t *h, void *key, uintmax_t value) in inj_hash_insert() function
H A Dinj_string.c237 return (inj_hash_insert(h, (void *)inj_strdup(str), value)); in inj_strhash_insert()