| /f-stack/app/redis-5.0.5/src/ |
| H A D | memtest.c | 102 if ((j & 0xffff) == 0 && interactive) in memtest_addressing() 109 if (interactive) { in memtest_addressing() 117 if ((j & 0xffff) == 0 && interactive) in memtest_addressing() 203 if (interactive) { in memtest_compare() 212 if ((w & 0xffff) == 0 && interactive) in memtest_compare() 219 int interactive) in memtest_compare_times() argument 227 if (interactive) memtest_progress_end(); in memtest_compare_times() 246 if (interactive) memtest_progress_end(); in memtest_test() 250 if (interactive) memtest_progress_end(); in memtest_test() 255 if (interactive) memtest_progress_end(); in memtest_test() [all …]
|
| H A D | redis-cli.c | 192 int interactive; member 1013 if (config.interactive) { in cliReadReply() 1053 if (config.interactive) in cliReadReply() 1632 void cliSetPreferences(char **argv, int argc, int interactive) { in cliSetPreferences() argument 1638 interactive ? "" : ".redisclirc: ", in cliSetPreferences() 1643 interactive ? "" : ".redisclirc: ", in cliSetPreferences() 1681 config.interactive = 1; in repl() 7000 config.interactive = 0; in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 32 ./dpdk-vdpa [EAL options] -- [--client] [--interactive|-i] or [--iface SOCKET_PATH] 41 * --interactive means run the vdpa sample in interactive mode, currently 4 56 -- --interactive 65 Then we can create 2 vdpa ports in interactive cmdline.
|
| H A D | ntb.rst | 8 This sample provides interactive mode to do packet based processing
|
| H A D | qos_scheduler.rst | 70 * -i: It makes the application to start in the interactive mode. 72 scheduling is taking place (see interactive mode below for more information).
|
| /f-stack/dpdk/examples/vdpa/ |
| H A D | main.c | 42 static int interactive; variable 62 {"interactive", no_argument, &interactive, 1}, in parse_args() 74 interactive = 1; in parse_args() 85 interactive = 1; in parse_args() 95 if (iface[0] == '\0' && interactive == 0) { in parse_args() 545 if (interactive == 1) { in main()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | main.c | 26 uint8_t interactive = APP_INTERACTIVE_DEFAULT; variable 209 if (interactive) { in main()
|
| H A D | main.h | 138 extern uint8_t interactive;
|
| H A D | args.c | 342 interactive = 1; in app_parse_args()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 27 * ``-i, --interactive`` 29 Run testpmd in interactive mode. 34 In non-interactive mode, 52 This flag should be only used in non-interactive mode. 56 Display statistics every PERIOD seconds, if interactive mode is disabled.
|
| H A D | testpmd_funcs.rst | 9 Where the testpmd application is started in interactive mode, (``-i|--interactive``), 70 starting packet forwarding or entering interactive mode. 2463 manage link bonding devices from within testpmd interactive prompt.
|
| /f-stack/tools/ngctl/ |
| H A D | main.c | 168 int interactive = isatty(0) && isatty(1); local 217 } else if (interactive) {
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | build_and_test.rst | 113 as interactive mode (``-i``) is on.
|
| H A D | memif.rst | 245 Start VPP in interactive mode (should be by default). Create memif server interface in VPP::
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 70 static uint8_t interactive = 1; variable 1163 interactive = 1; in ntb_parse_args() 1494 if (interactive) { in main()
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | COPYING | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but 312 If the program is interactive, make it output a short notice like this 313 when it starts in an interactive mode:
|
| /f-stack/dpdk/license/ |
| H A D | gpl-2.0.txt | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but 312 If the program is interactive, make it output a short notice like this 313 when it starts in an interactive mode:
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | THIRDPARTYLICENSE.gplv2 | 105 interactive use in the most ordinary way, to print or display an 110 License. (Exception: if the Program itself is interactive but 312 If the program is interactive, make it output a short notice like this 313 when it starts in an interactive mode:
|
| /f-stack/tools/ |
| H A D | README.md | 179 About interactive mode: 181 the interactive mode will support generic line editing, history functions.
|
| /f-stack/ |
| H A D | LICENSE | 176 …interactive use in the most ordinary way, to print or display an announcement including an appropr… 240 If the program is interactive, make it output a short notice like this when it starts in an interac…
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | parameters.c | 717 interactive = 1; in launch_args_parse() 733 interactive = 1; in launch_args_parse()
|
| H A D | testpmd.c | 87 uint8_t interactive = 0; variable 2166 if ((interactive == 0) || (lc_id != rte_lcore_id())) { in launch_packet_forwarding() 3892 if (tx_first && interactive) in main() 3976 if (interactive == 1) { in main()
|
| H A D | testpmd.h | 355 extern uint8_t interactive;
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 133 #. In testpmd interactive mode, set the portlist to obtain the correct port
|