Searched refs:cmdline_file_new (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cmdline_lib.c | 148 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 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 | 24 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;
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 17096 cl = cmdline_file_new(main_ctx, "testpmd> ", filename); in cmdline_read_from_file()
|