/external/ltp/testcases/kernel/mem/oom/ |
D | oom03.c | 65 testoom(0, 0, ENOMEM, 1); in main() 76 testoom(0, 1, ENOMEM, 1); in main() 82 testoom(MPOL_BIND, 0, ENOMEM, 1); in main() 83 testoom(MPOL_INTERLEAVE, 0, ENOMEM, 1); in main() 84 testoom(MPOL_PREFERRED, 0, ENOMEM, 1); in main()
|
D | oom05.c | 65 testoom(0, 0, ENOMEM, 1); in main() 76 testoom(0, 0, ENOMEM, 1); in main() 92 testoom(0, 0, ENOMEM, 1); in main() 97 testoom(0, 0, ENOMEM, 1); in main()
|
D | oom01.c | 61 oom(NORMAL, 0, ENOMEM, 0); in main() 66 oom(NORMAL, 0, ENOMEM, 1); in main() 69 testoom(0, 0, ENOMEM, 1); in main()
|
D | oom02.c | 64 testoom(MPOL_BIND, 0, ENOMEM, 1); in main() 67 testoom(MPOL_INTERLEAVE, 0, ENOMEM, 1); in main() 70 testoom(MPOL_PREFERRED, 0, ENOMEM, 1); in main()
|
D | oom04.c | 64 testoom(0, 0, ENOMEM, 1); in main() 75 testoom(0, 0, ENOMEM, 1); in main()
|
/external/android-clat/ |
D | setif.c | 62 retval = -ENOMEM; in add_address() 67 retval = -ENOMEM; in add_address() 73 retval = -ENOMEM; in add_address() 79 retval = -ENOMEM; in add_address() 116 retval = -ENOMEM; in if_up() 121 retval = -ENOMEM; in if_up()
|
/external/syslinux/com32/lib/syslinux/ |
D | load_linux.c | 250 errno = ENOMEM; in bios_boot_linux() 300 errno = ENOMEM; in bios_boot_linux() 340 errno = ENOMEM; in bios_boot_linux() 347 errno = ENOMEM; in bios_boot_linux() 354 errno = ENOMEM; in bios_boot_linux() 373 errno = ENOMEM; in bios_boot_linux() 378 errno = ENOMEM; in bios_boot_linux() 409 errno = ENOMEM; in bios_boot_linux() 414 errno = ENOMEM; in bios_boot_linux() 453 errno = ENOMEM; in bios_boot_linux() [all …]
|
/external/ltp/testcases/kernel/syscalls/sbrk/ |
D | sbrk02.c | 85 increment, tret, ENOMEM); in sbrk_verify() 89 if (TEST_ERRNO == ENOMEM) { in sbrk_verify() 95 increment, ENOMEM, strerror(ENOMEM)); in sbrk_verify()
|
/external/fio/ |
D | json.c | 174 return ENOMEM; in json_array_add_value() 189 return ENOMEM; in json_object_add_pair() 219 return ENOMEM; in json_object_add_value_type() 224 return ENOMEM; in json_object_add_value_type() 229 return ENOMEM; in json_object_add_value_type() 255 return ENOMEM; in json_array_add_value_type() 260 return ENOMEM; in json_array_add_value_type()
|
/external/boringssl/src/crypto/test/ |
D | malloc.cc | 116 errno = ENOMEM; in malloc() 125 errno = ENOMEM; in calloc() 134 errno = ENOMEM; in realloc()
|
/external/libnl/src/ |
D | nl-route-get.c | 69 nl_cli_fatal(ENOMEM, "out of memory"); in main() 71 nl_cli_fatal(ENOMEM, "out of memory"); in main() 73 nl_cli_fatal(ENOMEM, "out of memory"); in main()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 84 return -ENOMEM; in squashfs_fill_super() 194 err = -ENOMEM; in squashfs_fill_super() 224 err = -ENOMEM; in squashfs_fill_super() 256 err = -ENOMEM; in squashfs_fill_super() 270 err = -ENOMEM; in squashfs_fill_super() 296 return -ENOMEM; in squashfs_fill_super() 368 return squashfs_inode_cachep ? 0 : -ENOMEM; in init_inodecache()
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_context.c | 55 return -ENOMEM; in rbug_send_context_list() 92 return -ENOMEM; in rbug_send_context_info() 132 return -ENOMEM; in rbug_send_context_draw_block() 173 return -ENOMEM; in rbug_send_context_draw_step() 214 return -ENOMEM; in rbug_send_context_draw_unblock() 263 return -ENOMEM; in rbug_send_context_draw_rule() 306 return -ENOMEM; in rbug_send_context_flush() 347 return -ENOMEM; in rbug_send_context_list_reply() 402 return -ENOMEM; in rbug_send_context_info_reply() 449 return -ENOMEM; in rbug_send_context_draw_blocked()
|
D | rbug_core.c | 55 return -ENOMEM; in rbug_send_noop() 90 return -ENOMEM; in rbug_send_ping() 127 return -ENOMEM; in rbug_send_error() 165 return -ENOMEM; in rbug_send_ping_reply() 205 return -ENOMEM; in rbug_send_error_reply()
|
D | rbug_shader.c | 57 return -ENOMEM; in rbug_send_shader_list() 97 return -ENOMEM; in rbug_send_shader_info() 140 return -ENOMEM; in rbug_send_shader_disable() 185 return -ENOMEM; in rbug_send_shader_replace() 228 return -ENOMEM; in rbug_send_shader_list_reply() 275 return -ENOMEM; in rbug_send_shader_info_reply()
|
/external/libusb/libusb/os/ |
D | threads_windows.c | 57 return ENOMEM; in usbi_mutex_init() 174 return ENOMEM; // This errno is not POSIX-allowed. in usbi_cond_intwait() 179 return ENOMEM; in usbi_cond_intwait() 230 return ENOMEM; in usbi_tls_key_create()
|
/external/jemalloc/test/integration/ |
D | aligned_alloc.c | 55 assert_false(p != NULL || get_errno() != ENOMEM, in TEST_BEGIN() 68 assert_false(p != NULL || get_errno() != ENOMEM, in TEST_BEGIN() 80 assert_false(p != NULL || get_errno() != ENOMEM, in TEST_BEGIN()
|
/external/e2fsprogs/lib/support/ |
D | profile_helpers.c | 59 return ENOMEM; in init_list() 99 return ENOMEM; in add_to_list() 287 return ENOMEM; in profile_init_path() 297 return ENOMEM; in profile_init_path()
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 129 return -ENOMEM; in kmod_config_add_command() 137 return -ENOMEM; in kmod_config_add_command() 166 return -ENOMEM; in kmod_config_add_options() 176 return -ENOMEM; in kmod_config_add_options() 204 return -ENOMEM; in kmod_config_add_alias() 213 return -ENOMEM; in kmod_config_add_alias() 240 return -ENOMEM; in kmod_config_add_blacklist() 244 return -ENOMEM; in kmod_config_add_blacklist() 323 return -ENOMEM; in kmod_config_add_softdep() 387 return -ENOMEM; in kmod_config_add_softdep() [all …]
|
/external/bison/lib/ |
D | calloc.c | 59 errno = ENOMEM; in rpl_calloc() 69 errno = ENOMEM; in rpl_calloc()
|
/external/syslinux/com32/lib/ |
D | dhcpunpack.c | 40 err = ENOMEM; in dhcp_unpack_field() 95 err |= ENOMEM; in dhcp_unpack_packet() 110 err |= ENOMEM; in dhcp_unpack_packet()
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_EXT_CTRLS.c | 108 || errno_get_invalid == ENOMEM); in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 138 || errno_get_invalid == ENOMEM); in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 166 || errno_get_invalid == ENOMEM); in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() 421 || errno_set_invalid == ENOMEM); in test_VIDIOC_S_EXT_CTRLS_zero_invalid_count() 451 || errno_set_invalid == ENOMEM); in test_VIDIOC_S_EXT_CTRLS_zero_invalid_count() 479 || errno_set_invalid == ENOMEM); in test_VIDIOC_S_EXT_CTRLS_zero_invalid_count() 608 || errno_try_invalid == ENOMEM); in test_VIDIOC_TRY_EXT_CTRLS_zero_invalid_count() 639 || errno_try_invalid == ENOMEM); in test_VIDIOC_TRY_EXT_CTRLS_zero_invalid_count() 668 || errno_try_invalid == ENOMEM); in test_VIDIOC_TRY_EXT_CTRLS_zero_invalid_count()
|
/external/selinux/libsepol/src/ |
D | sidtab.c | 32 return -ENOMEM; in sepol_sidtab_init() 49 return -ENOMEM; in sepol_sidtab_insert() 66 return -ENOMEM; in sepol_sidtab_insert() 70 return -ENOMEM; in sepol_sidtab_insert() 242 ret = -ENOMEM; in sepol_sidtab_context_to_sid()
|
/external/kmod/shared/ |
D | scratchbuf.c | 41 return -ENOMEM; in scratchbuf_alloc() 45 return -ENOMEM; in scratchbuf_alloc()
|
/external/libusb-compat/libusb/ |
D | core.c | 88 return ENOMEM; in libusb_to_errno() 237 return -ENOMEM; in find_busses() 346 return -ENOMEM; in find_devices() 405 return -ENOMEM; in copy_endpoint_descriptor() 422 return -ENOMEM; in copy_interface_descriptor() 438 return -ENOMEM; in copy_interface_descriptor() 457 return -ENOMEM; in copy_interface() 482 return -ENOMEM; in copy_config_descriptor() 498 return -ENOMEM; in copy_config_descriptor() 526 return -ENOMEM; in initialize_device()
|