taglinefilesource code
arg330include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg331include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg336include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg337include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg342include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg344include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg344include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg345include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg351include/asm-i386/unistd.h"d" ((long)(arg3))); \
arg358include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg359include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg365include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4))); \
arg372include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg374include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg380include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4)),"D" ((long)(arg5))); \
arg363include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg364include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg373include/asm-sparc/unistd.h"=r" ((long)(arg3)) \
arg375include/asm-sparc/unistd.h"3" ((long)(arg3)) \
arg383include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg384include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg394include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)) \
arg396include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)) \
arg3104include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3106include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3117include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)), "=r" ((long)(arg5)) \
arg3119include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)),"5" ((long)(arg5)) \