tag | line | file | source code |
atype | 19 | include/asm-m68k/unistd.h | #define _syscall1(type,name,atype,a) \ |
atype | 20 | include/asm-m68k/unistd.h | type name(atype a) \ |
atype | 34 | include/asm-m68k/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
atype | 35 | include/asm-m68k/unistd.h | type name(atype a,btype b) \ |
atype | 51 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
atype | 52 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
atype | 70 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
atype | 71 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
atype | 91 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
atype | 92 | include/asm-m68k/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
atype | 29 | include/asm-mips/unistd.h | #define _syscall1(type,name,atype,a) \ |
atype | 30 | include/asm-mips/unistd.h | type name(atype a) \ |
atype | 44 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
atype | 45 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
atype | 61 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
atype | 62 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
atype | 80 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
atype | 81 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
atype | 102 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
atype | 103 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
atype | 174 | net/ipv4/icmp.c | int atype; |
atype | 193 | net/ipv4/icmp.c | atype=ip_chk_addr(iph->daddr); |
atype | 194 | net/ipv4/icmp.c | if(atype==IS_BROADCAST || atype==IS_MULTICAST) |
atype | 4271 | net/ipv4/tcp.c | int atype; |
atype | 4297 | net/ipv4/tcp.c | if ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST) |