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

/netbsd-current/usr.sbin/eeprom/
H A Ddefs.h64 u_int kt_offset; /* offset into prom of value */ member in struct:keytabent
H A Deehandlers.c477 kt.kt_offset = EE_BANNER_ENABLE_LOC;
545 if (lseek(fd, (off_t)ktent->kt_offset, SEEK_SET) < (off_t)0) {
562 if (lseek(fd, (off_t)ktent->kt_offset, SEEK_SET) < (off_t)0) {
600 kt.kt_offset = EE_HWUPDATE_LOC;
612 kt.kt_offset = EE_CKSUM_LOC + (i * sizeof(checksum));
621 kt.kt_offset = EE_WC_LOC + (i * sizeof(writecount));
643 kt.kt_offset = EE_WC_LOC;
671 kt.kt_offset = EE_CKSUM_LOC;
691 kt.kt_offset = EE_HWUPDATE_LOC;

Completed in 118 milliseconds