taglinefilesource code
arg465include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg466include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg472include/asm-alpha/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4))); \
arg479include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg481include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg487include/asm-alpha/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4)),"D" ((long)(arg5))); \
arg458include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg459include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg465include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4))); \
arg472include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg474include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg480include/asm-i386/unistd.h"d" ((long)(arg3)),"S" ((long)(arg4)),"D" ((long)(arg5))); \