Home
last modified time | relevance | path

Searched refs:ENOMEM (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/external/ltp/testcases/kernel/mem/oom/
Doom03.c65 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()
Doom05.c65 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()
Doom01.c61 oom(NORMAL, 0, ENOMEM, 0); in main()
66 oom(NORMAL, 0, ENOMEM, 1); in main()
69 testoom(0, 0, ENOMEM, 1); in main()
Doom02.c64 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()
Doom04.c64 testoom(0, 0, ENOMEM, 1); in main()
75 testoom(0, 0, ENOMEM, 1); in main()
/external/android-clat/
Dsetif.c62 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/
Dload_linux.c250 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/
Dsbrk02.c85 increment, tret, ENOMEM); in sbrk_verify()
89 if (TEST_ERRNO == ENOMEM) { in sbrk_verify()
95 increment, ENOMEM, strerror(ENOMEM)); in sbrk_verify()
/external/fio/
Djson.c174 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/
Dmalloc.cc116 errno = ENOMEM; in malloc()
125 errno = ENOMEM; in calloc()
134 errno = ENOMEM; in realloc()
/external/libnl/src/
Dnl-route-get.c69 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/
Dsuper.c84 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/
Drbug_context.c55 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()
Drbug_core.c55 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()
Drbug_shader.c57 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/
Dthreads_windows.c57 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/
Daligned_alloc.c55 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/
Dprofile_helpers.c59 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/
Dlibkmod-config.c129 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/
Dcalloc.c59 errno = ENOMEM; in rpl_calloc()
69 errno = ENOMEM; in rpl_calloc()
/external/syslinux/com32/lib/
Ddhcpunpack.c40 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/
Dtest_VIDIOC_EXT_CTRLS.c108 || 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/
Dsidtab.c32 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/
Dscratchbuf.c41 return -ENOMEM; in scratchbuf_alloc()
45 return -ENOMEM; in scratchbuf_alloc()
/external/libusb-compat/libusb/
Dcore.c88 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()

12345678910>>...21