Searched refs:vendorId (Results 1 – 7 of 7) sorted by relevance
/reactos/drivers/storage/class/cdrom/ |
H A D | autorun.c | 2228 PUCHAR vendorId = NULL; in _IRQL_requires_max_() local 2255 vendorId = NULL; in _IRQL_requires_max_() 2259 vendorId = (PUCHAR) deviceDescriptor + deviceDescriptor->VendorIdOffset; in _IRQL_requires_max_() 2260 length = strlen((LPCSTR)vendorId); in _IRQL_requires_max_() 2303 if (vendorId != NULL) in _IRQL_requires_max_() 2306 vendorId, in _IRQL_requires_max_() 2307 strlen((LPCSTR)vendorId)); in _IRQL_requires_max_() 2308 offset += strlen((LPCSTR)vendorId); in _IRQL_requires_max_()
|
H A D | init.c | 1227 PUCHAR vendorId; in _IRQL_requires_max_() local 1251 vendorId = ((PUCHAR)deviceDescriptor); in _IRQL_requires_max_() 1252 vendorId += deviceDescriptor->VendorIdOffset; in _IRQL_requires_max_() 1256 vendorId = nullString; in _IRQL_requires_max_() 1286 if (StringsAreMatched(DeviceList->VendorId, (LPSTR)vendorId) && in _IRQL_requires_max_() 1294 (LPCSTR)vendorId, (LPCSTR)productId, (LPCSTR)productRevision)); in _IRQL_requires_max_()
|
/reactos/drivers/storage/class/classpnp/ |
H A D | autorun.c | 2784 PUCHAR vendorId; in ClasspIsMediaChangeDisabledDueToHardwareLimitation() local 2805 vendorId = NULL; in ClasspIsMediaChangeDisabledDueToHardwareLimitation() 2807 vendorId = (PUCHAR) deviceDescriptor + deviceDescriptor->VendorIdOffset; in ClasspIsMediaChangeDisabledDueToHardwareLimitation() 2808 length = (ULONG)strlen((PCSZ)vendorId); in ClasspIsMediaChangeDisabledDueToHardwareLimitation() 2847 if (vendorId != NULL) { in ClasspIsMediaChangeDisabledDueToHardwareLimitation() 2849 vendorId, in ClasspIsMediaChangeDisabledDueToHardwareLimitation() 2850 strlen((PCSZ)vendorId)); in ClasspIsMediaChangeDisabledDueToHardwareLimitation() 2851 offset += (ULONG)strlen((PCSZ)vendorId); in ClasspIsMediaChangeDisabledDueToHardwareLimitation()
|
H A D | utils.c | 319 PUCHAR vendorId; in _IRQL_requires_max_() local 343 vendorId = ((PUCHAR)deviceDescriptor); in _IRQL_requires_max_() 344 vendorId += deviceDescriptor->VendorIdOffset; in _IRQL_requires_max_() 346 vendorId = nullString; in _IRQL_requires_max_() 371 if (ClasspMyStringMatches(DeviceList->VendorId, (PCHAR)vendorId) && in _IRQL_requires_max_() 378 (PCSZ)vendorId, (PCSZ)productId, (PCSZ)productRevision)); in _IRQL_requires_max_()
|
/reactos/drivers/storage/ide/atapi/ |
H A D | atapi.c | 1386 UCHAR vendorId[26]; in AtapiHwInitialize() local 1398 vendorId[j] = ((PUCHAR)deviceExtension->IdentifyData[i].ModelNumber)[j + 1]; in AtapiHwInitialize() 1399 vendorId[j+1] = ((PUCHAR)deviceExtension->IdentifyData[i].ModelNumber)[j]; in AtapiHwInitialize() 1402 if (!AtapiStringCmp ((PCHAR)vendorId, "CD-ROM CDR", 11)) { in AtapiHwInitialize() 1408 if (vendorId[12] == 'C') { in AtapiHwInitialize()
|
/reactos/drivers/storage/class/disk/ |
H A D | disk.c | 732 …PCCHAR vendorId = (PCCHAR) fdoExtension->DeviceDescriptor + fdoExtension->DeviceDescriptor->Vendor… in DiskDetermineMediaTypes() local 743 vendorId, in DiskDetermineMediaTypes() 758 if (strncmp(mediaListEntry->VendorId,vendorId,strlen(mediaListEntry->VendorId))) { in DiskDetermineMediaTypes() 778 if (strncmp(mediaListEntry->VendorId,vendorId,strlen(mediaListEntry->VendorId))) { in DiskDetermineMediaTypes() 898 vendorId, in DiskDetermineMediaTypes()
|
/reactos/drivers/storage/ide/uniata/ |
H A D | id_ata.cpp | 3566 CCHAR vendorId[26]; in AtapiHwInitialize__() local 3574 MOV_DW_SWP(vendorId[j], ((PUCHAR)LunExt->IdentifyData.ModelNumber)[j]); in AtapiHwInitialize__() 3577 if (!AtapiStringCmp (vendorId, "CD-ROM CDR", 11)) { in AtapiHwInitialize__() 3580 if (vendorId[12] == 'C') { in AtapiHwInitialize__() 9563 CCHAR vendorId[26]; local 9566 for (j = 0; j < sizeof(vendorId); j += 2) 9569 MOV_DW_SWP(vendorId[j], ((PUCHAR)LunExt->IdentifyData.ModelNumber)[j]); 9574 if (!AtapiStringCmp(vendorId, "THOMSON-DVD", 11) || 9575 !AtapiStringCmp(vendorId, "PHILIPS XBOX DVD DRIVE", 22) || 9576 !AtapiStringCmp(vendorId, "PHILIPS J5 3235C", 16) || [all …]
|