Searched refs:kt_offset (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
H A Ddefs.h64 u_int kt_offset; /* offset into prom of value */ member in struct:keytabent
H A Deehandlers.c478 kt.kt_offset = EE_BANNER_ENABLE_LOC;
554 if (lseek(fd, (off_t)ktent->kt_offset, SEEK_SET) < (off_t)0) {
571 if (lseek(fd, (off_t)ktent->kt_offset, SEEK_SET) < (off_t)0) {
609 kt.kt_offset = EE_HWUPDATE_LOC;
621 kt.kt_offset = EE_CKSUM_LOC + (i * sizeof(checksum));
630 kt.kt_offset = EE_WC_LOC + (i * sizeof(writecount));
652 kt.kt_offset = EE_WC_LOC;
680 kt.kt_offset = EE_CKSUM_LOC;
700 kt.kt_offset = EE_HWUPDATE_LOC;

Completed in 75 milliseconds