Searched defs:FLOPPY_ERROR (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp88 #define FLOPPY_ERROR(fmt, args...) \ macro
91 # define FLOPPY_ERROR RTLogPrintf macro
278 FLOPPY_ERROR("no implicit seek %d %02x %02x (max=%d %02x %02x)\n",
1152 FLOPPY_ERROR("unimplemented command 0x%02x\n", fdctrl->fifo[0]);
1340 FLOPPY_ERROR("dma_mode=%d direction=%d\n", dma_mode, direction);
1446 FLOPPY_ERROR("dma_mode=%d direction=%d\n", dma_mode, fdctrl->data_dir);
1460 FLOPPY_ERROR("fdctrl_start_transfer_del() unimplemented\n");
1639 FLOPPY_ERROR("writing sector %d\n", fd_sector(cur_drv));
1667 FLOPPY_ERROR("formatting sector %d\n", fd_sector(cur_drv));
1740 FLOPPY_ERROR("controlle
[all...]

Completed in 51 milliseconds