| tag | line | file | source code |
| atype | 137 | include/linux/unistd.h | #define _syscall1(type,name,atype,a) \ |
| atype | 138 | include/linux/unistd.h | type name(atype a) \ |
| atype | 151 | include/linux/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
| atype | 152 | include/linux/unistd.h | type name(atype a,btype b) \ |
| atype | 165 | include/linux/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
| atype | 166 | include/linux/unistd.h | type name(atype a,btype b,ctype c) \ |
| atype | 179 | include/linux/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
| atype | 180 | include/linux/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
| atype | 194 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
| atype | 195 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |