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) \
atype22include/asm-mips/unistd.h#define _syscall1(type,name,atype,a) \
atype23include/asm-mips/unistd.htype name(atype a) \
atype40include/asm-mips/unistd.h#define _syscall2(type,name,atype,a,btype,b) \
atype41include/asm-mips/unistd.htype name(atype a,btype b) \
atype60include/asm-mips/unistd.h#define _syscall3(type,name,atype,a,btype,b,ctype,c) \
atype61include/asm-mips/unistd.htype name (atype a, btype b, ctype c) \
atype82include/asm-mips/unistd.h#define _syscall4(type,name,atype,a,btype,b,ctype,c,dtype,d) \
atype83include/asm-mips/unistd.htype name (atype a, btype b, ctype c, dtype d) \
atype107include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
atype108include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
atype106net/inet/icmp.cint atype;
atype125net/inet/icmp.catype=ip_chk_addr(iph->daddr);
atype126net/inet/icmp.cif(atype==IS_BROADCAST || IN_MULTICAST(iph->daddr))
atype3996net/inet/tcp.cint atype;
atype4022net/inet/tcp.cif ((atype=ip_chk_addr(usin->sin_addr.s_addr)) == IS_BROADCAST || atype==IS_MULTICAST)