Home
last modified time | relevance | path

Searched refs:token_hdr (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/cmdline/
H A Dcmdline_parse.c107 struct cmdline_token_hdr token_hdr; in match_inst() local
116 memcpy(&token_hdr, token_p, sizeof(token_hdr)); in match_inst()
133 if (token_hdr.offset > resbuf_size) { in match_inst()
137 token_hdr.offset, resbuf_size); in match_inst()
140 rb_sz = resbuf_size - token_hdr.offset; in match_inst()
143 token_hdr.offset, rb_sz); in match_inst()
307 struct cmdline_token_hdr token_hdr; in cmdline_complete() local
327 memset(&token_hdr, 0, sizeof(token_hdr)); in cmdline_complete()
357 memcpy(&token_hdr, token_p, sizeof(token_hdr)); in cmdline_complete()
452 memcpy(&token_hdr, token_p, sizeof(token_hdr)); in cmdline_complete()
[all …]