Home
last modified time | relevance | path

Searched refs:TARGET_ENOMEM (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/bsd-user/
H A Derrno_defs.h52 #define TARGET_ENOMEM 12 /* Cannot allocate memory */ macro
H A Dbsd-mem.h97 return -TARGET_ENOMEM; in do_bsd_msync()
377 return -TARGET_ENOMEM; in do_bsd_shmat()
H A Dsignal.c633 ret = -TARGET_ENOMEM; in do_sigaltstack()
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h22 #define TARGET_ENOMEM 12 /* Out of memory */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c69 TARGET_ENOMEM = 12, enumerator
111 case ENOMEM: return TARGET_ENOMEM; in errno_h2g()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c530 if (oldlenp && (ret == 0 || ret == -TARGET_ENOMEM)) { in do_freebsd_sysctlbyname()
585 if (oldlenp && (ret == 0 || ret == -TARGET_ENOMEM)) { in do_freebsd_sysctl()
H A Dos-proc.c320 error = -TARGET_ENOMEM; in do_freebsd_procctl()
/openbmc/qemu/linux-user/
H A Dmmap.c190 return -TARGET_ENOMEM; in target_mprotect()
1370 return -TARGET_ENOMEM; in target_shmat()
H A Dsyscall.c884 return -TARGET_ENOMEM; in do_brk()
2376 return -TARGET_ENOMEM; in do_setsockopt()
3923 return -TARGET_ENOMEM; in target_to_host_semarray()
4281 return -TARGET_ENOMEM; in do_msgsnd()
4338 ret = -TARGET_ENOMEM; in do_msgrcv()
4689 return -TARGET_ENOMEM; in do_ioctl_fs_ioc_fiemap()
4777 return -TARGET_ENOMEM; in do_ioctl_ifconf()
4966 return -TARGET_ENOMEM; in do_ioctl_usbdevfs_submiturb()
6038 return -TARGET_ENOMEM; in write_ldt()
8776 return -TARGET_ENOMEM; in do_getdents()
[all …]
H A Dsignal.c324 return -TARGET_ENOMEM; in target_restore_altstack()