Symbol: doio
bin/csh/sem.c
363
doio(t, pipein, pipeout);
bin/csh/sem.c
58
static void doio(struct command *t, int *, int *);
sys/arch/acorn32/mainbus/fd.c
1004
doio:
sys/arch/acorn32/mainbus/fd.c
1119
goto doio;
sys/arch/acorn32/mainbus/fd.c
978
goto doio;
sys/arch/arc/jazz/fd.c
841
goto doio;
sys/arch/arc/jazz/fd.c
861
doio:
sys/arch/arc/jazz/fd.c
935
goto doio;
sys/arch/atari/dev/hdfd.c
1014
goto doio;
sys/arch/atari/dev/hdfd.c
1036
doio:
sys/arch/atari/dev/hdfd.c
1137
goto doio;
sys/arch/sparc/dev/fd.c
1521
goto doio;
sys/arch/sparc/dev/fd.c
1525
goto doio;
sys/arch/sparc/dev/fd.c
1586
doio:
sys/arch/sparc/dev/fd.c
1684
goto doio;
sys/arch/sparc64/dev/fdc.c
1704
goto doio;
sys/arch/sparc64/dev/fdc.c
1708
goto doio;
sys/arch/sparc64/dev/fdc.c
1769
doio:
sys/arch/sparc64/dev/fdc.c
1869
goto doio;
sys/arch/sun3/dev/fd.c
1244
goto doio;
sys/arch/sun3/dev/fd.c
1248
goto doio;
sys/arch/sun3/dev/fd.c
1272
doio:
sys/arch/sun3/dev/fd.c
1383
goto doio;
sys/arch/x68k/dev/fd.c
1183
goto doio;
sys/arch/x68k/dev/fd.c
1203
doio:
sys/arch/x68k/dev/fd.c
1422
goto doio;
sys/dev/isa/fd.c
1123
goto doio;
sys/dev/isa/fd.c
1143
doio:
sys/dev/isa/fd.c
1236
goto doio;
usr.sbin/eeprom/eehandlers.c
170
if (doio(ktent, (u_char *)&hwtime, sizeof(hwtime), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
173
if (doio(ktent, (u_char *)&hwtime, sizeof(hwtime), IO_READ))
usr.sbin/eeprom/eehandlers.c
203
if (doio(ktent, &num8, sizeof(num8), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
206
if (doio(ktent, &num8, sizeof(num8), IO_READ))
usr.sbin/eeprom/eehandlers.c
227
if (doio(ktent, (u_char *)&num16, sizeof(num16), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
230
if (doio(ktent, (u_char *)&num16, sizeof(num16), IO_READ))
usr.sbin/eeprom/eehandlers.c
258
if (doio(ktent, &scsize, sizeof(scsize), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
261
if (doio(ktent, &scsize, sizeof(scsize), IO_READ))
usr.sbin/eeprom/eehandlers.c
296
if (doio(ktent, &truth, sizeof(truth), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
299
if (doio(ktent, &truth, sizeof(truth), IO_READ))
usr.sbin/eeprom/eehandlers.c
374
if (doio(ktent, (u_char *)&dev[0], sizeof(dev), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
377
if (doio(ktent, (u_char *)&dev[0], sizeof(dev), IO_READ))
usr.sbin/eeprom/eehandlers.c
399
if (doio(ktent, &kbd, sizeof(kbd), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
402
if (doio(ktent, &kbd, sizeof(kbd), IO_READ))
usr.sbin/eeprom/eehandlers.c
431
if (doio(ktent, &cons, sizeof(cons), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
434
if (doio(ktent, &cons, sizeof(cons), IO_READ))
usr.sbin/eeprom/eehandlers.c
460
if (doio(ktent, (u_char *)&path[0], sizeof(path), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
463
if (doio(ktent, (u_char *)&path[0], sizeof(path), IO_READ))
usr.sbin/eeprom/eehandlers.c
487
if (doio(ktent, (u_char *)string,
usr.sbin/eeprom/eehandlers.c
492
if (doio(ktent, (u_char *)string,
usr.sbin/eeprom/eehandlers.c
497
if (doio(&kt, &enable, sizeof(enable), IO_WRITE))
usr.sbin/eeprom/eehandlers.c
500
if (doio(ktent, (u_char *)string, sizeof(string), IO_READ))
usr.sbin/eeprom/eehandlers.c
502
if (doio(&kt, &enable, sizeof(enable), IO_READ))
usr.sbin/eeprom/eehandlers.c
60
static int doio(const struct keytabent *, u_char *, ssize_t, int);
usr.sbin/eeprom/eehandlers.c
603
if (doio(&kt, checkme, sizeof(checkme), IO_READ)) {
usr.sbin/eeprom/eehandlers.c
613
if (doio(&kt, &checksum, sizeof(checksum), IO_WRITE)) {
usr.sbin/eeprom/eehandlers.c
622
if (doio(&kt, (u_char *)&writecount, sizeof(writecount),
usr.sbin/eeprom/eehandlers.c
646
if (doio(&kt, (u_char *)&owritecount, sizeof(owritecount), IO_READ)) {
usr.sbin/eeprom/eehandlers.c
673
if (doio(&kt, ochecksum, sizeof(ochecksum), IO_READ)) {
usr.sbin/eeprom/eehandlers.c
693
if (doio(&kt, checkme, sizeof(checkme), IO_READ)) {