| /linux/tools/perf/util/dwarf-regs-arch/ |
| H A D | dwarf-regs-csky.c | 63 return -ENOENT; in __get_dwarf_regnum() 77 [PERF_REG_CSKY_TLS] = {-ENOENT, 31}, in __get_dwarf_regnum_for_perf_regnum_csky() 79 [PERF_REG_CSKY_PC] = {-ENOENT, 32}, in __get_dwarf_regnum_for_perf_regnum_csky() 97 [PERF_REG_CSKY_EXREGS0] = {-ENOENT, 16}, in __get_dwarf_regnum_for_perf_regnum_csky() 98 [PERF_REG_CSKY_EXREGS1] = {-ENOENT, 17}, in __get_dwarf_regnum_for_perf_regnum_csky() 99 [PERF_REG_CSKY_EXREGS2] = {-ENOENT, 18}, in __get_dwarf_regnum_for_perf_regnum_csky() 100 [PERF_REG_CSKY_EXREGS3] = {-ENOENT, 19}, in __get_dwarf_regnum_for_perf_regnum_csky() 101 [PERF_REG_CSKY_EXREGS4] = {-ENOENT, 20}, in __get_dwarf_regnum_for_perf_regnum_csky() 102 [PERF_REG_CSKY_EXREGS5] = {-ENOENT, 21}, in __get_dwarf_regnum_for_perf_regnum_csky() 103 [PERF_REG_CSKY_EXREGS6] = {-ENOENT, 22}, in __get_dwarf_regnum_for_perf_regnum_csky() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | string_kfuncs_success.c | 29 __test(-ENOENT) int test_strchr_notfound(void *ctx) { return bpf_strchr(str, 'x'); } in test_strrchr_null() 34 __test(-ENOENT) int test_strnchr_notfound(void *ctx) { return bpf_strnchr(str, 5, 'w'); } in test_strcspn() 37 __test(-ENOENT) int test_strrchr_notfound(void *ctx) { return bpf_strrchr(str, 'x'); } in test_strstr_empty() 44 __test(-ENOENT) int test_strstr_notfound(void *ctx) { return bpf_strstr(str, "hi"); } in test_strnstr_empty() 45 __test(-ENOENT) int test_strcasestr_notfound(void *ctx) { return bpf_strcasestr(str, "hi"); } 51 __test(-ENOENT) int test_strnstr_notfound1(void *ctx) { return bpf_strnstr(str, "hi", 10); } 52 __test(-ENOENT) int test_strnstr_notfound2(void *ctx) { return bpf_strnstr(str, "hello", 4); } 53 __test(-ENOENT) int test_strnstr_notfound3(void *ctx) { return bpf_strnstr("", "a", 0); } 58 __test(-ENOENT) int test_strncasestr_notfound1(void *ctx) { return bpf_strncasestr(str, "hi", 10); } 59 __test(-ENOENT) in [all...] |
| H A D | crypto_bench.c | 64 status = -ENOENT; in crypto_encrypt() 70 status = -ENOENT; in crypto_encrypt() 92 return -ENOENT; in crypto_decrypt() 96 return -ENOENT; in crypto_decrypt()
|
| /linux/fs/xfs/scrub/ |
| H A D | metapath.c | 132 return -ENOENT; in xchk_setup_metapath_rtdir() 150 return -ENOENT; in xchk_setup_metapath_rtginode() 154 error = -ENOENT; in xchk_setup_metapath_rtginode() 166 # define xchk_setup_metapath_rtdir(...) (-ENOENT) 167 # define xchk_setup_metapath_rtginode(...) (-ENOENT) 179 return -ENOENT; in xchk_setup_metapath_quotadir() 195 return -ENOENT; in xchk_setup_metapath_dqinode() 212 return -ENOENT; in xchk_setup_metapath_dqinode() 218 # define xchk_setup_metapath_quotadir(...) (-ENOENT) 219 # define xchk_setup_metapath_dqinode(...) (-ENOENT) [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | display-sysfs.c | 75 return -ENOENT; in display_tear_store() 93 return -ENOENT; in display_timings_show() 110 return -ENOENT; in display_timings_store() 145 return -ENOENT; in display_rotate_show() 156 return -ENOENT; in display_rotate_store() 173 return -ENOENT; in display_mirror_show() 185 return -ENOENT; in display_mirror_store() 203 return -ENOENT; in display_wss_show() 217 return -ENOENT; in display_wss_store() 281 return -ENOENT; in display_attr_show() [all …]
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_onereg.c | 129 return -ENOENT; in kvm_riscv_vcpu_isa_check_host() 149 return -ENOENT; in kvm_riscv_vcpu_isa_check_host() 294 return -ENOENT; in kvm_riscv_vcpu_get_reg_config() 299 return -ENOENT; in kvm_riscv_vcpu_get_reg_config() 304 return -ENOENT; in kvm_riscv_vcpu_get_reg_config() 320 return -ENOENT; in kvm_riscv_vcpu_get_reg_config() 388 return -ENOENT; in kvm_riscv_vcpu_set_reg_config() 394 return -ENOENT; in kvm_riscv_vcpu_set_reg_config() 400 return -ENOENT; in kvm_riscv_vcpu_set_reg_config() 433 return -ENOENT; in kvm_riscv_vcpu_set_reg_config() [all …]
|
| H A D | vcpu_fp.c | 102 return -ENOENT; in kvm_riscv_vcpu_get_reg_fp() 117 return -ENOENT; in kvm_riscv_vcpu_get_reg_fp() 119 return -ENOENT; in kvm_riscv_vcpu_get_reg_fp() 151 return -ENOENT; in kvm_riscv_vcpu_set_reg_fp() 166 return -ENOENT; in kvm_riscv_vcpu_set_reg_fp() 168 return -ENOENT; in kvm_riscv_vcpu_set_reg_fp()
|
| /linux/tools/testing/selftests/filesystems/fuse/ |
| H A D | fuse_mnt.c | 40 return -ENOENT; in test_getattr() 47 return -ENOENT; in test_readdir() 59 return -ENOENT; in test_open() 68 return -ENOENT; in test_read() 90 return -ENOENT; in test_write() 113 return -ENOENT; in test_truncate()
|
| /linux/net/9p/ |
| H A D | error.c | 44 {"No such file or directory", ENOENT}, 45 {"directory entry not found", ENOENT}, 46 {"file not found", ENOENT}, 122 {"file does not exist", ENOENT}, 153 {"illegal path element", ENOENT}, 159 {"directory entry is not allocated", ENOENT},
|
| /linux/tools/testing/selftests/powerpc/papr_sysparm/ |
| H A D | papr_sysparm.c | 17 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in open_close() 33 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in get_splpar() 52 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in get_bad_parameter() 75 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in check_efault_common() 106 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in set_hmc0() 128 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in set_with_ro_fd()
|
| /linux/net/netlabel/ |
| H A D | netlabel_kapi.c | 337 return -ENOENT; in netlbl_cfg_cipsov4_map_add() 463 return -ENOENT; in netlbl_cfg_calipso_map_add() 617 return -ENOENT; in netlbl_catmap_walk() 642 return -ENOENT; in netlbl_catmap_walk() 648 return -ENOENT; in netlbl_catmap_walk() 674 return -ENOENT; in netlbl_catmap_walkrng() 708 return -ENOENT; in netlbl_catmap_walkrng() 990 ret_val = -ENOENT; in netlbl_sock_setattr() 1008 ret_val = -ENOENT; in netlbl_sock_setattr() 1026 ret_val = -ENOENT; in netlbl_sock_setattr() [all …]
|
| /linux/drivers/char/hw_random/ |
| H A D | octeon-rng.c | 77 return -ENOENT; in octeon_rng_probe() 81 return -ENOENT; in octeon_rng_probe() 88 return -ENOENT; in octeon_rng_probe() 94 return -ENOENT; in octeon_rng_probe() 101 return -ENOENT; in octeon_rng_probe()
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | warp.c | 64 return -ENOENT; in warp_post_info() 69 return -ENOENT; in warp_post_info() 162 return -ENOENT; in pika_setup_leds() 265 return -ENOENT; in pika_dtm_thread() 270 return -ENOENT; in pika_dtm_thread() 306 return -ENOENT; in pika_dtm_start() 311 return -ENOENT; in pika_dtm_start()
|
| /linux/tools/testing/selftests/liveupdate/ |
| H A D | liveupdate.c | 63 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 82 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 116 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 141 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 183 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 218 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 266 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 331 if (self->fd1 < 0 && errno == ENOENT) in TEST_F() 342 EXPECT_EQ(ret, -ENOENT); in TEST_F()
|
| /linux/tools/testing/selftests/powerpc/papr_vpd/ |
| H A D | papr_vpd.c | 20 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in dev_papr_vpd_open_close() 36 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in dev_papr_vpd_get_handle_all() 74 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in dev_papr_vpd_get_handle_byte_at_a_time() 115 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in dev_papr_vpd_unterm_loc_code() 140 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in dev_papr_vpd_null_handle() 160 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in papr_vpd_close_handle_without_reading() 183 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in papr_vpd_reread() 266 SKIP_IF_MSG(devfd < 0 && errno == ENOENT, in papr_vpd_system_loc_code()
|
| /linux/fs/nilfs2/ |
| H A D | direct.c | 41 return -ENOENT; in nilfs_direct_lookup() 44 return -ENOENT; in nilfs_direct_lookup() 60 return -ENOENT; in nilfs_direct_lookup_contig() 63 return -ENOENT; in nilfs_direct_lookup_contig() 92 if (ret == -ENOENT) in nilfs_direct_lookup_contig() 119 return -ENOENT; in nilfs_direct_insert() 155 return -ENOENT; in nilfs_direct_delete() 181 return -ENOENT; in nilfs_direct_seek_key() 195 return -ENOENT; in nilfs_direct_last_key()
|
| /linux/tools/testing/selftests/memfd/ |
| H A D | fuse_mnt.c | 39 return -ENOENT; in memfd_getattr() 52 return -ENOENT; in memfd_readdir() 64 return -ENOENT; in memfd_open() 84 return -ENOENT; in memfd_read()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 71 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_hashmap() 76 errno == ENOENT); in test_hashmap() 99 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap() 110 errno == ENOENT); in test_hashmap() 117 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap() 122 errno == ENOENT); in test_hashmap() 124 errno == ENOENT); in test_hashmap() 200 assert(bpf_map_lookup_elem(fd, &key, value) < 0 && errno == ENOENT); in test_hashmap_percpu() 205 errno == ENOENT); in test_hashmap_percpu() 220 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap_percpu() [all...] |
| /linux/security/ipe/ |
| H A D | policy_fs.c | 59 rc = -ENOENT; in read_pkcs7() 64 rc = -ENOENT; in read_pkcs7() 102 rc = -ENOENT; in read_policy() 139 rc = -ENOENT; in read_name() 179 rc = -ENOENT; in read_version() 231 rc = -ENOENT; in setactive() 270 return -ENOENT; in getactive() 371 return -ENOENT; in delete_policy()
|
| /linux/samples/bpf/ |
| H A D | test_map_in_map.bpf.c | 18 #define ENOENT 2 macro 81 return result ? *result : -ENOENT; in do_reg_lookup() 92 return result ? *result : -ENOENT; in do_inline_array_lookup() 103 return result ? *result : -ENOENT; in do_inline_hash_lookup() 137 ret = -ENOENT; in BPF_KSYSCALL()
|
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | lpm_trie_map_basic_ops.c | 284 assert(!r || errno == ENOENT); in test_lpm_map() 321 assert(!r || errno == ENOENT); in test_lpm_map() 429 assert(bpf_map_lookup_elem(map_fd_ipv4, key_ipv4, &value) == -ENOENT); in test_lpm_ipaddr() 432 assert(bpf_map_lookup_elem(map_fd_ipv4, key_ipv4, &value) == -ENOENT); in test_lpm_ipaddr() 435 assert(bpf_map_lookup_elem(map_fd_ipv6, key_ipv6, &value) == -ENOENT); in test_lpm_ipaddr() 492 assert(bpf_map_lookup_elem(map_fd, key, &value) == -ENOENT); in test_lpm_delete() 496 assert(bpf_map_delete_elem(map_fd, key) == -ENOENT); in test_lpm_delete() 500 assert(bpf_map_delete_elem(map_fd, key) == -ENOENT); in test_lpm_delete() 545 assert(bpf_map_lookup_elem(map_fd, key, &value) == -ENOENT); in test_lpm_delete() 566 assert(bpf_map_get_next_key(map_fd, NULL, key_p) == -ENOENT); in test_lpm_get_next_key() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | cs-amp-lib.c | 141 return -ENOENT; in _cs_amp_write_cal_coeffs() 173 return -ENOENT; in _cs_amp_read_cal_coeffs() 296 return -ENOENT; in cs_amp_convert_efi_status() 353 return ERR_PTR(-ENOENT); in cs_amp_get_cal_efi_buffer() 467 ret = -ENOENT; in _cs_amp_set_efi_calibration_data() 491 if (ret == -ENOENT) { in _cs_amp_set_efi_calibration_data() 598 * be -ENOENT. An out-of-range amp_index does not prevent matching by 605 * Return: 0 if the entry was found, -ENOENT if no entry was found, 614 return -ENOENT; in cs_amp_set_efi_calibration_data() 654 return -ENOENT; in cs_amp_get_efi_byte_spkid() [all...] |
| /linux/tools/perf/util/ |
| H A D | debuginfo.c | 75 return -ENOENT; in debuginfo__init_offline_dwarf() 167 return -ENOENT; in debuginfo__get_text_offset() 175 return -ENOENT; in debuginfo__get_text_offset() 178 return -ENOENT; in debuginfo__get_text_offset() 207 return -ENOENT; in get_source_from_debuginfod()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pidns.c | 111 ASSERT_ERRNO_EQ(-ENOENT, access("/tmp/proc-dummy/1/", X_OK)); in TEST_F() 112 ASSERT_ERRNO_EQ(-ENOENT, access("/tmp/proc-dummy/self/", X_OK)); in TEST_F() 126 ASSERT_ERRNO_EQ(-ENOENT, faccessat(mountfd, "1/", X_OK, 0)); in TEST_F() 127 ASSERT_ERRNO_EQ(-ENOENT, faccessat(mountfd, "self/", X_OK, 0)); in TEST_F() 144 ASSERT_ERRNO_EQ(-ENOENT, faccessat(mountfd, "1/", X_OK, 0)); in TEST_F() 145 ASSERT_ERRNO_EQ(-ENOENT, faccessat(mountfd, "self/", X_OK, 0)); in TEST_F()
|
| /linux/fs/proc/ |
| H A D | fd.c | 26 int f_flags = 0, ret = -ENOENT; in seq_show() 32 return -ENOENT; in seq_show() 177 int ret = -ENOENT; in proc_fd_link() 211 return ERR_PTR(-ENOENT); in proc_fd_instantiate() 232 struct dentry *result = ERR_PTR(-ENOENT); in proc_lookupfd_common() 255 return -ENOENT; in proc_readfd_common() 292 return -ENOENT; in proc_readfd_count() 376 return ERR_PTR(-ENOENT); in proc_fdinfo_instantiate()
|