Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | SYSCALL(func) __NR_##func |
#define | COMPAT_SYS(func) __NR_##func |
#define | PPC_SYS(func) __NR_##func |
#define | OLDSYS(func) __NR_old##func |
#define | SYS32ONLY(func) __NR_##func |
#define | SYSX(f, f3264, f32) -1 |
#define | SYSCALL_SPU(func) SYSCALL(func) |
#define | COMPAT_SYS_SPU(func) COMPAT_SYS(func) |
#define | PPC_SYS_SPU(func) PPC_SYS(func) |
#define | SYSX_SPU(f, f3264, f32) SYSX(f, f3264, f32) |
#define | __NR_ni_syscall -1 |
#define | __NR_llseek __NR__llseek |
#define | __NR_umount __NR_umount2 |
#define | __NR_old_getrlimit __NR_getrlimit |
#define | __NR_newstat __NR_stat |
#define | __NR_newlstat __NR_lstat |
#define | __NR_newfstat __NR_fstat |
#define | __NR_newuname __NR_uname |
#define | __NR_sysctl __NR__sysctl |
#define | __NR_olddebug_setcontext __NR_sys_debug_setcontext |
#define | getrlimit ugetrlimit |
#define __NR_llseek __NR__llseek |
Definition at line 42 of file systbl_chk.c.
#define __NR_newfstat __NR_fstat |
Definition at line 48 of file systbl_chk.c.
#define __NR_newlstat __NR_lstat |
Definition at line 47 of file systbl_chk.c.
#define __NR_newstat __NR_stat |
Definition at line 46 of file systbl_chk.c.
#define __NR_newuname __NR_uname |
Definition at line 49 of file systbl_chk.c.
#define __NR_ni_syscall -1 |
Definition at line 36 of file systbl_chk.c.
#define __NR_old_getrlimit __NR_getrlimit |
Definition at line 45 of file systbl_chk.c.
#define __NR_olddebug_setcontext __NR_sys_debug_setcontext |
Definition at line 51 of file systbl_chk.c.
#define __NR_sysctl __NR__sysctl |
Definition at line 50 of file systbl_chk.c.
#define __NR_umount __NR_umount2 |
Definition at line 44 of file systbl_chk.c.
Definition at line 19 of file systbl_chk.c.
#define COMPAT_SYS_SPU | ( | func | ) | COMPAT_SYS(func) |
Definition at line 31 of file systbl_chk.c.
#define getrlimit ugetrlimit |
Definition at line 54 of file systbl_chk.c.
Definition at line 25 of file systbl_chk.c.
Definition at line 20 of file systbl_chk.c.
Definition at line 32 of file systbl_chk.c.
Definition at line 26 of file systbl_chk.c.
Definition at line 18 of file systbl_chk.c.
Definition at line 30 of file systbl_chk.c.
#define SYSX | ( | f, | |
f3264, | |||
f32 | |||
) | -1 |
Definition at line 28 of file systbl_chk.c.
Definition at line 33 of file systbl_chk.c.