Searched refs:procserv_frame_read (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/process_server/src/
H A Dstate.h140 int procserv_frame_read(seL4_CPtr frame, const char* dst, size_t len, size_t offset);
H A Dstate.c252 procserv_frame_read(seL4_CPtr frame, const char* dst, size_t len, size_t offset) function
255 ROS_ERROR("procserv_frame_read invalid offset and length.");
262 ROS_ERROR ("procserv_frame_read couldn't map frame.");
/seL4-refos-master/apps/process_server/src/
H A Dstate.h140 int procserv_frame_read(seL4_CPtr frame, const char* dst, size_t len, size_t offset);
H A Dstate.c252 procserv_frame_read(seL4_CPtr frame, const char* dst, size_t len, size_t offset) function
255 ROS_ERROR("procserv_frame_read invalid offset and length.");
262 ROS_ERROR ("procserv_frame_read couldn't map frame.");
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/memserv/
H A Ddataspace.c452 return procserv_frame_read(frame, buf, len, skipBytes);
/seL4-refos-master/apps/process_server/src/system/memserv/
H A Ddataspace.c452 return procserv_frame_read(frame, buf, len, skipBytes);

Completed in 35 milliseconds