ipdbg_hub::next is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ipdbg_hub::next field

Syntax

struct ipdbg_hub *next;

References

LocationReferrerText
ipdbg.c:73
struct ipdbg_hub *next;
ipdbg.c:224ipdbg_find_hub()
for (hub = ipdbg_first_hub; hub; hub = hub->next) {
ipdbg.c:242ipdbg_add_hub()
for (ihub = ipdbg_first_hub; ihub->next; ihub = ihub->next)
ipdbg.c:244ipdbg_add_hub()
ihub->next = hub;
ipdbg.c:255ipdbg_remove_hub()
ipdbg.c:259ipdbg_remove_hub()
for (struct ipdbg_hub *ihub = ipdbg_first_hub; ihub->next; ihub = ihub->next) {
ipdbg.c:260ipdbg_remove_hub()
if (hub == ihub->next) {
ipdbg.c:261ipdbg_remove_hub()
ihub->next = hub->next;
ipdbg.c:753ipdbg_get_hub_by_name()
for (hub = ipdbg_first_hub; hub; hub = hub->next) {
ipdbg.c:793ipdbg_server_free()
struct ipdbg_hub *next_hub = hub->next;

Data Use

Functions writing ipdbg_hub::next
Functions reading ipdbg_hub::next
all items filtered out
ipdbg_hub::next
Type of ipdbg_hub::next
ipdbg_hub::next
all items filtered out