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

opendous_type variable

Syntax

static char *opendous_type;

References

LocationReferrerText
opendous.c:98
static char *opendous_type;
opendous.c:153opendous_handle_opendous_type_command()
if (!opendous_type) {
opendous.c:155opendous_handle_opendous_type_command()
opendous_type = strdup(CMD_ARGV[0]);
opendous.c:323opendous_init()
if (!opendous_type) {
opendous.c:324opendous_init()
opendous_type = strdup("opendous");
opendous.c:329opendous_init()
if (strcmp(cur_opendous_probe->name, opendous_type) == 0) {
opendous.c:337opendous_init()
LOG_ERROR("No matching cable found for %s", opendous_type);
opendous.c:387opendous_quit()
free(opendous_type);
opendous.c:388opendous_quit()
opendous_type = NULL;

Data Use

Functions writing opendous_type
Functions reading opendous_type
opendous_type