Searched refs:inj_strhash_lookup (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fminject/common/ |
H A D | inj_string.h | 51 extern inj_var_t *inj_strhash_lookup(inj_hash_t *, const char *);
|
H A D | inj_decl.c | 69 if ((v = inj_strhash_lookup(hash, name)) == NULL) 171 if ((v = inj_strhash_lookup(&decl->decl_memhash, dlm->dlm_name)) != 195 if (inj_strhash_lookup(&decl->decl_memhash, "class") != NULL) { 200 if (inj_strhash_lookup(&decl->decl_memhash, "ena") == NULL) 213 if ((v = inj_strhash_lookup(&decl->decl_memhash, "scheme")) == NULL) { 255 if ((v = inj_strhash_lookup(hash, name)) != NULL) {
|
H A D | inj_string.c | 243 inj_strhash_lookup(inj_hash_t *h, const char *str) function
|
H A D | inj_defn.c | 74 if ((v = inj_strhash_lookup(hash, name)) == NULL) 526 inj_strhash_lookup(dlm->dlm_enumvals, elem->dfm_str) == 824 if ((v = inj_strhash_lookup(hash, name)) != NULL) {
|
H A D | inj_grammar.y | 229 if (inj_strhash_lookup($1, $3) != NULL)
|
Completed in 289 milliseconds