Searched refs:ENOMEM (Results 1 - 25 of 102) sorted by relevance

12345

/seL4-refos-master/libs/libmuslc/src/linux/
H A Dbrk.c6 return __syscall_ret(-ENOMEM);
H A Dsbrk.c7 if (inc) return (void *)__syscall_ret(-ENOMEM);
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dcalloc.c9 errno = ENOMEM;
/seL4-refos-master/libs/libmuslc/src/signal/
H A Dsigaltstack.c9 errno = ENOMEM;
/seL4-refos-master/libs/libplatsupport/src/
H A Dio.c21 return ENOMEM;
31 return ENOMEM;
/seL4-refos-master/projects/util_libs/libplatsupport/src/
H A Dio.c21 return ENOMEM;
31 return ENOMEM;
/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawn_file_actions_addclose.c9 if (!op) return ENOMEM;
H A Dposix_spawn_file_actions_adddup2.c9 if (!op) return ENOMEM;
H A Dposix_spawn_file_actions_addopen.c10 if (!op) return ENOMEM;
/seL4-refos-master/libs/libmuslc/src/mman/
H A Dmremap.c19 errno = ENOMEM;
H A Dmmap.c22 errno = ENOMEM;
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_getattr_np.c18 while (mremap(p-l-PAGE_SIZE, PAGE_SIZE, 2*PAGE_SIZE, 0)==MAP_FAILED && errno==ENOMEM)
/seL4-refos-master/libs/librefos/include/refos/
H A Derror.h30 ENOMEM, enumerator in enum:refos_error
91 case ENOMEM:
92 return "ENOMEM";
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos/
H A Derror.h30 ENOMEM, enumerator in enum:refos_error
91 case ENOMEM:
92 return "ENOMEM";
/seL4-refos-master/libs/libmuslc/src/network/
H A Dsendmsg.c19 errno = ENOMEM;
/seL4-refos-master/libs/libmuslc/src/time/
H A Dgetdate.c27 if (errno == ENOMEM) getdate_err = 6;
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dsys_morecore.c75 return -ENOMEM;
82 return -ENOMEM;
88 return -ENOMEM;
201 return -ENOMEM;
207 return -ENOMEM;
224 return -ENOMEM;
308 return -ENOMEM;
314 return -ENOMEM;
H A Dsys_io.c89 return -ENOMEM;
95 return -ENOMEM;
114 if (allocate_file_table() == -ENOMEM) {
115 return -ENOMEM;
123 return -ENOMEM;
130 return -ENOMEM;
158 if (allocate_file_table() == -ENOMEM) {
159 return -ENOMEM;
213 return -ENOMEM;
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_morecore.c75 return -ENOMEM;
82 return -ENOMEM;
88 return -ENOMEM;
201 return -ENOMEM;
207 return -ENOMEM;
224 return -ENOMEM;
308 return -ENOMEM;
314 return -ENOMEM;
H A Dsys_io.c89 return -ENOMEM;
95 return -ENOMEM;
114 if (allocate_file_table() == -ENOMEM) {
115 return -ENOMEM;
123 return -ENOMEM;
130 return -ENOMEM;
158 if (allocate_file_table() == -ENOMEM) {
159 return -ENOMEM;
213 return -ENOMEM;
/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dgetgr_a.c75 rv = ENOMEM;
91 rv = ENOMEM;
115 rv = ENOMEM;
/seL4-refos-master/libs/librefos/src/refos-rpc/
H A Drpc_refos.c42 REFOS_SET_ERRNO(ENOMEM);
/seL4-refos-master/projects/refos/impl/apps/process_server/src/dispatchers/
H A Dname_syscall.c49 return ENOMEM;
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-rpc/
H A Drpc_refos.c42 REFOS_SET_ERRNO(ENOMEM);
/seL4-refos-master/apps/process_server/src/dispatchers/
H A Dname_syscall.c49 return ENOMEM;

Completed in 194 milliseconds

12345