Searched refs:inj_cmd_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_event.h70 extern void inj_cmds_add(inj_cmd_t *);
73 extern inj_cmd_t *inj_cmd_rand(inj_randelem_t *);
74 extern inj_cmd_t *inj_cmd_repeat(inj_cmd_t *, uint_t);
75 extern inj_cmd_t *inj_cmd_send(inj_defn_t *);
76 extern inj_cmd_t *inj_cmd_sleep(uint_t);
77 extern inj_cmd_t *inj_cmd_addhrt(hrtime_t);
78 extern inj_cmd_t *inj_cmd_endhrt(void);
H A Dinj_cmds.c47 inj_cmds_add(inj_cmd_t *cmd)
76 inj_cmd_t *
80 inj_cmd_t *cmd;
95 cmd = inj_zalloc(sizeof (inj_cmd_t));
112 inj_cmd_t *
113 inj_cmd_repeat(inj_cmd_t *repcmd, uint_t num)
115 inj_cmd_t *cmd = inj_zalloc(sizeof (inj_cmd_t));
124 inj_cmd_t *
127 inj_cmd_t *cm
[all...]
H A Dinj_log.c46 inj_cmd_t *cmd = inj_zalloc(sizeof (inj_cmd_t));
H A Dinj.h196 * Operations themselves are structured as a tree of inj_cmd_t's. Each one has
218 } inj_cmd_t; typedef in typeref:struct:inj_cmd
H A Dinj_grammar.y50 inj_cmd_t *l_command;

Completed in 70 milliseconds