Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/cmdline/
H A Dcommands.c65 struct cmd_obj_del_show_result { struct
74 struct cmd_obj_del_show_result *res = parsed_result; in cmd_obj_del_show_parsed() argument
97 TOKEN_STRING_INITIALIZER(struct cmd_obj_del_show_result,
100 TOKEN_OBJ_LIST_INITIALIZER(struct cmd_obj_del_show_result, obj,
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst136 …_token_string_t cmd_obj_action = TOKEN_STRING_INITIALIZER(struct cmd_obj_del_show_result, action, …
138 …parse_token_obj_list_t cmd_obj_obj = TOKEN_OBJ_LIST_INITIALIZER(struct cmd_obj_del_show_result, ob…
157 Once the command is parsed, the rte_cmdline application fills a cmd_obj_del_show_result structure.