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 | 44 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
btype | 45 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
btype | 61 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
btype | 62 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
btype | 80 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
btype | 81 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
btype | 102 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
btype | 103 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |