Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDthread.c541 char *saved_cmd; in thread_apply_all_command() local
554 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() local
596 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()
/NextBSD/sys/dev/ata/
HData-all.h244 u_int8_t saved_cmd; /* ATAPI saved command */ member
HData-all.c443 request->u.atapi.saved_cmd : request->u.atapi.ccb[0]) { in ata_cmd2str()