Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/installboot/arch/
H A Dalpha.c386 uint16_t i, j, chkdelta, sunsum, bb16[256]; in sun_bootstrap() local
413 sunsum = compute_sunsum(bb16); /* might be the final value */ in sun_bootstrap()
415 printf("target sun checksum is %04x\n", sunsum); in sun_bootstrap()
419 chkdelta = sunsum - bb16[255]; in sun_bootstrap()