taglinefilesource code
arg3155include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3156include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3161include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3162include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3167include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3169include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3196include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg3197include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg3203include/asm-i386/unistd.h"d" ((long)(arg3))); \
arg3210include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg3211include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg3217include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4))); \
arg3224include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg3226include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg3232include/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)) \