taglinefilesource code
btype170include/linux/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
btype171include/linux/unistd.htype name(atype a,btype b) \
btype183include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
btype184include/linux/unistd.htype name(atype a,btype b,ctype c) \
btype196include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
btype197include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
btype210include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
btype211include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \