transport_select() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

transport_select() function

Syntax

static int transport_select(struct command_context *ctx,     const char *name);

Arguments

ctx

name

References

LocationReferrerText
transport.c:58
static int transport_select(struct command_context *ctx, const char *name)
transport.c:108allow_transports()
return transport_select(ctx, vector[0]);
transport.c:269handle_transport_select()
int retval = transport_select(CMD_CTX, allowed_transports[0]);
transport.c:300handle_transport_select()
int retval = transport_select(CMD_CTX, CMD_ARGV[0]);

Call Tree

Functions calling transport_select()
Functions called by transport_select()
transport_select()
strcmp()
all items filtered out
Data read by transport_select()
Data written by transport_select()
transport_select()
transport_select()::t
all items filtered out
Type of transport_select()
transport_select()
all items filtered out