/external/iptables/iptables/tests/shell/testcases/iptables/ |
D | 0004-return-codes_0 | 33 ENOENT="No chain/target/match by that name." 51 cmd 1 "$ENOENT" iptables -F bar 52 cmd 1 "$ENOENT" iptables -Z bar 60 cmd 1 "$ENOENT" iptables -A noexist -j ACCEPT 66 cmd 1 "$ENOENT" iptables -I nonexist 23 -j ACCEPT 67 cmd 1 "$ENOENT" iptables -D nonexist 23 68 cmd 1 "$ENOENT" iptables -R nonexist 23 -j ACCEPT
|
/external/ltp/testcases/kernel/syscalls/link/ |
D | link04.c | 64 {"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/arm-trusted-firmware/drivers/io/ |
D | io_fip.c | 126 int result = -ENOENT; in find_first_fip_state() 230 result = -ENOENT; in fip_dev_init() 239 result = -ENOENT; in fip_dev_init() 248 result = -ENOENT; in fip_dev_init() 302 result = -ENOENT; in fip_file_open() 311 result = -ENOENT; in fip_file_open() 343 result = -ENOENT; in fip_file_open() 385 result = -ENOENT; in fip_file_read() 397 result = -ENOENT; in fip_file_read() 405 result = -ENOENT; in fip_file_read()
|
D | io_semihosting.c | 75 int result = -ENOENT; in sh_file_open() 103 return (sh_result == 0) ? 0 : -ENOENT; in sh_file_seek() 110 int result = -ENOENT; in sh_file_len() 131 int result = -ENOENT; in sh_file_read() 169 return (sh_result == 0) ? 0 : -ENOENT; in sh_file_write() 185 return (sh_result >= 0) ? 0 : -ENOENT; in sh_file_close()
|
/external/jemalloc/test/unit/ |
D | stats.c | 7 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() 43 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() 81 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() 148 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() 160 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result"); in TEST_BEGIN() 199 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() 245 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() 286 int expected = config_stats ? 0 : ENOENT; in TEST_BEGIN() 296 config_tcache ? 0 : ENOENT, "Unexpected mallctl() result"); in TEST_BEGIN() 315 &sz, NULL, 0), config_tcache ? expected : ENOENT, in TEST_BEGIN() [all …]
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
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()
|
/external/igt-gpu-tools/tests/ |
D | kms_prop_blob.c | 175 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()
|
D | kms_legacy_colorkey.c | 61 is_valid ? -ENOENT : 0); 68 test_plane(0, -ENOENT); 69 test_plane(max_id + 1, -ENOENT);
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_maps.c | 69 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 …]
|
D | test_lpm_map.c | 265 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 …]
|
D | test_lru_map.c | 201 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/u-boot/drivers/usb/musb-new/ |
D | omap2430.c | 162 return -ENOENT; in omap2430_musb_ofdata_to_platdata() 170 return -ENOENT; in omap2430_musb_ofdata_to_platdata() 177 return -ENOENT; in omap2430_musb_ofdata_to_platdata() 184 return -ENOENT; in omap2430_musb_ofdata_to_platdata() 191 return -ENOENT; in omap2430_musb_ofdata_to_platdata() 199 return -ENOENT; in omap2430_musb_ofdata_to_platdata()
|
D | ti-musb.c | 66 return -ENOENT; in ti_musb_get_usb_index() 75 return -ENOENT; in ti_musb_get_usb_index() 112 return -ENOENT; in ti_musb_ofdata_to_platdata() 121 return -ENOENT; in ti_musb_ofdata_to_platdata() 128 return -ENOENT; in ti_musb_ofdata_to_platdata() 136 return -ENOENT; in ti_musb_ofdata_to_platdata()
|
/external/libcxx/src/ |
D | random.cpp | 45 __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/jemalloc/test/integration/ |
D | allocated.c | 22 if (err == ENOENT) in thd_start() 29 if (err == ENOENT) in thd_start() 40 if (err == ENOENT) in thd_start() 48 if (err == ENOENT) in thd_start()
|
/external/jemalloc_new/test/integration/ |
D | allocated.c | 21 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/protobuf/src/google/protobuf/io/ |
D | io_win32_unittest.cc | 303 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/igt-gpu-tools/tests/i915/ |
D | gem_ctx_bad_destroy.c | 59 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/ltp/testcases/kernel/syscalls/unlink/ |
D | unlink07.c | 30 {"nonexistfile", "non-existent file", ENOENT}, 31 {"", "path is empty string", ENOENT}, 32 {"nefile/file", "path contains a non-existent file", ENOENT},
|
/external/u-boot/drivers/fpga/ |
D | socfpga_arria10.c | 543 return -ENOENT; in first_loading_rbf_to_buffer() 576 return -ENOENT; in first_loading_rbf_to_buffer() 583 return -ENOENT; in first_loading_rbf_to_buffer() 630 return -ENOENT; in first_loading_rbf_to_buffer() 647 return -ENOENT; in first_loading_rbf_to_buffer() 653 return -ENOENT; in first_loading_rbf_to_buffer() 701 return -ENOENT; in first_loading_rbf_to_buffer() 740 return -ENOENT; in subsequent_loading_rbf_to_buffer() 771 return -ENOENT; in socfpga_loadfs() 779 return -ENOENT; in socfpga_loadfs() [all …]
|
/external/u-boot/drivers/core/ |
D | of_extra.c | 20 return log_ret(-ENOENT); in ofnode_read_fmap_entry() 25 return log_ret(-ENOENT); in ofnode_read_fmap_entry() 84 return -ENOENT; in ofnode_decode_memory_region() 102 return -ENOENT; in ofnode_decode_memory_region()
|
/external/ltp/testcases/kernel/syscalls/delete_module/ |
D | delete_module02.c | 48 { modname, ENOENT, "nonexistent module", 0}, 49 { "", ENOENT, "null terminated module name", 0}, 51 { longmodname, ENOENT, "long module name", 0},
|
/external/u-boot/common/ |
D | common_fit.c | 35 int dflt_conf_node = -ENOENT; in fit_find_config_node() 74 if (dflt_conf_node != -ENOENT) { in fit_find_config_node() 79 return -ENOENT; in fit_find_config_node()
|
/external/drm_hwcomposer/drm/ |
D | drmproperty.cpp | 78 return std::make_tuple(-ENOENT, 0); in value() 86 return std::make_tuple(-ENOENT, 0); in value() 110 return std::make_tuple(-ENOENT, 0); in range_min() 119 return std::make_tuple(-ENOENT, 0); in range_max()
|
/external/u-boot/drivers/board/ |
D | sandbox.c | 43 return -ENOENT; in board_sandbox_get_bool() 63 return -ENOENT; in board_sandbox_get_int() 80 return -ENOENT; in board_sandbox_get_str()
|