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

/netbsd-current/usr.sbin/eeprom/
H A Ddefs.h44 #define IO_WRITE 1 macro
H A Deehandlers.c170 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))
[all...]

Completed in 134 milliseconds