tag | line | file | source code |
atype | 18 | include/asm-i386/unistd.h | #define _syscall1(type,name,atype,a) \ |
atype | 19 | include/asm-i386/unistd.h | type name(atype a) \ |
atype | 31 | include/asm-i386/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
atype | 32 | include/asm-i386/unistd.h | type name(atype a,btype b) \ |
atype | 44 | include/asm-i386/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
atype | 45 | include/asm-i386/unistd.h | type name(atype a,btype b,ctype c) \ |
atype | 57 | include/asm-i386/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
atype | 58 | include/asm-i386/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
atype | 71 | include/asm-i386/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
atype | 72 | include/asm-i386/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
atype | 22 | include/asm-mips/unistd.h | #define _syscall1(type,name,atype,a) \ |
atype | 23 | include/asm-mips/unistd.h | type name(atype a) \ |
atype | 40 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
atype | 41 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
atype | 60 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
atype | 61 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
atype | 82 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
atype | 83 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
atype | 107 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
atype | 108 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |