|
UbixOS
2.0
|
#include <sys/sysproto_posix.h>
Go to the source code of this file.
Macros | |
| #define | EJUSTRETURN (-2) /* don't modify regs, just return */ |
| #define | ERESTART (-1) /* restart syscall */ |
| #define | invalid_call 0x0 |
| #define | PSL_C 0x00000001 /* carry bit */ |
Typedefs | |
| typedef int(* | functionPTR) () |
Functions | |
| int | __sysctl () |
| int | close () |
| int | fcntl () |
| int | fstat () |
| int | getdtablesize () |
| int | getgid () |
| int | getpid () |
| int | gettimeofday_new () |
| int | getuid () |
| int | ioctl () |
| int | issetugid () |
| int | mmap () |
| int | munmap () |
| int | obreak () |
| int | pipe () |
| int | read () |
| int | readlink () |
| int | sigaction () |
| int | sigprocmask () |
| int | sysExit () |
Variables | |
| functionPTR | systemCalls_new [] |
| Mast System Call List. More... | |
| int | totalCalls_new = sizeof(systemCalls_new) / sizeof(functionPTR) |
| #define EJUSTRETURN (-2) /* don't modify regs, just return */ |
Definition at line 57 of file syscalls_new.h.
| #define ERESTART (-1) /* restart syscall */ |
Definition at line 58 of file syscalls_new.h.
| #define invalid_call 0x0 |
Definition at line 55 of file syscalls_new.h.
| #define PSL_C 0x00000001 /* carry bit */ |
Definition at line 56 of file syscalls_new.h.
| typedef int(* functionPTR) () |
Definition at line 60 of file syscalls_new.h.
| int __sysctl | ( | ) |
| int close | ( | ) |
| int fcntl | ( | ) |
| int fstat | ( | ) |
| int getdtablesize | ( | ) |
| int getgid | ( | ) |
| int getpid | ( | ) |
| int gettimeofday_new | ( | ) |
| int getuid | ( | ) |
| int ioctl | ( | ) |
| int issetugid | ( | ) |
| int mmap | ( | ) |
| int munmap | ( | ) |
| int obreak | ( | ) |
| int pipe | ( | ) |
| int read | ( | ) |
| int readlink | ( | ) |
| int sigaction | ( | ) |
| int sigprocmask | ( | ) |
| int sysExit | ( | ) |
| functionPTR systemCalls_new[] |
Mast System Call List.
Definition at line 65 of file syscalls_new.h.
| int totalCalls_new = sizeof(systemCalls_new) / sizeof(functionPTR) |
Definition at line 524 of file syscalls_new.h.