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

Function cmd_load_from_file_parsed

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

Source from the content-addressed store, hash-verified

10898 TOKEN_STRING_INITIALIZER(struct cmd_cmdfile_result, filename, NULL);
10899
10900static void
10901cmd_load_from_file_parsed(
10902 void *parsed_result,
10903 __rte_unused struct cmdline *cl,
10904 __rte_unused void *data)
10905{
10906 struct cmd_cmdfile_result *res = parsed_result;
10907
10908 cmdline_read_from_file(res->filename);
10909}
10910
10911static cmdline_parse_inst_t cmd_load_from_file = {
10912 .f = cmd_load_from_file_parsed,

Callers

nothing calls this directly

Calls 1

cmdline_read_from_fileFunction · 0.85

Tested by

no test coverage detected