taglinefilesource code
btype177include/linux/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
btype178include/linux/unistd.htype name(atype a,btype b) \
btype190include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
btype191include/linux/unistd.htype name(atype a,btype b,ctype c) \
btype203include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
btype204include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
btype217include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
btype218include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \