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 | 1175 | include/asm-mips/unistd.h | #define _syscall1(type,name,atype,a) \ |
atype | 1176 | include/asm-mips/unistd.h | type name(atype a) \ |
atype | 1192 | include/asm-mips/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
atype | 1193 | include/asm-mips/unistd.h | type name(atype a,btype b) \ |
atype | 1211 | include/asm-mips/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
atype | 1212 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c) \ |
atype | 1232 | include/asm-mips/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
atype | 1233 | include/asm-mips/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
atype | 1255 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
atype | 1256 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
atype | 258 | net/ipv4/icmp.c | int atype; |
atype | 279 | net/ipv4/icmp.c | atype=ip_chk_addr(iph->daddr); |
atype | 280 | net/ipv4/icmp.c | if(atype==IS_BROADCAST||atype==IS_MULTICAST) |
atype | 1907 | net/ipv4/tcp.c | int atype; |
atype | 1938 | net/ipv4/tcp.c | if ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST) |