| UbixOS
    2.0
    | 

Go to the source code of this file.
| Variables | |
| struct syscall_entry | systemCalls [] | 
| int | totalCalls = sizeof(systemCalls) / sizeof(struct syscall_entry) | 
| struct syscall_entry systemCalls[] | 
Definition at line 34 of file syscalls.c.
Referenced by sys_call(), and sys_call_posix().
| int totalCalls = sizeof(systemCalls) / sizeof(struct syscall_entry) | 
Definition at line 92 of file syscalls.c.
Referenced by sys_call().