Lines Matching full:checksum
98 printf( "Current checksum: 0x%02X\n", cur_val );
99 printf( "Calculated checksum: 0x%02X ", new_val );
103 printf("Setting checksum.");
112 printf( "Multiple PMID entries! No checksum set." );
145 printf("\nBios checksum at: 0x%4lX\n", offset);
146 printf("Current checksum: 0x%02X\n", cur_val);
147 printf("Calculated checksum: 0x%02X ", new_val);
149 printf("Setting checksum.");
255 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" );
262 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" );