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

sequence::next field

Syntax

struct sequence *next;

References

LocationReferrerText
osbdm.c:22
struct sequence *next;
osbdm.c:45queue_add_tail()
next->next = NULL;
osbdm.c:52queue_add_tail()
queue->tail->next = next;
osbdm.c:70queue_drop_head()
struct sequence *head = queue->head->next; /* New head */
osbdm.c:331osbdm_flush()
seq = seq->next; /* Move to next sequence */

Data Use

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