| tag | line | file | source code |
| ctype | 189 | include/linux/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
| ctype | 190 | include/linux/unistd.h | type name(atype a,btype b,ctype c) \ |
| ctype | 202 | include/linux/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
| ctype | 203 | include/linux/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
| ctype | 216 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
| ctype | 217 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |