taglinefilesource code
btype160include/linux/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
btype161include/linux/unistd.htype name(atype a,btype b) \
btype174include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
btype175include/linux/unistd.htype name(atype a,btype b,ctype c) \
btype188include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
btype189include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
btype203include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
btype204include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \