Symbol: IOTIMEDOUT
sys/arch/acorn32/mainbus/fd.c
1121
case IOTIMEDOUT:
sys/arch/arc/jazz/fd.c
937
case IOTIMEDOUT:
sys/arch/atari/dev/hdfd.c
1139
case IOTIMEDOUT:
sys/arch/sparc/dev/fd.c
1686
case IOTIMEDOUT:
sys/arch/sparc64/dev/fdc.c
1871
case IOTIMEDOUT:
sys/arch/sun3/dev/fd.c
1331
OUT_FDC(fdc, NE7CMD_FORMAT, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1332
OUT_FDC(fdc, (head << 2) | fd->sc_drive, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1333
OUT_FDC(fdc, finfo->fd_formb_secshift, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1334
OUT_FDC(fdc, finfo->fd_formb_nsecs, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1335
OUT_FDC(fdc, finfo->fd_formb_gaplen, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1336
OUT_FDC(fdc, finfo->fd_formb_fillbyte, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1339
OUT_FDC(fdc, NE7CMD_READ, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1341
OUT_FDC(fdc, NE7CMD_WRITE, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1342
OUT_FDC(fdc, (head << 2) | fd->sc_drive, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1343
OUT_FDC(fdc, fd->sc_cylin, IOTIMEDOUT); /*track*/
sys/arch/sun3/dev/fd.c
1344
OUT_FDC(fdc, head, IOTIMEDOUT);
sys/arch/sun3/dev/fd.c
1345
OUT_FDC(fdc, sec + 1, IOTIMEDOUT); /*sector+1*/
sys/arch/sun3/dev/fd.c
1346
OUT_FDC(fdc, type->secsize, IOTIMEDOUT);/*sector size*/
sys/arch/sun3/dev/fd.c
1347
OUT_FDC(fdc, type->sectrac, IOTIMEDOUT);/*secs/track*/
sys/arch/sun3/dev/fd.c
1348
OUT_FDC(fdc, type->gap1, IOTIMEDOUT); /*gap1 size*/
sys/arch/sun3/dev/fd.c
1349
OUT_FDC(fdc, type->datalen, IOTIMEDOUT);/*data length*/
sys/arch/sun3/dev/fd.c
1385
case IOTIMEDOUT:
sys/arch/x68k/dev/fd.c
1424
case IOTIMEDOUT:
sys/dev/isa/fd.c
1238
case IOTIMEDOUT: