Home
last modified time | relevance | path

Searched refs:inj_strhash_lookup (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c67 if ((v = inj_strhash_lookup(hash, name)) == NULL) in inj_decl_lookup()
169 if ((v = inj_strhash_lookup(&decl->decl_memhash, dlm->dlm_name)) != in inj_decl_addmem()
193 if (inj_strhash_lookup(&decl->decl_memhash, "class") != NULL) { in inj_decl_validate_event()
198 if (inj_strhash_lookup(&decl->decl_memhash, "ena") == NULL) in inj_decl_validate_event()
211 if ((v = inj_strhash_lookup(&decl->decl_memhash, "scheme")) == NULL) { in inj_decl_validate_fmri()
253 if ((v = inj_strhash_lookup(hash, name)) != NULL) { in inj_decl_finish()
H A Dinj_string.h49 extern inj_var_t *inj_strhash_lookup(inj_hash_t *, const char *);
H A Dinj_defn.c74 if ((v = inj_strhash_lookup(hash, name)) == NULL) in inj_defn_lookup()
526 inj_strhash_lookup(dlm->dlm_enumvals, elem->dfm_str) == in inj_defn_memcmp_strenum_array()
824 if ((v = inj_strhash_lookup(hash, name)) != NULL) { in inj_defn_finish()
H A Dinj_string.c241 inj_strhash_lookup(inj_hash_t *h, const char *str) in inj_strhash_lookup() function
H A Dinj_grammar.y227 if (inj_strhash_lookup($1, $3) != NULL)