tag | line | file | source code |
atype | 189 | include/asm-m68k/unistd.h | #define _syscall1(type,name,atype,a) \ |
atype | 190 | include/asm-m68k/unistd.h | type name(atype a) \ |
atype | 204 | include/asm-m68k/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
atype | 205 | include/asm-m68k/unistd.h | type name(atype a,btype b) \ |
atype | 221 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
atype | 222 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
atype | 240 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
atype | 241 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
atype | 261 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
atype | 262 | include/asm-m68k/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
atype | 301 | include/asm-m68k/unistd.h | #define _syscall1(type,name,atype,a) \ |
atype | 302 | include/asm-m68k/unistd.h | type name(atype a) \ |
atype | 316 | include/asm-m68k/unistd.h | #define _syscall2(type,name,atype,a,btype,b) \ |
atype | 317 | include/asm-m68k/unistd.h | type name(atype a,btype b) \ |
atype | 333 | include/asm-m68k/unistd.h | #define _syscall3(type,name,atype,a,btype,b,ctype,c) \ |
atype | 334 | include/asm-m68k/unistd.h | type name(atype a,btype b,ctype c) \ |
atype | 352 | include/asm-m68k/unistd.h | #define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ |
atype | 353 | include/asm-m68k/unistd.h | type name (atype a, btype b, ctype c, dtype d) \ |
atype | 373 | include/asm-m68k/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
atype | 374 | 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 | 510 | net/ipv4/icmp.c | int atype; |
atype | 531 | net/ipv4/icmp.c | atype=ip_chk_addr(iph->daddr); |
atype | 532 | net/ipv4/icmp.c | if(atype==IS_BROADCAST||atype==IS_MULTICAST) |
atype | 1855 | net/ipv4/tcp.c | int atype; |
atype | 1886 | net/ipv4/tcp.c | if ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST) |