UbixOS  2.0
syscall.h File Reference
#include <sys/trap.h>
Include dependency graph for syscall.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void _sys_call ()
 
int invalidCall ()
 
void invalidCallINT (int)
 
void sys_call (struct trapframe *frame)
 

Function Documentation

◆ _sys_call()

void _sys_call ( )

◆ invalidCall()

int invalidCall ( )

Definition at line 101 of file syscall.c.

References _current, taskStruct::id, kprintf(), and sys_call().

Here is the call graph for this function:

◆ invalidCallINT()

void invalidCallINT ( int  )

◆ sys_call()