Home | History | Annotate | Download | only in eeprom

Lines Matching refs:IO_WRITE

170 		if (doio(ktent, (u_char *)&hwtime, sizeof(hwtime), IO_WRITE))
203 if (doio(ktent, &num8, sizeof(num8), IO_WRITE))
227 if (doio(ktent, (u_char *)&num16, sizeof(num16), IO_WRITE))
258 if (doio(ktent, &scsize, sizeof(scsize), IO_WRITE))
296 if (doio(ktent, &truth, sizeof(truth), IO_WRITE))
374 if (doio(ktent, (u_char *)&dev[0], sizeof(dev), IO_WRITE))
399 if (doio(ktent, &kbd, sizeof(kbd), IO_WRITE))
431 if (doio(ktent, &cons, sizeof(cons), IO_WRITE))
460 if (doio(ktent, (u_char *)&path[0], sizeof(path), IO_WRITE))
488 sizeof(string), IO_WRITE))
497 if (doio(&kt, &enable, sizeof(enable), IO_WRITE))
537 fd = open(path_eeprom, wr == IO_WRITE ? O_RDWR : O_RDONLY, 0640);
558 if (wr == IO_WRITE) {
613 if (doio(&kt, &checksum, sizeof(checksum), IO_WRITE)) {
623 IO_WRITE)) {