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

cmd_queue_page struct

Syntax

struct cmd_queue_page {     struct cmd_queue_page *next;     void *address;     size_t used; };

Fields

next

No summary provided. Read more...

address

No summary provided. Read more...

used

No summary provided. Read more...

References

LocationReferrerScopeText
commands.c:26
struct cmd_queue_page {
commands.c:27cmd_queue_page::nextcmd_queue_page
struct cmd_queue_page *next;
commands.c:33cmd_queue_pages
static struct cmd_queue_page *cmd_queue_pages;
commands.c:34cmd_queue_pages_tail
static struct cmd_queue_page *cmd_queue_pages_tail;
commands.c:68cmd_queue_alloc()
struct cmd_queue_page **p_page = &cmd_queue_pages;
commands.c:111cmd_queue_alloc()
*p_page = malloc(sizeof(struct cmd_queue_page));
commands.c:129cmd_queue_free()
struct cmd_queue_page *page = cmd_queue_pages;
commands.c:132cmd_queue_free()
struct cmd_queue_page *last = page;
commands.c:135cmd_queue_free()
free(last);

Type Use

Variables of cmd_queue_page type
cmd_queue_alloc()::p_page
cmd_queue_free()::page
cmd_queue_free()::last
all items filtered out
cmd_queue_page
Allocators of cmd_queue_page
Deletors of cmd_queue_page
all items filtered out
cmd_queue_page
all items filtered out