/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | platform.h | 85 #define MBEDTLS_PLATFORM_STD_EXIT exit /**< The default \c exit function to use. */ 91 #define MBEDTLS_PLATFORM_STD_EXIT_SUCCESS EXIT_SUCCESS /**< The default exit value to use. */ 94 #define MBEDTLS_PLATFORM_STD_EXIT_FAILURE EXIT_FAILURE /**< The default exit value to use. */ 234 * The function pointers for exit 240 * \brief This function dynamically configures the exit 244 * \param exit_func The \c exit function implementation. 253 #define mbedtls_exit exit 258 * The default exit values
|
/kernel/linux/linux-5.10/arch/arm/mach-socfpga/ |
H A D | ocram.c | 156 goto exit; in socfpga_init_arria10_ocram_ecc() 169 exit: in socfpga_init_arria10_ocram_ecc()
|
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | samsung.S | 69 1002: @ exit busyuart 93 1002: @ exit busyuart
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | acpi-ext.c | 44 goto exit; in hp_ccsr_locate() 50 exit: in hp_ccsr_locate()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 130 /* .exit.text is discarded at runtime, not link time, to deal with 133 .exit.text : { 136 .exit.data : {
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 41 #define EXIT_TEXT_SECTIONS() .exit.text : { EXIT_TEXT } 67 .exit.data :
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | vmlinux.lds.S | 90 * .exit.text is discarded at runtime, not link time, 93 .exit.text : { 97 .exit.data : {
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | vmlinux.lds.S | 175 .exit.text : { 179 .exit.data : {
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | vmlinux.lds.S | 36 * unwind exit sections must be discarded before the rest of the 99 .exit.text : { 136 .exit.data : {
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq_governor.h | 140 void (*exit)(struct dbs_data *dbs_data); member 162 .exit = cpufreq_dbs_governor_exit, \
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 130 /* .exit.text is discarded at runtime, not link time, to deal with 133 .exit.text : { 136 .exit.data : {
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 61 .exit.text : { 83 .exit.data : {
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | acpi-ext.c | 44 goto exit; in hp_ccsr_locate() 50 exit: in hp_ccsr_locate()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 41 #define EXIT_TEXT_SECTIONS() .exit.text : { EXIT_TEXT } 67 .exit.data :
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | ioperm.c | 72 exit(1); in expect_ok() 82 exit(1); in expect_gp()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | exc_validate.c | 91 exit(1); in test_copy_exception() 100 exit(1); in test_copy_exception()
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | samsung.S | 69 1002: @ exit busyuart 93 1002: @ exit busyuart
|
/kernel/linux/linux-6.6/arch/arm/mach-socfpga/ |
H A D | ocram.c | 154 goto exit; in socfpga_init_arria10_ocram_ecc() 167 exit: in socfpga_init_arria10_ocram_ecc()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | vmlinux.lds.S | 71 /* we have to discard exit text and such at runtime, not link time */ 73 .exit.text : 96 .exit.data :
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | vmlinux.lds.S | 100 * .exit.text is discarded at runtime, not link time, 103 .exit.text : { 107 .exit.data : {
|
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | uaccess.c | 17 void debug_user_asce(int exit) in debug_user_asce() argument 28 exit ? "exit" : "entry", cr1, cr7, in debug_user_asce()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | vmlinux.lds.S | 174 .exit.text : { 178 .exit.data : {
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | vendor.c | 74 goto exit; in brcmf_cfg80211_vndr_cmds_dcmd_handler() 101 exit: in brcmf_cfg80211_vndr_cmds_dcmd_handler()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp1_user.c | 31 exit(1); in int_exit() 39 exit(0); in int_exit()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | security.c | 42 rxrpc_security_types[i]->exit(); in rxrpc_init_security() 52 rxrpc_security_types[i]->exit(); in rxrpc_exit_security()
|