Lines Matching defs:doio
60 static int doio(const struct keytabent *, u_char *, ssize_t, int);
170 if (doio(ktent, (u_char *)&hwtime, sizeof(hwtime), IO_WRITE))
173 if (doio(ktent, (u_char *)&hwtime, sizeof(hwtime), IO_READ))
203 if (doio(ktent, &num8, sizeof(num8), IO_WRITE))
206 if (doio(ktent, &num8, sizeof(num8), IO_READ))
227 if (doio(ktent, (u_char *)&num16, sizeof(num16), IO_WRITE))
230 if (doio(ktent, (u_char *)&num16, sizeof(num16), IO_READ))
258 if (doio(ktent, &scsize, sizeof(scsize), IO_WRITE))
261 if (doio(ktent, &scsize, sizeof(scsize), IO_READ))
296 if (doio(ktent, &truth, sizeof(truth), IO_WRITE))
299 if (doio(ktent, &truth, sizeof(truth), IO_READ))
374 if (doio(ktent, (u_char *)&dev[0], sizeof(dev), IO_WRITE))
377 if (doio(ktent, (u_char *)&dev[0], sizeof(dev), IO_READ))
399 if (doio(ktent, &kbd, sizeof(kbd), IO_WRITE))
402 if (doio(ktent, &kbd, sizeof(kbd), IO_READ))
431 if (doio(ktent, &cons, sizeof(cons), IO_WRITE))
434 if (doio(ktent, &cons, sizeof(cons), IO_READ))
460 if (doio(ktent, (u_char *)&path[0], sizeof(path), IO_WRITE))
463 if (doio(ktent, (u_char *)&path[0], sizeof(path), IO_READ))
487 if (doio(ktent, (u_char *)string,
492 if (doio(ktent, (u_char *)string,
497 if (doio(&kt, &enable, sizeof(enable), IO_WRITE))
500 if (doio(ktent, (u_char *)string, sizeof(string), IO_READ))
502 if (doio(&kt, &enable, sizeof(enable), IO_READ))
526 doio(const struct keytabent *ktent, u_char *buf, ssize_t len, int wr)
603 if (doio(&kt, checkme, sizeof(checkme), IO_READ)) {
613 if (doio(&kt, &checksum, sizeof(checksum), IO_WRITE)) {
622 if (doio(&kt, (u_char *)&writecount, sizeof(writecount),
646 if (doio(&kt, (u_char *)&owritecount, sizeof(owritecount), IO_READ)) {
673 if (doio(&kt, ochecksum, sizeof(ochecksum), IO_READ)) {
693 if (doio(&kt, checkme, sizeof(checkme), IO_READ)) {