tag | line | file | source code |
btype | 157 | include/linux/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
btype | 158 | include/linux/unistd.h | type name(atype a,btype b) \ |
btype | 171 | include/linux/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
btype | 172 | include/linux/unistd.h | type name(atype a,btype b,ctype c) \ |
btype | 185 | include/linux/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
btype | 186 | include/linux/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
btype | 200 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
btype | 201 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |