Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/makefs/cd9660/ | |
cd9660_eltorito.c | 248 unsigned char *csptr; local in function:cd9660_boot_setup_validation_entry 263 csptr = (unsigned char*)ve; 265 checksum += (int16_t)csptr[i]; 266 checksum += 256 * (int16_t)csptr[i + 1]; |
cd9660_eltorito.c | 248 unsigned char *csptr; local in function:cd9660_boot_setup_validation_entry 263 csptr = (unsigned char*)ve; 265 checksum += (int16_t)csptr[i]; 266 checksum += 256 * (int16_t)csptr[i + 1]; |