taglinefilesource code
fcs270arch/i386/kernel/traps.cenv->fcs = (env->swd & 0x0000ffff) | (env->fcs & 0xffff0000);
fcs325drivers/net/ppp.c#define PPP_FCS(fcs, c)  (((fcs) >> 8) ^ ppp_crc16_table[((fcs) ^ (c)) & 0xff])
fcs592drivers/net/ppp.cbuf->fcs    = PPP_INITFCS;
fcs1206drivers/net/ppp.cbuf->fcs    = PPP_INITFCS;
fcs1232drivers/net/ppp.cbuf->fcs = PPP_FCS (buf->fcs, chr);
fcs1650drivers/net/ppp.cif (ppp->rbuf->fcs != PPP_GOODFCS) {
fcs1654drivers/net/ppp.cppp->rbuf->fcs ^ PPP_GOODFCS);
fcs1945drivers/net/ppp.cbuf->fcs = PPP_FCS (buf->fcs, chr);
fcs1980drivers/net/ppp.cbuf->fcs       = PPP_INITFCS;
fcs2012drivers/net/ppp.cwrite_fcs = buf->fcs ^ 0xFFFF;
fcs48include/asm-i386/processor.hlong  fcs;
fcs59include/asm-i386/processor.hlong  fcs;
fcs38include/asm-i386/user.hlong  fcs;
fcs81include/linux/if_pppvar.hunsigned short  fcs;    /* Frame Check Sequence (CRC)  */