Searched refs:saved_cmd (Results 1 – 3 of 3) sorted by relevance
541 char *saved_cmd; in thread_apply_all_command() local554 saved_cmd = xstrdup (cmd); in thread_apply_all_command()555 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_all_command()568 strcpy (cmd, saved_cmd); /* Restore exact command used previously */ in thread_apply_all_command()582 char *saved_cmd; in thread_apply_command() local596 saved_cmd = xstrdup (cmd); in thread_apply_command()597 saved_cmd_cleanup_chain = make_cleanup (xfree, (void *) saved_cmd); in thread_apply_command()644 strcpy (cmd, saved_cmd); /* Restore exact command used previously */ in thread_apply_command()
244 u_int8_t saved_cmd; /* ATAPI saved command */ member
443 request->u.atapi.saved_cmd : request->u.atapi.ccb[0]) { in ata_cmd2str()