Searched refs:EFILENOTFOUND (Results 1 - 22 of 22) sorted by relevance

/seL4-refos-master/libs/librefossys/src/refos-io/
H A Dfiletable.c150 return -EFILENOTFOUND;
177 error = -EFILENOTFOUND;
200 return -EFILENOTFOUND;
217 return EFILENOTFOUND;
223 return EFILENOTFOUND;
270 ROS_SET_ERRNO(EFILENOTFOUND);
271 return -EFILENOTFOUND;
277 ROS_SET_ERRNO(EFILENOTFOUND);
278 return -EFILENOTFOUND;
349 ROS_SET_ERRNO(EFILENOTFOUND);
[all...]
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/refos-io/
H A Dfiletable.c150 return -EFILENOTFOUND;
177 error = -EFILENOTFOUND;
200 return -EFILENOTFOUND;
217 return EFILENOTFOUND;
223 return EFILENOTFOUND;
270 ROS_SET_ERRNO(EFILENOTFOUND);
271 return -EFILENOTFOUND;
277 ROS_SET_ERRNO(EFILENOTFOUND);
278 return -EFILENOTFOUND;
349 ROS_SET_ERRNO(EFILENOTFOUND);
[all...]
/seL4-refos-master/projects/refos/impl/apps/console_server/src/dispatchers/dspace/
H A Ddspace.c31 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
45 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
71 return EFILENOTFOUND;
96 return -EFILENOTFOUND;
121 return -EFILENOTFOUND;
177 return EFILENOTFOUND;
H A Dscreen_dspace.c41 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
/seL4-refos-master/apps/console_server/src/dispatchers/dspace/
H A Ddspace.c31 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
45 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
71 return EFILENOTFOUND;
96 return -EFILENOTFOUND;
121 return -EFILENOTFOUND;
177 return EFILENOTFOUND;
H A Dscreen_dspace.c41 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
/seL4-refos-master/libs/librefos/include/refos/
H A Derror.h57 EFILENOTFOUND, enumerator in enum:refos_error
109 case EFILENOTFOUND:
110 return "EFILENOTFOUND";
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos/
H A Derror.h57 EFILENOTFOUND, enumerator in enum:refos_error
109 case EFILENOTFOUND:
110 return "EFILENOTFOUND";
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/dispatchers/dspace/
H A Ddspace.c30 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
39 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
59 return EFILENOTFOUND;
79 return -EFILENOTFOUND;
99 return -EFILENOTFOUND;
/seL4-refos-master/apps/timer_server/src/dispatchers/dspace/
H A Ddspace.c30 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
39 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
59 return EFILENOTFOUND;
79 return -EFILENOTFOUND;
99 return -EFILENOTFOUND;
/seL4-refos-master/projects/refos/impl/apps/terminal/src/
H A Dterminal.c104 if (status == EFILENOTFOUND) {
/seL4-refos-master/apps/terminal/src/
H A Dterminal.c104 if (status == EFILENOTFOUND) {
/seL4-refos-master/libs/librefossys/src/
H A Dsys_io.c272 case EFILENOTFOUND: return -EMFILE;
/seL4-refos-master/projects/refos/impl/apps/process_server/src/dispatchers/
H A Ddata_syscall.c49 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_io.c272 case EFILENOTFOUND: return -EMFILE;
/seL4-refos-master/apps/process_server/src/dispatchers/
H A Ddata_syscall.c49 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
/seL4-refos-master/projects/refos/impl/apps/file_server/src/dispatchers/
H A Dcpio_dspace.c101 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
/seL4-refos-master/apps/file_server/src/dispatchers/
H A Dcpio_dspace.c101 SET_ERRNO_PTR(rpc_errno, EFILENOTFOUND);
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/addrspace/
H A Dvspace.c546 return EFILENOTFOUND;
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/memserv/
H A Ddataspace.c411 return EFILENOTFOUND;
/seL4-refos-master/apps/process_server/src/system/addrspace/
H A Dvspace.c546 return EFILENOTFOUND;
/seL4-refos-master/apps/process_server/src/system/memserv/
H A Ddataspace.c411 return EFILENOTFOUND;

Completed in 77 milliseconds