Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c43 static inj_hash_t inj_defns[3]; variable
57 assert(item >= 0 && item < sizeof (inj_defns) / sizeof (inj_hash_t)); in item2hash()
60 for (i = 0; i < sizeof (inj_defns) / sizeof (inj_hash_t); i++) in item2hash()
61 inj_strhash_create(&inj_defns[i]); in item2hash()
65 return (&inj_defns[item]); in item2hash()