Home
last modified time | relevance | path

Searched refs:lrc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c495 int lrc; in llog_cat_cancel_records() local
506 lrc = llog_cancel_rec(env, loghandle, cookies->lgc_index); in llog_cat_cancel_records()
507 if (lrc == 1) { /* log has been destroyed */ in llog_cat_cancel_records()
511 } else if (lrc == -ENOENT) { in llog_cat_cancel_records()
513 rc = lrc; in llog_cat_cancel_records()
514 } else if (lrc < 0) { in llog_cat_cancel_records()
516 rc = lrc; in llog_cat_cancel_records()
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dtechnisat-usb2.c398 u8 lrc = 0; in technisat_usb2_calc_lrc() local
400 lrc ^= *b++; in technisat_usb2_calc_lrc()
401 return lrc; in technisat_usb2_calc_lrc()
/linux-4.1.27/drivers/scsi/
DFlashPoint.c7511 unsigned char lrc; in FPT_CalcLrc() local
7512 lrc = 0; in FPT_CalcLrc()
7514 lrc ^= buffer[i]; in FPT_CalcLrc()
7515 return lrc; in FPT_CalcLrc()