Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
unistd.h File Reference
#include <uapi/asm/unistd.h>

Go to the source code of this file.

Macros

#define NR_syscalls   284
 
#define __IGNORE_uselib
 
#define __IGNORE_mmap
 
#define __IGNORE_mbind
 
#define __IGNORE_get_mempolicy
 
#define __IGNORE_set_mempolicy
 
#define __IGNORE_migrate_pages
 
#define __IGNORE_move_pages
 
#define __IGNORE_getcpu
 
#define __ARCH_WANT_STAT64
 
#define __ARCH_WANT_SYS_ALARM
 
#define __ARCH_WANT_SYS_GETHOSTNAME
 
#define __ARCH_WANT_SYS_PAUSE
 
#define __ARCH_WANT_SYS_TIME
 
#define __ARCH_WANT_SYS_UTIME
 
#define __ARCH_WANT_SYS_WAITPID
 
#define __ARCH_WANT_SYS_FADVISE64
 
#define __ARCH_WANT_SYS_GETPGRP
 
#define __ARCH_WANT_SYS_LLSEEK
 
#define __ARCH_WANT_SYS_GETPGRP
 
#define __ARCH_WANT_SYS_RT_SIGACTION
 
#define __ARCH_WANT_SYS_RT_SIGSUSPEND
 
#define cond_syscall(x)   asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall");
 

Macro Definition Documentation

#define __ARCH_WANT_STAT64

Definition at line 29 of file unistd.h.

#define __ARCH_WANT_SYS_ALARM

Definition at line 30 of file unistd.h.

#define __ARCH_WANT_SYS_FADVISE64

Definition at line 36 of file unistd.h.

#define __ARCH_WANT_SYS_GETHOSTNAME

Definition at line 31 of file unistd.h.

#define __ARCH_WANT_SYS_GETPGRP

Definition at line 39 of file unistd.h.

#define __ARCH_WANT_SYS_GETPGRP

Definition at line 39 of file unistd.h.

#define __ARCH_WANT_SYS_LLSEEK

Definition at line 38 of file unistd.h.

#define __ARCH_WANT_SYS_PAUSE

Definition at line 32 of file unistd.h.

#define __ARCH_WANT_SYS_RT_SIGACTION

Definition at line 40 of file unistd.h.

#define __ARCH_WANT_SYS_RT_SIGSUSPEND

Definition at line 41 of file unistd.h.

#define __ARCH_WANT_SYS_TIME

Definition at line 33 of file unistd.h.

#define __ARCH_WANT_SYS_UTIME

Definition at line 34 of file unistd.h.

#define __ARCH_WANT_SYS_WAITPID

Definition at line 35 of file unistd.h.

#define __IGNORE_get_mempolicy

Definition at line 21 of file unistd.h.

#define __IGNORE_getcpu

Definition at line 27 of file unistd.h.

#define __IGNORE_mbind

Definition at line 20 of file unistd.h.

#define __IGNORE_migrate_pages

Definition at line 23 of file unistd.h.

#define __IGNORE_mmap

Definition at line 17 of file unistd.h.

#define __IGNORE_move_pages

Definition at line 24 of file unistd.h.

#define __IGNORE_set_mempolicy

Definition at line 22 of file unistd.h.

#define __IGNORE_uselib

Definition at line 16 of file unistd.h.

#define cond_syscall (   x)    asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall");

Definition at line 49 of file unistd.h.

#define NR_syscalls   284

Definition at line 13 of file unistd.h.