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