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

log_warn() function

Syntax

void log_warn(const struct jaylink_context *ctx,     const char *format, ...);
Implemented in log.c:209

Arguments

ctx

format

References

LocationReferrerText
log.c:209
JAYLINK_PRIV void log_warn(const struct jaylink_context *ctx,
libjaylink-internal.h:247
JAYLINK_PRIV void log_warn(const struct jaylink_context *ctx,
discovery_tcp.c:202probe_device()
log_warn(ctx, "Device instance malloc failed");
discovery_tcp.c:319discovery_tcp_scan()
log_warn(ctx, "Failed to receive advertisement "
discovery_usb.c:150probe_device()
log_warn(ctx, "Failed to get device descriptor: %s",
discovery_usb.c:199probe_device()
log_warn(ctx, "Failed to open device: %s",
discovery_usb.c:213probe_device()
log_warn(ctx, "Failed to retrieve serial number: %s",
discovery_usb.c:220probe_device()
log_warn(ctx, "Failed to parse serial number");
discovery_usb.c:237probe_device()
log_warn(ctx, "Device instance malloc failed");
transport_tcp.c:347transport_tcp_start_write()
log_warn(ctx, "Last write operation left %zu bytes in the "
transport_tcp.c:351transport_tcp_start_write()
log_warn(ctx, "Last write operation was not performed");
transport_tcp.c:382transport_tcp_start_read()
log_warn(ctx, "Last read operation left %zu bytes",
transport_tcp.c:405transport_tcp_start_write_read()
log_warn(ctx, "Last write operation left %zu bytes in the "
transport_tcp.c:409transport_tcp_start_write_read()
log_warn(ctx, "Last write operation was not performed");
transport_tcp.c:412transport_tcp_start_write_read()
log_warn(ctx, "Last read operation left %zu bytes in the "
transport_tcp.c:416transport_tcp_start_write_read()
log_warn(ctx, "Last read operation left %zu bytes",
transport_usb.c:244transport_usb_start_write()
log_warn(ctx, "Last write operation left %zu bytes in the "
transport_usb.c:248transport_usb_start_write()
log_warn(ctx, "Last write operation was not performed");
transport_usb.c:274transport_usb_start_read()
log_warn(ctx, "Last read operation left %zu bytes",
transport_usb.c:299transport_usb_start_write_read()
log_warn(ctx, "Last write operation left %zu bytes in the "
transport_usb.c:303transport_usb_start_write_read()
log_warn(ctx, "Last write operation was not performed");
transport_usb.c:306transport_usb_start_write_read()
log_warn(ctx, "Last read operation left %zu bytes in the "
transport_usb.c:310transport_usb_start_write_read()
log_warn(ctx, "Last read operation left %zu bytes",
transport_usb.c:343usb_recv()
log_warn(ctx, "Failed to receive data from "
transport_usb.c:418usb_send()
log_warn(ctx, "Failed to send data to device: %s",

Call Tree

Type of log_warn()
log_warn()
va_list
all items filtered out