MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / BusTypeString

Function BusTypeString

Ext2Mgr/enumDisk.cpp:279–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279char *BusTypeString(STORAGE_BUS_TYPE BusType)
280{
281 BUSTYPE_LIST *p = BusTypeList;
282
283 while ( p->BusType != (STORAGE_BUS_TYPE)-1 ) {
284 if ( BusType == p->BusType ) {
285 return p->type;
286 }
287 p++;
288 }
289
290 return p->type;
291}
292
293/* Ext2Fsd supported codepages */
294

Callers 4

Ext2DiskInformationFunction · 0.85
Ext2CdromInformationFunction · 0.85
SetDiskMethod · 0.85
SetCdromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected