Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c44 static inj_hash_t inj_decls[ITEMTYPE_NITEMS]; variable
52 assert(item >= 0 && item < sizeof (inj_decls) / sizeof (inj_hash_t)); in item2hash()
55 for (i = 0; i < sizeof (inj_decls) / sizeof (inj_hash_t); i++) in item2hash()
56 inj_strhash_create(&inj_decls[i]); in item2hash()
60 return (&inj_decls[item]); in item2hash()