Invocation
Signatures
Status kmo_invoke(
Capref container,
Bool call_chain,
Caddr args,
Csize args_size)
Invoke
a
container.
Status get_in_args(
Caddr dst,
Csize offset,
Csize length)
Get
part of the argument block passed in during invocation.
Status kmo_return(
Caddr args,
Csize args_size)
Return
from an invocation.
Status get_out_args(
Caddr dst,
Csize offset,
Csize length)
Get
part of the argument block passed out during return from invocation.
Csize get_in_size(void)
Get
the size of the argument block passed during invocation.
Csize get_out_size(void)
Get
the size of the argument block passed during return from invocation.