Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cmdline_lib.c148 if (cmdline_file_new(NULL, "prompt", "/dev/null") != NULL) in test_cmdline_socket_fns()
150 if (cmdline_file_new(&ctx, NULL, "/dev/null") != NULL) in test_cmdline_socket_fns()
152 if (cmdline_file_new(&ctx, "prompt", NULL) != NULL) in test_cmdline_socket_fns()
154 if (cmdline_file_new(&ctx, "prompt", "-/invalid/~/path") != NULL) { in test_cmdline_socket_fns()
158 if (cmdline_file_new(&ctx, "prompt", "/dev/null") == NULL) { in test_cmdline_socket_fns()
/f-stack/dpdk/lib/librte_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.c24 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;
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c17096 cl = cmdline_file_new(main_ctx, "testpmd> ", filename); in cmdline_read_from_file()