inj_cmd_sleep
extern inj_cmd_t *inj_cmd_sleep(uint_t);
| INJ_TOK_SLEEP number { $$ = inj_cmd_sleep($2); }