HomeSort by: relevance | last modified time | path
    Searched refs:writecount (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/eeprom/
main.c 74 u_short writecount; variable
168 ++writecount;
eehandlers.c 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 = MAXIMUM(owritecount[0], owritecount[1]);
663 writecount = MAXIMUM(writecount, owritecount[2])
    [all...]
  /src/external/bsd/ipf/dist/ipsd/
ipsd.c 229 void detecthits(fd, writecount)
230 int fd, writecount;
237 if (hits > writecount) {

Completed in 26 milliseconds