Home
last modified time | relevance | path

Searched refs:ENOENT (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/external/iptables/iptables/tests/shell/testcases/iptables/
D0004-return-codes_036 ENOENT=": No chain/target/match by that name."
54 cmd 1 "$ENOENT" -F bar
55 cmd 1 "$ENOENT" -Z bar
60 cmd 1 "$ENOENT" -E foo bar2
66 cmd 1 "$ENOENT" -A noexist -j ACCEPT
79 cmd 1 "$ENOENT" -I nonexist 23 -j ACCEPT
80 cmd 1 "$ENOENT" -D nonexist 23
81 cmd 1 "$ENOENT" -R nonexist 23 -j ACCEPT
/external/arm-trusted-firmware/drivers/io/
Dio_encrypted.c94 return -ENOENT; in enc_dev_init()
122 result = -ENOENT; in enc_file_open()
138 return -ENOENT; in enc_file_len()
172 return -ENOENT; in enc_file_read()
177 return -ENOENT; in enc_file_read()
186 return -ENOENT; in enc_file_read()
192 return -ENOENT; in enc_file_read()
202 return -ENOENT; in enc_file_read()
214 return -ENOENT; in enc_file_read()
Dio_fip.c126 int result = -ENOENT; in find_first_fip_state()
235 result = -ENOENT; in fip_dev_init()
244 result = -ENOENT; in fip_dev_init()
253 result = -ENOENT; in fip_dev_init()
313 result = -ENOENT; in fip_file_open()
322 result = -ENOENT; in fip_file_open()
355 result = -ENOENT; in fip_file_open()
397 result = -ENOENT; in fip_file_read()
409 result = -ENOENT; in fip_file_read()
417 result = -ENOENT; in fip_file_read()
Dio_semihosting.c74 int result = -ENOENT; in sh_file_open()
102 return (sh_result == 0) ? 0 : -ENOENT; in sh_file_seek()
109 int result = -ENOENT; in sh_file_len()
130 int result = -ENOENT; in sh_file_read()
168 return (sh_result == 0) ? 0 : -ENOENT; in sh_file_write()
184 return (sh_result >= 0) ? 0 : -ENOENT; in sh_file_close()
/external/ltp/testcases/kernel/syscalls/link/
Dlink04.c64 {"nonexistfile", "non-existent file", "nefile", "nefile", ENOENT},
65 {"", "path is empty string", "nefile", "nefile", ENOENT},
67 "nefile", ENOENT},
73 {"regfile", "regfile", "", "empty string", ENOENT},
75 "path contains a non-existent file", ENOENT},
77 "path contains a regular file", ENOENT},
/external/linux-kselftest/tools/testing/selftests/memfd/
Dfuse_mnt.c39 return -ENOENT; in memfd_getattr()
52 return -ENOENT; in memfd_readdir()
64 return -ENOENT; in memfd_open()
84 return -ENOENT; in memfd_read()
/external/igt-gpu-tools/tests/
Dkms_prop_blob.c175 igt_assert_eq(validate_prop(fd2, prop_id2), ENOENT); in test_lifetime()
176 igt_assert_eq(validate_prop(fd, prop_id2), ENOENT); in test_lifetime()
182 igt_assert_eq(validate_prop(fd, prop_id2), ENOENT); in test_lifetime()
186 igt_assert_eq(validate_prop(fd, prop_id), ENOENT); in test_lifetime()
207 igt_assert_eq(validate_prop(fd2, prop_ids[i]), ENOENT); in test_multiple()
223 igt_assert_eq(validate_prop(fd, prop_ids[i]), ENOENT); in test_multiple()
237 igt_assert_eq(validate_prop(fd, 0xffffffff), ENOENT); in test_core()
238 igt_assert_eq(validate_prop(fd, 0), ENOENT); in test_core()
Dkms_legacy_colorkey.c61 is_valid ? -ENOENT : 0);
68 test_plane(0, -ENOENT);
69 test_plane(max_id + 1, -ENOENT);
/external/llvm-project/libcxx/src/
Drandom.cpp44 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
67 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
122 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
151 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
/external/jemalloc_new/test/integration/
Dallocated.c21 if (err == ENOENT) { in thd_start()
29 if (err == ENOENT) { in thd_start()
41 if (err == ENOENT) { in thd_start()
50 if (err == ENOENT) { in thd_start()
/external/libcxx/src/
Drandom.cpp45 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str()); in random_device()
68 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
123 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
152 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_maps.c69 assert(bpf_map_lookup_elem(fd, &key, &value) == -1 && errno == ENOENT); in test_hashmap()
74 errno == ENOENT); in test_hashmap()
97 assert(bpf_map_delete_elem(fd, &key) == -1 && errno == ENOENT); in test_hashmap()
108 errno == ENOENT); in test_hashmap()
115 assert(bpf_map_delete_elem(fd, &key) == -1 && errno == ENOENT); in test_hashmap()
120 errno == ENOENT); in test_hashmap()
122 errno == ENOENT); in test_hashmap()
189 assert(bpf_map_lookup_elem(fd, &key, value) == -1 && errno == ENOENT); in test_hashmap_percpu()
194 errno == ENOENT); in test_hashmap_percpu()
209 assert(bpf_map_delete_elem(fd, &key) == -1 && errno == ENOENT); in test_hashmap_percpu()
[all …]
Dtest_lpm_map.c265 assert(!r || errno == ENOENT); in test_lpm_map()
302 assert(!r || errno == ENOENT); in test_lpm_map()
410 errno == ENOENT); in test_lpm_ipaddr()
414 errno == ENOENT); in test_lpm_ipaddr()
418 errno == ENOENT); in test_lpm_ipaddr()
475 errno == ENOENT); in test_lpm_delete()
480 errno == ENOENT); in test_lpm_delete()
485 errno == ENOENT); in test_lpm_delete()
531 errno == ENOENT); in test_lpm_delete()
553 errno == ENOENT); in test_lpm_get_next_key()
[all …]
Dtest_lru_map.c201 errno == ENOENT); in test_lru_sanity0()
206 errno == ENOENT); in test_lru_sanity0()
215 errno == ENOENT); in test_lru_sanity0()
232 errno == ENOENT); in test_lru_sanity0()
388 errno == ENOENT); in test_lru_sanity2()
569 errno == ENOENT); in do_test_lru_sanity5()
726 errno == ENOENT); in test_lru_sanity7()
731 errno == ENOENT); in test_lru_sanity7()
740 errno == ENOENT); in test_lru_sanity7()
764 errno == ENOENT); in test_lru_sanity7()
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_ctx_bad_destroy.c59 igt_assert(__gem_context_destroy(fd, ctx_id) == -ENOENT);
63 igt_assert(__gem_context_destroy(fd, 2) == -ENOENT);
66 igt_assert(__gem_context_destroy(fd, 0) == -ENOENT);
/external/protobuf/src/google/protobuf/io/
Dio_win32_unittest.cc303 ASSERT_EQ(errno, ENOENT); in TEST_F()
305 ASSERT_EQ(errno, ENOENT); in TEST_F()
307 ASSERT_EQ(errno, ENOENT); in TEST_F()
328 ASSERT_EQ(errno, ENOENT); in TEST_F()
330 ASSERT_EQ(errno, ENOENT); in TEST_F()
332 ASSERT_EQ(errno, ENOENT); in TEST_F()
345 ASSERT_EQ(errno, ENOENT); in TEST_F()
347 ASSERT_EQ(errno, ENOENT); in TEST_F()
349 ASSERT_EQ(errno, ENOENT); in TEST_F()
/external/ltp/testcases/kernel/syscalls/unlink/
Dunlink07.c30 {"nonexistfile", "non-existent file", ENOENT},
31 {"", "path is empty string", ENOENT},
32 {"nefile/file", "path contains a non-existent file", ENOENT},
/external/ltp/testcases/kernel/syscalls/delete_module/
Ddelete_module02.c48 { modname, ENOENT, "nonexistent module", 0},
49 { "", ENOENT, "null terminated module name", 0},
51 { longmodname, ENOENT, "long module name", 0},
/external/drm_hwcomposer/drm/
DDrmProperty.cpp79 return std::make_tuple(-ENOENT, 0); in value()
87 return std::make_tuple(-ENOENT, 0); in value()
111 return std::make_tuple(-ENOENT, 0); in range_min()
120 return std::make_tuple(-ENOENT, 0); in range_max()
/external/libcups/backend/
Dusb-unix.c120 else if (errno == ENXIO || errno == EIO || errno == ENOENT || in print_device()
221 if (errno != ENOENT) in list_devices()
228 if (errno != ENOENT) in list_devices()
349 if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT) in open_device()
353 if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT) in open_device()
357 if ((fd = open(device, O_RDWR | O_EXCL)) < 0 && errno == ENOENT) in open_device()
/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp_clkfunc.c29 return -ENOENT; in fdt_osc_read_freq()
183 return -ENOENT; in fdt_rcc_read_uint32_array()
205 return -ENOENT; in fdt_rcc_subnode_offset()
283 return -ENOENT; in fdt_get_clock_id()
/external/selinux/libselinux/src/
Dbooleans.c51 errno = ENOENT; in security_get_boolean_names()
58 errno = ENOENT; in security_get_boolean_names()
172 if (fd >= 0 || errno != ENOENT) in bool_open()
206 errno = ENOENT; in get_bool_value()
272 errno = ENOENT; in security_set_boolean()
306 errno = ENOENT; in security_commit_booleans()
/external/jemalloc_new/test/unit/
Dstats.c5 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN()
34 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN()
72 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN()
147 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN()
192 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN()
233 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN()
321 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN()
/external/linux-kselftest/tools/testing/selftests/exec/
Dexecveat.c290 fail += check_execveat_fail(fd, "", 0, ENOENT); in run_tests()
327 ENOENT); in run_tests()
328 fail += check_execveat_fail(dot_dfd_cloexec, "script", 0, ENOENT); in run_tests()
347 fail += check_execveat_fail(subdir_dfd_ephemeral, "script", 0, ENOENT); in run_tests()
352 fail += check_execveat_fail(dot_dfd, "no-such-file", 0, ENOENT); in run_tests()
353 fail += check_execveat_fail(dot_dfd_path, "no-such-file", 0, ENOENT); in run_tests()
354 fail += check_execveat_fail(AT_FDCWD, "no-such-file", 0, ENOENT); in run_tests()
/external/kmod/tools/
Dremove.c53 return -ENOENT; in check_module_inuse()
57 return -ENOENT; in check_module_inuse()
81 } else if (ret == -ENOENT) { in check_module_inuse()

12345678910>>...36