queued_retval is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

queued_retval variable

Syntax

static int queued_retval;

References

LocationReferrerText
jlink.c:113
static int queued_retval;
jlink.c:2166jlink_swd_run_queue()
if (queued_retval != ERROR_OK) {
jlink.c:2167jlink_swd_run_queue()
LOG_DEBUG("Skipping due to previous errors: %d", queued_retval);
jlink.c:2191jlink_swd_run_queue()
queued_retval = swd_ack_to_error_code(ack);
jlink.c:2199jlink_swd_run_queue()
queued_retval = ERROR_FAIL;
jlink.c:2210jlink_swd_run_queue()
ret = queued_retval;
jlink.c:2211jlink_swd_run_queue()
queued_retval = ERROR_OK;
jlink.c:2222jlink_swd_queue_cmd()
queued_retval = jlink_swd_run_queue();
jlink.c:2225jlink_swd_queue_cmd()
if (queued_retval != ERROR_OK)

Data Use

Functions writing queued_retval
Functions reading queued_retval
queued_retval