Home
last modified time | relevance | path

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

/reactos/drivers/bus/acpi/
H A Dmain.c481 LPWSTR ProcessorIdentifier = NULL; in GetProcessorInformation() local
523 if (ProcessorIdentifier == NULL) in GetProcessorInformation()
534 ProcessorIdentifier, in GetProcessorInformation()
610 for (i = 0; i < wcslen(ProcessorIdentifier); i++) in GetProcessorInformation()
612 if (ProcessorIdentifier[i] == L' ') in GetProcessorInformation()
613 ProcessorIdentifier[i] = L'_'; in GetProcessorInformation()
616 Ptr = wcsstr(ProcessorIdentifier, L"Stepping"); in GetProcessorInformation()
623 Ptr = wcsstr(ProcessorIdentifier, L"Model"); in GetProcessorInformation()
630 Ptr = wcsstr(ProcessorIdentifier, L"Family"); in GetProcessorInformation()
696 if (ProcessorIdentifier != NULL) in GetProcessorInformation()
[all …]