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

  /src/usr.sbin/eeprom/
eehandlers.c 286 u_char truth; local in function:ee_truefalse
295 truth = svp->sv_val;
296 if (doio(ktent, &truth, sizeof(truth), IO_WRITE))
299 if (doio(ktent, &truth, sizeof(truth), IO_READ))
303 if (svp->sv_val == truth)
306 warnx("unknown truth value 0x%x for %s", truth,
eehandlers.c 286 u_char truth; local in function:ee_truefalse
295 truth = svp->sv_val;
296 if (doio(ktent, &truth, sizeof(truth), IO_WRITE))
299 if (doio(ktent, &truth, sizeof(truth), IO_READ))
303 if (svp->sv_val == truth)
306 warnx("unknown truth value 0x%x for %s", truth,

Completed in 21 milliseconds