Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c248 unsigned char *csptr; in cd9660_boot_setup_validation_entry() local
263 csptr = (unsigned char*)ve; in cd9660_boot_setup_validation_entry()
265 checksum += (int16_t)csptr[i]; in cd9660_boot_setup_validation_entry()
266 checksum += 256 * (int16_t)csptr[i + 1]; in cd9660_boot_setup_validation_entry()