Searched refs:inj_strhash_lookup (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fm/fminject/common/ |
H A D | inj_decl.c | 69 if ((v = inj_strhash_lookup(hash, name)) == NULL) in inj_decl_lookup() 171 if ((v = inj_strhash_lookup(&decl->decl_memhash, dlm->dlm_name)) != in inj_decl_addmem() 195 if (inj_strhash_lookup(&decl->decl_memhash, "class") != NULL) { in inj_decl_validate_event() 200 if (inj_strhash_lookup(&decl->decl_memhash, "ena") == NULL) in inj_decl_validate_event() 213 if ((v = inj_strhash_lookup(&decl->decl_memhash, "scheme")) == NULL) { in inj_decl_validate_fmri() 255 if ((v = inj_strhash_lookup(hash, name)) != NULL) { in inj_decl_finish()
|
H A D | inj_string.h | 51 extern inj_var_t *inj_strhash_lookup(inj_hash_t *, const char *);
|
H A D | inj_defn.c | 74 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 D | inj_string.c | 243 inj_strhash_lookup(inj_hash_t *h, const char *str) in inj_strhash_lookup() function
|
H A D | inj_grammar.y | 229 if (inj_strhash_lookup($1, $3) != NULL)
|