/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 340 exit(nerrs ? 1 : 0); in do_simple_tests() 431 * 3: thread should exit 658 exit(1); /* exec failed */ in do_exec_test()
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | test.c | 447 if (suite->exit) in kunit_run_case_cleanup() 448 suite->exit(test); in kunit_run_case_cleanup() 470 * abort will be called, this thread will exit, and finally the parent in kunit_try_run_case()
|
/third_party/exfatprogs/mkfs/ |
H A D | mkfs.c | 385 exit(EXIT_FAILURE); in usage() 678 exit(EXIT_FAILURE); in main()
|
/third_party/curl/tests/server/ |
H A D | util.c | 170 exit(1); in win32_init() 178 exit(1); in win32_init() 696 /* setup windows exit event before any signal can trigger */ in install_signal_handlers() 699 logmsg("cannot create exit event"); in install_signal_handlers()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_decode.c | 207 goto exit; in ff_vaapi_decode_issue() 218 exit: in ff_vaapi_decode_issue()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | pnamesbuilder.cpp | 70 exit(U_BUFFER_OVERFLOW_ERROR); in Value() 313 exit(U_INDEX_OUTOFBOUNDS_ERROR); in writeValueAliases()
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_names.py | 957 sys.exit(2) 962 sys.exit(return_code)
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | disasm.c | 579 exit(1); in disasm_instr() 884 exit(2); in usage()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | cookie.c | 377 goto exit; in lws_cookie_write_nsc() 396 exit: in lws_cookie_write_nsc()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 29 exit(exitcode); \ 813 exit(EXIT_FAILURE); in main()
|
H A D | libevent-client.c | 30 exit(exitcode); \ 313 the HTTP/2 protocol the nghttp2 library supports. If not, exit 613 exit(EXIT_FAILURE); in main()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | version.c | 86 goto exit; in get_gl_override() 117 exit: in get_gl_override()
|
/third_party/mesa3d/src/mapi/ |
H A D | mapi_abi.py | 653 sys.exit(1) 657 sys.exit(1)
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_pack_header.py | 754 sys.exit(1) 768 sys.exit(1)
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
H A D | sendmsg01.c | 478 exit(1); in start_server() 502 exit(1); in do_child()
|
/third_party/musl/libc-test/src/functionalext/relro/ |
H A D | dlopen_ext_relro_test.c | 80 exit(-1); in test_write_relro_file() 100 exit(-1); in test_write_relro_file_ext()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_hw_context.c | 309 exit(-1); in r600_context_gfx_flush() 316 exit(-1); in r600_context_gfx_flush()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 94 # -h, --help show this help message and exit 795 exit(1) 818 sys.exit(main())
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.c | 41 * and exit. 48 exit(EXIT_FAILURE); in spdy_dief() 54 * |error_code| and exit. 62 exit(EXIT_FAILURE); in spdy_diec()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.cc | 570 /// as the function decends into each dependency and `exit` when bubbling back 575 /// @param exit is a function with the signature: `void(Global*)`. The `exit` 578 void TraverseDependencies(const Global* root, ENTER&& enter, EXIT&& exit) { in TraverseDependencies() 607 exit(entry.global); in TraverseDependencies() 636 // stack was pushed, but exit() will not be called when we return in SortGlobals()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_main.c | 508 exit(1); in usage() 742 exit(1); in ap_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_main.c | 500 exit(1); in usage() 728 exit(1); in ap_main()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 290 void (*exit) (void); member 2450 goto exit; in hotkey_kthread() 2507 exit: in hotkey_kthread() 4243 .exit = hotkey_exit, 4509 .exit = bluetooth_exit, 4688 .exit = wan_exit, 4803 .exit = uwb_exit, 5162 .exit = video_exit, 5393 .exit = kbdlight_exit, 5547 .exit [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 3977 goto exit; in ath11k_mac_op_hw_scan() 3983 goto exit; in ath11k_mac_op_hw_scan() 3994 goto exit; in ath11k_mac_op_hw_scan() 4017 goto exit; in ath11k_mac_op_hw_scan() 4082 exit: in ath11k_mac_op_hw_scan() 4274 goto exit; in ath11k_mac_op_set_key() 4279 goto exit; in ath11k_mac_op_set_key() 4291 goto exit; in ath11k_mac_op_set_key() 4297 goto exit; in ath11k_mac_op_set_key() 4343 exit in ath11k_mac_op_set_key() [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 343 * is running can call this to safely exit. nfsd and lockd use this. 1020 /* If it has an init func, it must have an exit func to unload */ in SYSCALL_DEFINE2() 1021 if (mod->init && !mod->exit) { in SYSCALL_DEFINE2() 1037 if (mod->exit != NULL) in SYSCALL_DEFINE2() 1038 mod->exit(); in SYSCALL_DEFINE2() 1074 if (mod->init != NULL && mod->exit == NULL) { in print_unload_info() 2894 return strstarts(name, ".exit"); in module_exit_section() 4502 exitcall_t *exit; in cfi_init() local 4509 exit = (exitcall_t *) in cfi_init() 4513 /* Fix init/exit function in cfi_init() [all...] |