Home | History | Annotate | Download | only in eeprom

Lines Matching refs:writecount

55 extern	u_short writecount;
619 kt.kt_keyword = "eeprom writecount";
621 kt.kt_offset = EE_WC_LOC + (i * sizeof(writecount));
622 if (doio(&kt, (u_char *)&writecount, sizeof(writecount),
642 kt.kt_keyword = "eeprom writecount";
653 warnx("eeprom writecount mismatch %s",
662 writecount
663 writecount = MAXIMUM(writecount, owritecount[2]);
665 writecount = owritecount[0];