Home
last modified time | relevance | path

Searched refs:L4_ENOMEM (Results 1 – 25 of 28) sorted by relevance

12

/l4re-core-master/libkproxy/lib/src/
A Dfactory_svr.cc38 return -L4_ENOMEM; in handle_factory()
52 return -L4_ENOMEM; in handle_task()
65 return -L4_ENOMEM; in handle_thread()
79 return -L4_ENOMEM; in handle_gate()
95 return -L4_ENOMEM; in handle_irq()
107 return -L4_ENOMEM; in handle_vm()
/l4re-core-master/moe/server/src/
A Ddataspace_anon.cc40 L4Re::chksys(-L4_ENOMEM); in Dataspace_anon()
46 L4Re::chksys(-L4_ENOMEM); in Dataspace_anon()
52 L4Re::chksys(-L4_ENOMEM); in Dataspace_anon()
59 L4Re::chksys(-L4_ENOMEM); in Dataspace_anon()
A Ddma_space.cc39 L4Re::chksys(-L4_ENOMEM); in map()
202 L4Re::chksys(-L4_ENOMEM); in map()
207 L4Re::chksys(-L4_ENOMEM); in map()
338 return -L4_ENOMEM; in op_associate()
A Dloader.cc83 chksys(-L4_ENOMEM, "ELF loader could not allocate memory"); in alloc_ds()
125 chksys(-L4_ENOMEM, what); in prog_attach_ds()
134 return -L4_ENOMEM; in prog_reserve_area()
A Dregion.cc107 return -L4_ENOMEM; in op_io_page_fault()
A Dobj_reg.h71 { return -L4_ENOMEM; }
/l4re-core-master/l4re/util/include/
A Devent66 * \retval -L4_ENOMEM No memory to allocate required capabilities.
76 return -L4_ENOMEM;
82 return -L4_ENOMEM;
120 * \retval -L4_ENOMEM No memory to allocate required capabilities.
129 return -L4_ENOMEM;
A Dregion_mapping_svr_2217 return -L4_ENOMEM;
235 return -L4_ENOMEM;
260 return -L4_ENOMEM;
A Dbr_manager82 return -L4_ENOMEM;
112 return -L4_ENOMEM;
A Denv_ns44 return L4::Cap<void>(-L4_ENOMEM);
/l4re-core-master/sigma0/server/src/
A Dmemmap.cc61 a->error(L4_ENOMEM); in new_client()
87 a->error(L4_ENOMEM); in map_free_page()
145 an->error(L4_ENOMEM); in map_mem()
177 answer->error(L4_ENOMEM); in handle_page_fault()
A Dioports_x86.cc46 a->error(L4_ENOMEM); in handle_io_page_fault()
/l4re-core-master/l4util/lib/src/
A Dllulc.cc208 return -L4_ENOMEM; in l4ullulock_init()
222 return -L4_ENOMEM; in l4ullulock_init()
251 return -L4_ENOMEM; in l4ullulock_lock()
/l4re-core-master/l4sys/include/
A Derr.h50 L4_ENOMEM = 12, /**< No memory. */ enumerator
A Dipc.h563 return -L4_ENOMEM; in l4_sndfpage_add_u()
A Dthread.h993 return -L4_ENOMEM; in l4_thread_modify_sender_add_u()
/l4re-core-master/l4sys/lib/src/
A Derrtostr.c29 [L4_ENOMEM] = "Insufficient memory",
/l4re-core-master/l4re/include/
A Derror_helper50 case -L4_ENOMEM: throw (L4::Out_of_memory(extra));
145 T chkcap(T &&cap, char const *extra = "", long err = -L4_ENOMEM)
147 T chkcap(T cap, char const *extra = "", long err = -L4_ENOMEM)
A Dmem_alloc101 * \retval -L4_ENOMEM Not enough memory available.
A Dnamespace169 * \retval -L4_ENOMEM Server has insufficient resources.
/l4re-core-master/l4sys/include/cxx/
A Dipc_server_loop229 * \return success (0) if demand is empty, -L4_ENOMEM else.
234 return -L4_ENOMEM;
242 /// Returns -L4_ENOMEM, we have no buffer management
244 { return -L4_ENOMEM; }
/l4re-core-master/l4re_kernel/server/src/
A Dregion.cc148 return -L4_ENOMEM; in op_io_page_fault()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dl4.cc72 return -L4_ENOMEM; in __pthread_l4_initialize_main_thread()
/l4re-core-master/l4re/util/libs/
A Dname_space_svr.cc185 return -L4_ENOMEM; in insert_entry()
/l4re-core-master/cxx/lib/base/include/
A Dexceptions193 : Runtime_error(-L4_ENOMEM, extra) {}

Completed in 21 milliseconds

12