Module syscall

Source
Expand description

System calls for StreamOps capability

This module implements system calls that operate on KernelObjects with StreamOps capability (read/write operations).

Functionsยง

sys_stream_read
System call for reading from a KernelObject with StreamOps capability
sys_stream_write
System call for writing to a KernelObject with StreamOps capability