Searched refs:ENOMEM (Results 76 - 100 of 102) sorted by relevance

12345

/seL4-refos-master/projects/refos/impl/apps/process_server/src/
H A Dstate.c243 return ENOMEM;
263 return ENOMEM;
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/
H A Ddevice_timer.c366 return ENOMEM;
376 error = ENOMEM;
/seL4-refos-master/apps/process_server/src/
H A Dstate.c243 return ENOMEM;
263 return ENOMEM;
/seL4-refos-master/apps/timer_server/src/
H A Ddevice_timer.c366 return ENOMEM;
376 error = ENOMEM;
/seL4-refos-master/libs/libsel4utils/src/irq_server/
H A Dirq_server.c178 return -ENOMEM;
216 error = -ENOMEM;
/seL4-refos-master/projects/seL4_libs/libsel4utils/src/irq_server/
H A Dirq_server.c178 return -ENOMEM;
216 error = -ENOMEM;
/seL4-refos-master/projects/refos/impl/apps/file_server/src/
H A Ddataspace.c221 return ENOMEM;
/seL4-refos-master/projects/refos/impl/apps/process_server/src/dispatchers/
H A Dfault_handler.c197 return ENOMEM;
H A Ddata_syscall.c58 SET_ERRNO_PTR(rpc_errno, ENOMEM);
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/memserv/
H A Dringbuffer.c128 return ENOMEM;
H A Dwindow.c336 return ENOMEM;
/seL4-refos-master/apps/file_server/src/
H A Ddataspace.c221 return ENOMEM;
/seL4-refos-master/apps/process_server/src/dispatchers/
H A Dfault_handler.c197 return ENOMEM;
H A Ddata_syscall.c58 SET_ERRNO_PTR(rpc_errno, ENOMEM);
/seL4-refos-master/apps/process_server/src/system/memserv/
H A Dringbuffer.c128 return ENOMEM;
H A Dwindow.c336 return ENOMEM;
/seL4-refos-master/libs/libplatsupport/src/plat/bcm2837/
H A Dltimer.c218 return ENOMEM;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/bcm2837/
H A Dltimer.c218 return ENOMEM;
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/hifive/
H A Dltimer.c250 return ENOMEM;
/seL4-refos-master/libs/libplatsupport/src/plat/hifive/
H A Dltimer.c250 return ENOMEM;
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/
H A Dirq.c242 return -ENOMEM;
249 return -ENOMEM;
566 return -ENOMEM;
597 return -ENOMEM;
/seL4-refos-master/libs/libsel4platsupport/src/
H A Dirq.c242 return -ENOMEM;
249 return -ENOMEM;
566 return -ENOMEM;
597 return -ENOMEM;
/seL4-refos-master/libs/librefossys/src/refos-io/
H A Dfiletable.c162 return -ENOMEM;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/refos-io/
H A Dfiletable.c162 return -ENOMEM;
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc.c223 errno = ENOMEM;

Completed in 119 milliseconds

12345