Searched refs:EINVALIDPARAM (Results 1 - 25 of 52) sorted by relevance

123

/seL4-refos-master/projects/refos/impl/apps/process_server/src/dispatchers/
H A Ddata_syscall.c42 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
88 ROS_ERROR("data_close EINVALIDPARAM: bad dataspace capability.\n");
94 ROS_ERROR("EINVALIDPARAM: invalid RAM dataspace badge..\n");
95 return EINVALIDPARAM;
99 ROS_ERROR("EINVALIDPARAM: dataspace not found.\n");
100 return EINVALIDPARAM;
153 ROS_ERROR("EINVALIDPARAM: invalid RAM dataspace badge..\n");
154 return EINVALIDPARAM;
158 ROS_ERROR("EINVALIDPARAM: dataspace not found.\n");
159 return EINVALIDPARAM;
[all...]
H A Dname_syscall.c37 return EINVALIDPARAM;
42 return EINVALIDPARAM;
72 return EINVALIDPARAM;
89 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
H A Dmem_syscall.c39 EINVALIDPARAM will be the returned.
58 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
207 return EINVALIDPARAM;
213 return EINVALIDPARAM;
218 return EINVALIDPARAM;
226 return EINVALIDPARAM;
249 return EINVALIDPARAM;
255 return EINVALIDPARAM;
260 return EINVALIDPARAM;
285 return EINVALIDPARAM;
[all...]
H A Dproc_syscall.c137 return EINVALIDPARAM;
142 return EINVALIDPARAM;
149 return EINVALIDPARAM;
184 return EINVALIDPARAM;
189 return EINVALIDPARAM;
196 return EINVALIDPARAM;
226 return EINVALIDPARAM;
231 return EINVALIDPARAM;
256 return EINVALIDPARAM;
/seL4-refos-master/apps/process_server/src/dispatchers/
H A Ddata_syscall.c42 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
88 ROS_ERROR("data_close EINVALIDPARAM: bad dataspace capability.\n");
94 ROS_ERROR("EINVALIDPARAM: invalid RAM dataspace badge..\n");
95 return EINVALIDPARAM;
99 ROS_ERROR("EINVALIDPARAM: dataspace not found.\n");
100 return EINVALIDPARAM;
153 ROS_ERROR("EINVALIDPARAM: invalid RAM dataspace badge..\n");
154 return EINVALIDPARAM;
158 ROS_ERROR("EINVALIDPARAM: dataspace not found.\n");
159 return EINVALIDPARAM;
[all...]
H A Dname_syscall.c37 return EINVALIDPARAM;
42 return EINVALIDPARAM;
72 return EINVALIDPARAM;
89 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
H A Dmem_syscall.c39 EINVALIDPARAM will be the returned.
58 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
207 return EINVALIDPARAM;
213 return EINVALIDPARAM;
218 return EINVALIDPARAM;
226 return EINVALIDPARAM;
249 return EINVALIDPARAM;
255 return EINVALIDPARAM;
260 return EINVALIDPARAM;
285 return EINVALIDPARAM;
[all...]
H A Dproc_syscall.c137 return EINVALIDPARAM;
142 return EINVALIDPARAM;
149 return EINVALIDPARAM;
184 return EINVALIDPARAM;
189 return EINVALIDPARAM;
196 return EINVALIDPARAM;
226 return EINVALIDPARAM;
231 return EINVALIDPARAM;
256 return EINVALIDPARAM;
/seL4-refos-master/libs/librefos/include/refos/
H A Derror.h39 EINVALIDPARAM, enumerator in enum:refos_error
97 case EINVALIDPARAM:
98 return "EINVALIDPARAM";
/seL4-refos-master/projects/refos/impl/apps/timer_server/src/dispatchers/dspace/
H A Dtimer_dspace.c49 return -EINVALIDPARAM;
68 return -EINVALIDPARAM;
H A Ddspace.c51 return EINVALIDPARAM;
71 return -EINVALIDPARAM;
91 return -EINVALIDPARAM;
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos/
H A Derror.h39 EINVALIDPARAM, enumerator in enum:refos_error
97 case EINVALIDPARAM:
98 return "EINVALIDPARAM";
/seL4-refos-master/apps/timer_server/src/dispatchers/dspace/
H A Dtimer_dspace.c49 return -EINVALIDPARAM;
68 return -EINVALIDPARAM;
H A Ddspace.c51 return EINVALIDPARAM;
71 return -EINVALIDPARAM;
91 return -EINVALIDPARAM;
/seL4-refos-master/projects/refos/impl/apps/file_server/src/dispatchers/
H A Dcpio_dspace.c66 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
142 dprintf("data_close_handler EINVALIDPARAM: bad caps.\n");
143 return EINVALIDPARAM;
148 return EINVALIDPARAM;
168 dprintf("data_read_handler EINVALIDPARAM: bad caps.\n");
169 return EINVALIDPARAM;
199 dprintf("data_write_handler EINVALIDPARAM: bad caps.\n");
200 return -EINVALIDPARAM;
258 dprintf("data_get_size_handler EINVALIDPARAM: bad caps.\n");
288 return EINVALIDPARAM;
[all...]
/seL4-refos-master/apps/file_server/src/dispatchers/
H A Dcpio_dspace.c66 SET_ERRNO_PTR(rpc_errno, EINVALIDPARAM);
142 dprintf("data_close_handler EINVALIDPARAM: bad caps.\n");
143 return EINVALIDPARAM;
148 return EINVALIDPARAM;
168 dprintf("data_read_handler EINVALIDPARAM: bad caps.\n");
169 return EINVALIDPARAM;
199 dprintf("data_write_handler EINVALIDPARAM: bad caps.\n");
200 return -EINVALIDPARAM;
258 dprintf("data_get_size_handler EINVALIDPARAM: bad caps.\n");
288 return EINVALIDPARAM;
[all...]
/seL4-refos-master/projects/refos/impl/apps/console_server/src/dispatchers/dspace/
H A Ddspace.c58 return EINVALIDPARAM;
83 return -EINVALIDPARAM;
108 return -EINVALIDPARAM;
164 return EINVALIDPARAM;
/seL4-refos-master/apps/console_server/src/dispatchers/dspace/
H A Ddspace.c58 return EINVALIDPARAM;
83 return -EINVALIDPARAM;
108 return -EINVALIDPARAM;
164 return EINVALIDPARAM;
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/process/
H A Dthread.c25 return EINVALIDPARAM;
/seL4-refos-master/apps/process_server/src/system/process/
H A Dthread.c25 return EINVALIDPARAM;
/seL4-refos-master/libs/librefossys/src/refos-io/
H A Dmmap_segment.c203 return EINVALIDPARAM;
207 return EINVALIDPARAM;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/refos-io/
H A Dmmap_segment.c203 return EINVALIDPARAM;
207 return EINVALIDPARAM;
/seL4-refos-master/libs/librefos/src/refos-rpc/
H A Dname_client_helper.c66 REFOS_SET_ERRNO(EINVALIDPARAM);
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-rpc/
H A Dname_client_helper.c66 REFOS_SET_ERRNO(EINVALIDPARAM);
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/memserv/
H A Ddataspace.c348 return EINVALIDPARAM;
495 return EINVALIDPARAM;
526 return EINVALIDPARAM;
625 return -EINVALIDPARAM;
643 return EINVALIDPARAM;
646 return EINVALIDPARAM;

Completed in 213 milliseconds

123