Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cmdline_lib.c164 cl = cmdline_file_new(NULL, "prompt", NULL_INPUT); in test_cmdline_socket_fns()
167 cl = cmdline_file_new(&ctx, NULL, NULL_INPUT); in test_cmdline_socket_fns()
170 cl = cmdline_file_new(&ctx, "prompt", NULL); in test_cmdline_socket_fns()
173 cl = cmdline_file_new(&ctx, "prompt", "-/invalid/~/path"); in test_cmdline_socket_fns()
179 cl = cmdline_file_new(&ctx, "prompt", NULL_INPUT); in test_cmdline_socket_fns()
/dpdk/lib/cmdline/
H A Dcmdline_socket.h17 struct cmdline *cmdline_file_new(cmdline_parse_ctx_t *ctx, const char *prompt, const char *path);
H A Dcmdline_socket.c20 cmdline_file_new(cmdline_parse_ctx_t *ctx, const char *prompt, const char *path) in cmdline_file_new() function
H A Dversion.map26 cmdline_file_new;
/dpdk/app/test-pmd/
H A Dcmdline.c18101 cl = cmdline_file_new(main_ctx, "testpmd> ", filename); in cmdline_read_from_file()