Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fminject/common/
H A Dinj_event.h67 extern inj_randelem_t *inj_rand_create(inj_defn_t *, uint_t);
H A Dinj_cmds.c59 inj_rand_create(inj_defn_t *ev, uint_t prob) in inj_rand_create() function
H A Dinj_grammar.y325 $$ = ($2 == NULL ? NULL : inj_rand_create($2, $4));