Module parameters

Source
Expand description

Parameters for hypercalls.

Structs§

CloseParams
Parameters for a FileClose hypercall.
CmdsizeParams
Parameters for a Cmdsize hypercall which provides the lengths of the items in the argument end environment vector.
CmdvalParams
Parameters for a Cmdval hypercall, which copies the arguments end environment of the application into the VM’s memory.
ExitParams
Parameters for a Exit hypercall.
LseekParams
Parameters for a FileLseek hypercall
OpenParams
Parameters for a FileOpen hypercall.
ReadParams
Parameters for a FileRead hypercall.
SerialWriteBufferParams
Parameters for a SerialWriteBuffer hypercall.
UnlinkParams
Parameters for a FileUnlink hypercall.
WriteParams
Parameters for a FileWrite hypercall.

Constants§

ALLOWED_OPEN_FLAGS
EINVAL
ENOENT
O_APPEND
O_CREAT
O_DIRECT
O_DIRECTORY
O_EXCL
O_RDONLY
O_RDWR
O_TRUNC
O_WRONLY