Searched refs:g_apszATACmdNames (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDebug.cpp28 static const char * const g_apszATACmdNames[256] = variable
897 AssertCompile(RT_ELEMENTS(g_apszATACmdNames) == (1 << (8*sizeof(uCmd))));
898 return g_apszATACmdNames[uCmd];

Completed in 43 milliseconds