Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c42 static inj_hash_t inj_decls[ITEMTYPE_NITEMS]; variable
50 assert(item >= 0 && item < sizeof (inj_decls) / sizeof (inj_hash_t)); in item2hash()
53 for (i = 0; i < sizeof (inj_decls) / sizeof (inj_hash_t); i++) in item2hash()
54 inj_strhash_create(&inj_decls[i]); in item2hash()
58 return (&inj_decls[item]); in item2hash()