The Pedigree Project  0.1
Public Member Functions | List of all members
Foo Class Reference
+ Inheritance diagram for Foo:
+ Collaboration diagram for Foo:

Public Member Functions

virtual ReturnState syscall (uint64_t subid, void *params, size_t params_size)
 

Detailed Description

Definition at line 32 of file NativeSyscallManager.cc.

Member Function Documentation

ReturnState Foo::syscall ( uint64_t  subid,
void *  params,
size_t  params_size 
)
virtual

System call entry.

This is where every NATIVE_CALL syscall ends up for each kernel-space object.

Parameters
subidthe method call ID specific to this class
paramsparameter block for this class
Todo:
this definition needs work

Implements NativeBase.

Definition at line 193 of file NativeSyscallManager.cc.

References ReturnState::meta, NOTICE, ReturnState::success, and ReturnState::value.


The documentation for this class was generated from the following file: