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

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp146 typedef struct fdrive_t { struct
186 } fdrive_t; typedef in typeref:struct:fdrive_t
190 static void fd_init(fdrive_t *drv, bool fInit)
240 static int fd_sector(fdrive_t *drv)
252 static int fd_seek(fdrive_t *drv, uint8_t head, uint8_t track, uint8_t sect,
295 static void fd_recalibrate(fdrive_t *drv)
417 static void fd_revalidate(fdrive_t *drv)
518 static fdrive_t *get_cur_drv(fdctrl_t *fdctrl);
747 fdrive_t drives[MAX_FD];
851 fdrive_t *cur_dr
[all...]

Completed in 51 milliseconds