| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0007-kexec.c-add-guard-around-ENOTSUP.patch | 4 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 D | errno.h | 29 # 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 D | errno.h | 29 # 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 D | error_constants.h | 121 #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 D | error_constants.h | 121 #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 D | errno.h | 182 #ifndef ENOTSUP 183 #define ENOTSUP 9926 macro
|
| H A D | __errc | 76 not_supported, // ENOTSUP 185 not_supported = ENOTSUP,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | errno.h | 182 #ifndef ENOTSUP 183 #define ENOTSUP 9926 macro
|
| H A D | __errc | 76 not_supported, // ENOTSUP 185 not_supported = ENOTSUP,
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | bpf-loader.h | 95 return ERR_PTR(-ENOTSUP); in bpf__prepare_load() 102 return ERR_PTR(-ENOTSUP); in bpf__prepare_load_buffer()
|
| H A D | bpf-prologue.h | 34 return -ENOTSUP; in bpf__gen_prologue()
|
| H A D | probe-file.c | 49 } 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 D | probe-finder.c | 256 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 D | clang-c.h | 37 return -ENOTSUP;
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | sched.h | 172 ( errno = ENOTSUP, (int) -1 )
|
| H A D | pthread.h | 271 #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 D | kvm-stat.c | 108 return -ENOTSUP; in cpu_isa_init()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | errno.h | 169 #define ENOTSUP 134 /* Not supported */ macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/ |
| H A D | errno.h | 169 #define ENOTSUP 134 /* Not supported */ macro
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/ |
| H A D | kvm-stat.c | 165 return -ENOTSUP; in cpu_isa_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | pkey-helpers.h | 22 #define PTR_ERR_ENOTSUP ((void *)-ENOTSUP)
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | pids.c | 18 return -ENOTSUP; in build_obj_refs_table()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 1835 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 D | nettest.c | 369 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 D | kexec-tools-klibc_git.bb | 26 file://0007-kexec.c-add-guard-around-ENOTSUP.patch \
|