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

/vbox/src/VBox/Devices/Storage/
H A DDebug.cpp291 static const char * const g_apszSCSICmdNames[256] = variable
907 AssertCompile(RT_ELEMENTS(g_apszSCSICmdNames) == (1 << (8*sizeof(uCmd))));
908 return g_apszSCSICmdNames[uCmd];

Completed in 64 milliseconds