taglinefilesource code
arg3149include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3150include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3155include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3156include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3161include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3163include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3193include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3194include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3200include/asm-i386/unistd.h"d" ((long)(arg3))); \
arg3207include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3208include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3214include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4))); \
arg3221include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3223include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3229include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4)),"D" ((long)(arg5))); \
arg369include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg370include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg381include/asm-sparc/unistd.h"=r" ((long)(arg3)) \
arg383include/asm-sparc/unistd.h"3" ((long)(arg3)) \
arg391include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg392include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3104include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)) \
arg3106include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)) \
arg3114include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3116include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3129include/asm-sparc/unistd.h"=r" ((long)(arg3)), "=r" ((long)(arg4)), "=r" ((long)(arg5)) \
arg3131include/asm-sparc/unistd.h"3" ((long)(arg3)),"4" ((long)(arg4)),"5" ((long)(arg5)) \