taglinefilesource code
fcs270arch/i386/kernel/traps.cenv->fcs = (env->swd & 0x0000ffff) | (env->fcs & 0xffff0000);
fcs331drivers/net/ppp.c#define PPP_FCS(fcs, c)  (((fcs) >> 8) ^ ppp_crc16_table[((fcs) ^ (c)) & 0xff])
fcs599drivers/net/ppp.cbuf->fcs    = PPP_INITFCS;
fcs1213drivers/net/ppp.cbuf->fcs    = PPP_INITFCS;
fcs1239drivers/net/ppp.cbuf->fcs = PPP_FCS (buf->fcs, chr);
fcs1657drivers/net/ppp.cif (ppp->rbuf->fcs != PPP_GOODFCS) {
fcs1661drivers/net/ppp.cppp->rbuf->fcs ^ PPP_GOODFCS);
fcs1952drivers/net/ppp.cbuf->fcs = PPP_FCS (buf->fcs, chr);
fcs1987drivers/net/ppp.cbuf->fcs       = PPP_INITFCS;
fcs2019drivers/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)  */