Searched refs:L4_ENOMEM (Results 1 – 25 of 28) sorted by relevance
12
/l4re-core-master/libkproxy/lib/src/ |
A D | factory_svr.cc | 38 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 D | dataspace_anon.cc | 40 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 D | dma_space.cc | 39 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 D | loader.cc | 83 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 D | region.cc | 107 return -L4_ENOMEM; in op_io_page_fault()
|
A D | obj_reg.h | 71 { return -L4_ENOMEM; }
|
/l4re-core-master/l4re/util/include/ |
A D | event | 66 * \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 D | region_mapping_svr_2 | 217 return -L4_ENOMEM; 235 return -L4_ENOMEM; 260 return -L4_ENOMEM;
|
A D | br_manager | 82 return -L4_ENOMEM; 112 return -L4_ENOMEM;
|
A D | env_ns | 44 return L4::Cap<void>(-L4_ENOMEM);
|
/l4re-core-master/sigma0/server/src/ |
A D | memmap.cc | 61 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 D | ioports_x86.cc | 46 a->error(L4_ENOMEM); in handle_io_page_fault()
|
/l4re-core-master/l4util/lib/src/ |
A D | llulc.cc | 208 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 D | err.h | 50 L4_ENOMEM = 12, /**< No memory. */ enumerator
|
A D | ipc.h | 563 return -L4_ENOMEM; in l4_sndfpage_add_u()
|
A D | thread.h | 993 return -L4_ENOMEM; in l4_thread_modify_sender_add_u()
|
/l4re-core-master/l4sys/lib/src/ |
A D | errtostr.c | 29 [L4_ENOMEM] = "Insufficient memory",
|
/l4re-core-master/l4re/include/ |
A D | error_helper | 50 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 D | mem_alloc | 101 * \retval -L4_ENOMEM Not enough memory available.
|
A D | namespace | 169 * \retval -L4_ENOMEM Server has insufficient resources.
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_server_loop | 229 * \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 D | region.cc | 148 return -L4_ENOMEM; in op_io_page_fault()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | l4.cc | 72 return -L4_ENOMEM; in __pthread_l4_initialize_main_thread()
|
/l4re-core-master/l4re/util/libs/ |
A D | name_space_svr.cc | 185 return -L4_ENOMEM; in insert_entry()
|
/l4re-core-master/cxx/lib/base/include/ |
A D | exceptions | 193 : Runtime_error(-L4_ENOMEM, extra) {}
|
Completed in 21 milliseconds
12