tag | line | file | source code |
btype | 34 | include/asm-m68k/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
btype | 35 | include/asm-m68k/unistd.h | type name(atype a,btype b) \ |
btype | 51 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
btype | 52 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
btype | 70 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
btype | 71 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
btype | 91 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
btype | 92 | include/asm-m68k/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
btype | 1192 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
btype | 1193 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
btype | 1211 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
btype | 1212 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
btype | 1232 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
btype | 1233 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
btype | 1255 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
btype | 1256 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
btype | 82 | include/linux/cdk.h | unsigned short btype; |