taglinefilesource code
atype189include/asm-m68k/unistd.h#define _syscall1(type,name,atype,a) \
atype190include/asm-m68k/unistd.htype name(atype a) \
atype204include/asm-m68k/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
atype205include/asm-m68k/unistd.htype name(atype a,btype b) \
atype221include/asm-m68k/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
atype222include/asm-m68k/unistd.htype name(atype a,btype b,ctype c) \
atype240include/asm-m68k/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
atype241include/asm-m68k/unistd.htype name (atype a, btype b, ctype c, dtype d) \
atype261include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
atype262include/asm-m68k/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
atype301include/asm-m68k/unistd.h#define _syscall1(type,name,atype,a) \
atype302include/asm-m68k/unistd.htype name(atype a) \
atype316include/asm-m68k/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
atype317include/asm-m68k/unistd.htype name(atype a,btype b) \
atype333include/asm-m68k/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
atype334include/asm-m68k/unistd.htype name(atype a,btype b,ctype c) \
atype352include/asm-m68k/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
atype353include/asm-m68k/unistd.htype name (atype a, btype b, ctype c, dtype d) \
atype373include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
atype374include/asm-m68k/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
atype1175include/asm-mips/unistd.h#define _syscall1(type,name,atype,a) \
atype1176include/asm-mips/unistd.htype name(atype a) \
atype1192include/asm-mips/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
atype1193include/asm-mips/unistd.htype name(atype a,btype b) \
atype1211include/asm-mips/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
atype1212include/asm-mips/unistd.htype name (atype a, btype b, ctype c) \
atype1232include/asm-mips/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
atype1233include/asm-mips/unistd.htype name (atype a, btype b, ctype c, dtype d) \
atype1255include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
atype1256include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
atype510net/ipv4/icmp.cint atype;
atype531net/ipv4/icmp.catype=ip_chk_addr(iph->daddr);
atype532net/ipv4/icmp.cif(atype==IS_BROADCAST||atype==IS_MULTICAST)
atype1855net/ipv4/tcp.cint atype;
atype1886net/ipv4/tcp.cif ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST)