UbixOS  2.0
syscall_posix.c File Reference
#include <ubixos/syscalls.h>
#include <ubixos/syscall.h>
#include <ubixos/sched.h>
#include <ubixos/endtask.h>
#include <ubixos/spinlock.h>
#include <sys/trap.h>
#include <sys/elf.h>
#include <string.h>
#include <lib/kprintf.h>
#include <ubixos/kpanic.h>
Include dependency graph for syscall_posix.c:

Go to the source code of this file.

Functions

int invalidCall_posix ()
 
void sys_call_posix (struct trapframe *frame)
 

Variables

struct spinLock Master = SPIN_LOCK_INITIALIZER
 

Function Documentation

◆ invalidCall_posix()

int invalidCall_posix ( )

Definition at line 125 of file syscall_posix.c.

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

Here is the call graph for this function:

◆ sys_call_posix()

Variable Documentation

◆ Master

Definition at line 40 of file syscall_posix.c.