Go to the source code of this file.
Defines | |
| #define | EJUSTRETURN (-2) | 
| #define | ERESTART (-1) | 
| #define | invalid_call 0x0 | 
| #define | PSL_C 0x00000001 | 
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 | readlink () | 
| int | sigaction () | 
| int | sigprocmask () | 
| int | sys_write () | 
| int | sysExit () | 
Variables | |
| functionPTR | systemCalls_new [] | 
| int | totalCalls_new = sizeof(systemCalls_new)/sizeof(functionPTR) | 
| #define EJUSTRETURN (-2) | 
| #define ERESTART (-1) | 
| #define invalid_call 0x0 | 
Definition at line 54 of file syscalls_new.h.
| #define PSL_C 0x00000001 | 
| typedef int(*) functionPTR() | 
Definition at line 59 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 readlink | ( | ) | 
| int sigaction | ( | ) | 
| int sigprocmask | ( | ) | 
| int sys_write | ( | ) | 
| int sysExit | ( | ) | 
| int totalCalls_new = sizeof(systemCalls_new)/sizeof(functionPTR) | 
 1.4.7