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