Home
last modified time | relevance | path

Searched refs:exit (Results 7201 - 7225 of 10510) sorted by relevance

1...<<281282283284285286287288289290>>...421

/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dldt_gdt.c340 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 Dtest.c447 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 Dmkfs.c385 exit(EXIT_FAILURE); in usage()
678 exit(EXIT_FAILURE); in main()
/third_party/curl/tests/server/
H A Dutil.c170 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 Dvaapi_decode.c207 goto exit; in ff_vaapi_decode_issue()
218 exit: in ff_vaapi_decode_issue()
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp70 exit(U_BUFFER_OVERFLOW_ERROR); in Value()
313 exit(U_INDEX_OUTOFBOUNDS_ERROR); in writeValueAliases()
/third_party/mbedtls/tests/scripts/
H A Dcheck_names.py957 sys.exit(2)
962 sys.exit(return_code)
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c579 exit(1); in disasm_instr()
884 exit(2); in usage()
/third_party/libwebsockets/lib/roles/http/
H A Dcookie.c377 goto exit; in lws_cookie_write_nsc()
396 exit: in lws_cookie_write_nsc()
/third_party/nghttp2/examples/
H A Dlibevent-server.c29 exit(exitcode); \
813 exit(EXIT_FAILURE); in main()
H A Dlibevent-client.c30 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 Dversion.c86 goto exit; in get_gl_override()
117 exit: in get_gl_override()
/third_party/mesa3d/src/mapi/
H A Dmapi_abi.py653 sys.exit(1)
657 sys.exit(1)
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py754 sys.exit(1)
768 sys.exit(1)
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c478 exit(1); in start_server()
502 exit(1); in do_child()
/third_party/musl/libc-test/src/functionalext/relro/
H A Ddlopen_ext_relro_test.c80 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 Dr600_hw_context.c309 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 Dgenerate_stats.py94 # -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 Dmhd2spdy_spdy.c41 * 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 Ddependency_graph.cc570 /// 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 Dap_main.c508 exit(1); in usage()
742 exit(1); in ap_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_main.c500 exit(1); in usage()
728 exit(1); in ap_main()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c290 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 Dmac.c3977 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 Dmodule.c343 * 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...]

Completed in 48 milliseconds

1...<<281282283284285286287288289290>>...421