Searched refs:inj_mode_ops_t (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_main.c | 83 static inj_mode_ops_t sysevent_ops = { 111 static inj_mode_ops_t simulate_ops = { 120 const inj_mode_ops_t *mode = NULL; in main()
|
H A D | inj_cmds.c | 184 cmd_run_send(const inj_mode_ops_t *mode, void *hdl, inj_defn_t *ev) in cmd_run_send() 211 cmd_run_random(const inj_mode_ops_t *mode, void *hdl, inj_cmd_t *cmd) in cmd_run_random() 225 cmd_run(const inj_mode_ops_t *mode, void *hdl, inj_cmd_t *cmd) in cmd_run() 250 inj_program_run(inj_list_t *prog, const inj_mode_ops_t *mode, void *mode_arg) in inj_program_run()
|
H A D | inj.h | 233 } inj_mode_ops_t; typedef 240 extern void inj_program_run(inj_list_t *, const inj_mode_ops_t *, void *);
|