tag | line | file | source code |
type4 | 158 | include/asm-alpha/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
type4 | 159 | include/asm-alpha/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
type4 | 164 | include/asm-alpha/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
type4 | 166 | include/asm-alpha/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
type4 | 208 | include/asm-i386/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
type4 | 209 | include/asm-i386/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
type4 | 222 | include/asm-i386/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
type4 | 224 | include/asm-i386/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |
type4 | 91 | include/asm-sparc/unistd.h | #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ |
type4 | 92 | include/asm-sparc/unistd.h | type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ |
type4 | 114 | include/asm-sparc/unistd.h | #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ |
type4 | 116 | include/asm-sparc/unistd.h | type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ |