Home
last modified time | relevance | path

Searched refs:bProductName (Results 1 – 1 of 1) sorted by relevance

/reactos/hal/halx86/legacy/
H A Dbussupp.c807 CHAR bProductName[128] = "Unknown device"; in HalpDebugPciDumpBus() local
876 Length = min(Length, sizeof(bProductName) - 1); in HalpDebugPciDumpBus()
877 strncpy(bProductName, ProductName, Length); in HalpDebugPciDumpBus()
878 bProductName[Length] = '\0'; in HalpDebugPciDumpBus()
923 bProductName, in HalpDebugPciDumpBus()