Home
last modified time | relevance | path

Searched refs:quit (Results 1 – 25 of 55) sorted by relevance

123

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c62 local void quit(char *why) in quit() function
138 quit("need one argument: size of output block"); in main()
141 quit("argument must be a number"); in main()
143 quit("need positive size of 8 or greater"); in main()
153 quit("out of memory"); in main()
160 quit("error reading input"); in main()
167 quit("error writing output"); in main()
188 quit("out of memory"); in main()
199 quit("out of memory"); in main()
214 quit("out of memory"); in main()
[all …]
H A Dfitblk.c67 local void quit(char *why) in quit() function
150 quit("need one argument: size of output block"); in main()
153 quit("argument must be a number"); in main()
155 quit("need positive size of 8 or greater"); in main()
168 quit("out of memory"); in main()
177 quit("error reading input"); in main()
205 quit("out of memory"); in main()
218 quit("out of memory"); in main()
235 quit("out of memory"); in main()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dquit.tcl12 assert_equal OK [r quit]
18 r write [format_command quit]
30 r write [format_command quit]
/f-stack/dpdk/examples/multi_process/simple_mp/
H A Dmp_commands.c77 cmdline_fixed_string_t quit; member
84 quit = 1; in cmd_quit_parsed()
89 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
H A Dmain.c53 volatile int quit = 0; variable
61 while (!quit){ in lcore_recv()
H A Dmp_commands.h10 extern volatile int quit;
/f-stack/dpdk/app/test/
H A Dtest_distributor_perf.c22 static volatile int quit; variable
121 while (!quit) { in handle_work()
190 quit = 1; in quit_workers()
199 quit = 0; in quit_workers()
H A Dtest_distributor.c38 static volatile int quit; /**< general quit variable for all threads */ variable
85 while (!quit) { in handle_work()
303 while (!quit) { in handle_work_with_free_mbufs()
384 while (!quit && !(id == zero_id && zero_quit)) { in handle_work_for_shutdown_test()
412 while (!quit) { in handle_work_for_shutdown_test()
587 while (!quit) { in handle_and_mark_work()
786 quit = 1; in quit_workers()
802 quit = 0; in quit_workers()
H A Dcommands.c215 cmdline_fixed_string_t quit; member
227 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
/f-stack/dpdk/lib/librte_eal/common/
H A Dhotplug_mp.c255 goto quit; in __handle_primary_request()
261 goto quit; in __handle_primary_request()
268 goto quit; in __handle_primary_request()
281 goto quit; in __handle_primary_request()
285 quit: in __handle_primary_request()
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c956 char quit[4]; in linenoisePrintKeyCodes() local
961 memset(quit,' ',4); in linenoisePrintKeyCodes()
968 memmove(quit,quit+1,sizeof(quit)-1); /* shift string to left. */ in linenoisePrintKeyCodes()
969 quit[sizeof(quit)-1] = c; /* Insert current char on the right. */ in linenoisePrintKeyCodes()
970 if (memcmp(quit,"quit",sizeof(quit)) == 0) break; in linenoisePrintKeyCodes()
/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c959 int quit = 0; in defragLaterStep() local
961 quit = 1; /* time is up, we didn't finish all the work */ in defragLaterStep()
966 quit = 1; in defragLaterStep()
971 if (quit || (++iterations > 16 || in defragLaterStep()
974 if (quit || ustime() > endtime) { in defragLaterStep()
1040 int quit = 0; in activeDefragCycle() local
1065 quit = 1; /* time is up, we didn't finish all the work */ in activeDefragCycle()
1105 quit = 1; /* time is up, we didn't finish all the work */ in activeDefragCycle()
1120 quit = 1; in activeDefragCycle()
1127 } while(cursor && !quit); in activeDefragCycle()
[all …]
/f-stack/dpdk/examples/multi_process/hotplug_mp/
H A Dcommands.c46 cmdline_fixed_string_t quit; member
57 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/f-stack/dpdk/app/test-cmdline/
H A Dcommands.c24 cmdline_fixed_string_t quit; member
36 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit,
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-qt.cpp42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit())); in main()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_handler.c295 s->quit = 1; in ngx_mail_verify_cert()
316 s->quit = 1; in ngx_mail_verify_cert()
673 if (s->quit) { in ngx_mail_send()
751 s->quit = 1; in ngx_mail_read_command()
799 s->quit = 1; in ngx_mail_session_internal_server_error()
H A Dngx_mail_pop3_handler.c178 s->quit = 1; in ngx_mail_pop3_auth_state()
208 s->quit = 1; in ngx_mail_pop3_auth_state()
/f-stack/dpdk/doc/guides/tools/
H A Dhugepages.rst27 Display usage information and quit
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c33 cmdline_fixed_string_t quit; member
128 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/f-stack/dpdk/examples/vdpa/
H A Dmain.c490 cmdline_fixed_string_t quit; member
502 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/f-stack/dpdk/examples/vm_power_manager/
H A Dvm_power_cli.c27 cmdline_fixed_string_t quit; member
41 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/f-stack/doc/
H A DF-Stack_Nginx_APP_Guide.md14 +------------------------+ | signal(reload, quit..)
/f-stack/dpdk/examples/qos_sched/
H A Dcmdline.c64 cmdline_fixed_string_t quit; member
75 TOKEN_STRING_INITIALIZER(struct cmd_quit_result, quit, "quit");
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst211 printf("\nCore %u forwarding packets. [Ctrl+C to quit]\n",
214 /* Run until the application is quit or killed. */
H A Dntb.rst94 * ``quit``: Exit program.

123