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

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp2237 static uint8_t command_to_handler[256]; local
2280 pos = command_to_handler[value & 0xff];
2297 pos = command_to_handler[fdctrl->fifo[0] & 0xff];
2869 /* Fill 'command_to_handler' lookup table */
2871 for (j = 0; j < sizeof(command_to_handler); j++)
2873 command_to_handler[j] = ii;

Completed in 53 milliseconds