Searched refs:cmdline_file_new (Results 1 – 5 of 5) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cmdline_lib.c | 164 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 D | cmdline_socket.h | 17 struct cmdline *cmdline_file_new(cmdline_parse_ctx_t *ctx, const char *prompt, const char *path);
|
| H A D | cmdline_socket.c | 20 cmdline_file_new(cmdline_parse_ctx_t *ctx, const char *prompt, const char *path) in cmdline_file_new() function
|
| H A D | version.map | 26 cmdline_file_new;
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 18101 cl = cmdline_file_new(main_ctx, "testpmd> ", filename); in cmdline_read_from_file()
|