temp_id_string 5759 drivers/scsi/FlashPoint.c unsigned char temp_id_string[ID_STRING_LENGTH]; temp_id_string 5773 drivers/scsi/FlashPoint.c temp_id_string[k] = (unsigned char)0x00; temp_id_string 5779 drivers/scsi/FlashPoint.c if (!(FPT_sciso(p_port, &temp_id_string[0]))) { temp_id_string 5782 drivers/scsi/FlashPoint.c *pCrcBytes = FPT_CalcCrc16(&temp_id_string[0]); temp_id_string 5783 drivers/scsi/FlashPoint.c crcBytes[2] = FPT_CalcLrc(&temp_id_string[0]); temp_id_string 5784 drivers/scsi/FlashPoint.c temp_id_string[1] = crcBytes[2]; temp_id_string 5785 drivers/scsi/FlashPoint.c temp_id_string[2] = crcBytes[0]; temp_id_string 5786 drivers/scsi/FlashPoint.c temp_id_string[3] = crcBytes[1]; temp_id_string 5788 drivers/scsi/FlashPoint.c temp_id_string[k] = (unsigned char)0x00; temp_id_string 5790 drivers/scsi/FlashPoint.c i = FPT_scmachid(p_card, temp_id_string);