HomeSort by: relevance | last modified time | path
    Searched defs:fd_error (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
fd.c 127 static const char *fd_error = NULL; /* error from fd_xfer_ok() */ variable in typeref:typename:const char *
984 if (fd_error != NULL) {
985 printf("Floppy error: %s\n", fd_error);
986 fd_error = NULL;
1066 fd_error = "Timeout";
1075 fd_error = "DMA error";
1083 fd_error = "Read error";
1095 fd_error = "DMA error";
1103 fd_error = "Write protected";
1107 fd_error = "Write error"
    [all...]
fd.c 127 static const char *fd_error = NULL; /* error from fd_xfer_ok() */ variable in typeref:typename:const char *
984 if (fd_error != NULL) {
985 printf("Floppy error: %s\n", fd_error);
986 fd_error = NULL;
1066 fd_error = "Timeout";
1075 fd_error = "DMA error";
1083 fd_error = "Read error";
1095 fd_error = "DMA error";
1103 fd_error = "Write protected";
1107 fd_error = "Write error"
    [all...]

Completed in 26 milliseconds