UbixOS  2.0
syscall_entry Struct Reference

#include <syscalls.h>

Collaboration diagram for syscall_entry:
Collaboration graph

Data Fields

int sc_args
 
sys_call_tsc_entry
 
char * sc_name
 
syscallType_t sc_status
 

Detailed Description

Definition at line 63 of file syscalls.h.

Field Documentation

◆ sc_args

int syscall_entry::sc_args

Definition at line 64 of file syscalls.h.

◆ sc_entry

sys_call_t* syscall_entry::sc_entry

Definition at line 66 of file syscalls.h.

◆ sc_name

char* syscall_entry::sc_name

Definition at line 65 of file syscalls.h.

Referenced by sys_call(), and sys_call_posix().

◆ sc_status

syscallType_t syscall_entry::sc_status

Definition at line 67 of file syscalls.h.


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