MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmd_quit_parsed

Function cmd_quit_parsed

dpdk/app/test-pmd/cmdline.c:7291–7297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7289};
7290
7291static void cmd_quit_parsed(__rte_unused void *parsed_result,
7292 struct cmdline *cl,
7293 __rte_unused void *data)
7294{
7295 cmdline_quit(cl);
7296 cl_quit = 1;
7297}
7298
7299static cmdline_parse_token_string_t cmd_quit_quit =
7300 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");

Callers

nothing calls this directly

Calls 1

cmdline_quitFunction · 0.85

Tested by

no test coverage detected