Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0007-kexec.c-add-guard-around-ENOTSUP.patch4 Subject: [PATCH] kexec.c: add guard around ENOTSUP
9 kexec.c:1515:11: error: 'ENOTSUP' undeclared
28 * ENOTSUP can be unsupported image
33 case -ENOTSUP:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Derrno.h29 # ifndef ENOTSUP
30 # define ENOTSUP EOPNOTSUPP macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Derrno.h29 # ifndef ENOTSUP
30 # define ENOTSUP EOPNOTSUPP macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Derror_constants.h121 #ifdef ENOTSUP in _GLIBCXX_VISIBILITY()
122 not_supported = ENOTSUP, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Derror_constants.h121 #ifdef ENOTSUP in _GLIBCXX_VISIBILITY()
122 not_supported = ENOTSUP, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Derrno.h182 #ifndef ENOTSUP
183 #define ENOTSUP 9926 macro
H A D__errc76 not_supported, // ENOTSUP
185 not_supported = ENOTSUP,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Derrno.h182 #ifndef ENOTSUP
183 #define ENOTSUP 9926 macro
H A D__errc76 not_supported, // ENOTSUP
185 not_supported = ENOTSUP,
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-loader.h95 return ERR_PTR(-ENOTSUP); in bpf__prepare_load()
102 return ERR_PTR(-ENOTSUP); in bpf__prepare_load_buffer()
H A Dbpf-prologue.h34 return -ENOTSUP; in bpf__gen_prologue()
H A Dprobe-file.c49 } else if (err == -ENOTSUP) in print_open_warning()
60 if (kerr == -ENOTSUP && uerr == -ENOTSUP) in print_both_open_warning()
269 ret = -ENOTSUP; in __del_trace_probe_event()
H A Dprobe-finder.c256 return -ENOTSUP; in convert_variable_location()
276 return -ENOTSUP; in convert_variable_location()
287 return -ENOTSUP; in convert_variable_location()
513 return -ENOTSUP; in convert_variable_fields()
575 } else if (ret == -ENOTSUP) in convert_variable()
2023 return -ENOTSUP; in get_source_from_debuginfod()
/OK3568_Linux_fs/kernel/tools/perf/util/c++/
H A Dclang-c.h37 return -ENOTSUP;
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dsched.h172 ( errno = ENOTSUP, (int) -1 )
H A Dpthread.h271 #if !defined(ENOTSUP)
272 # define ENOTSUP 48 /* This is the value in Solaris. */ macro
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/util/
H A Dkvm-stat.c108 return -ENOTSUP; in cpu_isa_init()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Derrno.h169 #define ENOTSUP 134 /* Not supported */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Derrno.h169 #define ENOTSUP 134 /* Not supported */ macro
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A Dkvm-stat.c165 return -ENOTSUP; in cpu_isa_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dpkey-helpers.h22 #define PTR_ERR_ENOTSUP ((void *)-ENOTSUP)
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dpids.c18 return -ENOTSUP; in build_obj_refs_table()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c1835 return -ENOTSUP; in eth_igb_reset()
2849 return -ENOTSUP; in eth_igb_vlan_tpid_set()
3230 return e1000_led_on(hw) == E1000_SUCCESS ? 0 : -ENOTSUP; in eth_igb_led_on()
3239 return e1000_led_off(hw) == E1000_SUCCESS ? 0 : -ENOTSUP; in eth_igb_led_off()
3302 return -ENOTSUP; in eth_igb_flow_ctrl_set()
4613 return -ENOTSUP; in eth_igb_mtu_set()
4663 return -ENOTSUP; in igb_add_del_ntuple_filter()
4676 return -ENOTSUP; in igb_add_del_ntuple_filter()
5037 return -ENOTSUP; in igb_timesync_enable()
5187 return -ENOTSUP; in eth_igb_get_regs()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dnettest.c369 if (rc < 0 && rc != -ENOTSUP) in set_pktinfo_v4()
381 if (rc < 0 && rc != -ENOTSUP) in set_recvpktinfo_v6()
393 if (rc < 0 && rc != -ENOTSUP) in set_recverr_v4()
405 if (rc < 0 && rc != -ENOTSUP) in set_recverr_v6()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/
H A Dkexec-tools-klibc_git.bb26 file://0007-kexec.c-add-guard-around-ENOTSUP.patch \

1234