taglinefilesource code
btype174include/linux/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
btype175include/linux/unistd.htype name(atype a,btype b) \
btype187include/linux/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
btype188include/linux/unistd.htype name(atype a,btype b,ctype c) \
btype200include/linux/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
btype201include/linux/unistd.htype name (atype a, btype b, ctype c, dtype d) \
btype214include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
btype215include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \