Home
last modified time | relevance | path

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

/dpdk/lib/cmdline/
H A Dcmdline_parse.c102 unsigned int nb_match_token, void *resbuf, unsigned resbuf_size) in match_inst() argument
109 if (resbuf != NULL) in match_inst()
110 memset(resbuf, 0, resbuf_size); in match_inst()
128 if (resbuf == NULL) { in match_inst()
142 n = token_hdr.ops->parse(token_p, buf, (char *)resbuf + in match_inst()