taglinefilesource code
atype19include/asm-m68k/unistd.h#define _syscall1(type,name,atype,a) \
atype20include/asm-m68k/unistd.htype name(atype a) \
atype34include/asm-m68k/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
atype35include/asm-m68k/unistd.htype name(atype a,btype b) \
atype51include/asm-m68k/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
atype52include/asm-m68k/unistd.htype name(atype a,btype b,ctype c) \
atype70include/asm-m68k/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
atype71include/asm-m68k/unistd.htype name (atype a, btype b, ctype c, dtype d) \
atype91include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
atype92include/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) \
atype257net/ipv4/icmp.cint atype;
atype278net/ipv4/icmp.catype=ip_chk_addr(iph->daddr);
atype279net/ipv4/icmp.cif(atype==IS_BROADCAST||atype==IS_MULTICAST)
atype4550net/ipv4/tcp.cint atype;
atype4581net/ipv4/tcp.cif ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST)