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