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

/netbsd-6-1-5-RELEASE/usr.sbin/eeprom/
H A Deehandlers.c158 if (doio(ktent, (u_char *)&t, sizeof(t), IO_WRITE))
188 if (doio(ktent, &num8, sizeof(num8), IO_WRITE))
214 if (doio(ktent, (u_char *)&num16, sizeof(num16), IO_WRITE))
247 if (doio(ktent, &scsize, sizeof(scsize), IO_WRITE))
287 if (doio(ktent, &truth, sizeof(truth), IO_WRITE))
367 if (doio(ktent, (u_char *)&dev[0], sizeof(dev), IO_WRITE))
394 if (doio(ktent, &kbd, sizeof(kbd), IO_WRITE))
428 if (doio(ktent, &cons, sizeof(cons), IO_WRITE))
459 if (doio(ktent, (u_char *)&path[0], sizeof(path), IO_WRITE))
489 sizeof(string), IO_WRITE))
[all...]
H A Ddefs.h44 #define IO_WRITE 1 macro

Completed in 58 milliseconds