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