Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_event.h54 extern inj_defn_t *inj_defn_lookup(const char *, inj_memtype_t);
H A Dinj_grammar.y330 if ((ev = inj_defn_lookup($1, MEMTYPE_EVENT)) ==
H A Dinj_defn.c69 inj_defn_lookup(const char *name, inj_memtype_t type) in inj_defn_lookup() function
572 if ((subdefn = inj_defn_lookup(dfm->dfm_str, dlm->dlm_type)) == NULL) { in inj_defn_memcmp_sub_defined()