HomeSort by: relevance | last modified time | path
    Searched defs:csptr (Results 1 - 2 of 2) sorted by relevancy

  /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];

Completed in 23 milliseconds