Searched refs:procserv_frame_write (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/process_server/src/
H A Dstate.h131 int procserv_frame_write(seL4_CPtr frame, const char* src, size_t len, size_t offset);
H A Dstate.c233 procserv_frame_write(seL4_CPtr frame, const char* src, size_t len, size_t offset) function
236 ROS_ERROR("procserv_frame_write invalid offset and length.");
242 ROS_ERROR ("procserv_frame_write couldn't map frame.");
/seL4-refos-master/apps/process_server/src/
H A Dstate.h131 int procserv_frame_write(seL4_CPtr frame, const char* src, size_t len, size_t offset);
H A Dstate.c233 procserv_frame_write(seL4_CPtr frame, const char* src, size_t len, size_t offset) function
236 ROS_ERROR("procserv_frame_write invalid offset and length.");
242 ROS_ERROR ("procserv_frame_write couldn't map frame.");
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/memserv/
H A Ddataspace.c483 return procserv_frame_write(frame, buf, len, skipBytes);
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/process/
H A Dprocess.c54 error = procserv_frame_write(frame.cptr, param, paramLen, 0);
/seL4-refos-master/apps/process_server/src/system/memserv/
H A Ddataspace.c483 return procserv_frame_write(frame, buf, len, skipBytes);
/seL4-refos-master/apps/process_server/src/system/process/
H A Dprocess.c54 error = procserv_frame_write(frame.cptr, param, paramLen, 0);

Completed in 82 milliseconds