Home
last modified time | relevance | path

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

/acpica-latest/source/os_specific/service_layers/
Doswintbl.c172 LONG WinStatus);
210 LONG WinStatus) in WindowsFormatException() argument
214 FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM, NULL, WinStatus, 0, in WindowsFormatException()
428 LONG WinStatus; in WindowsGetTableFromRegistry() local
470 WinStatus = RegOpenKeyEx(HKEY_LOCAL_MACHINE, KeyBuffer, in WindowsGetTableFromRegistry()
473 if (WinStatus != ERROR_SUCCESS) in WindowsGetTableFromRegistry()
503 Signature, KeyBuffer, WindowsFormatException(WinStatus), WinStatus); in WindowsGetTableFromRegistry()
517 WinStatus = RegEnumKey(Handle, i, KeyBuffer, sizeof(KeyBuffer)); in WindowsGetTableFromRegistry()
519 if (WinStatus == ERROR_NO_MORE_ITEMS) in WindowsGetTableFromRegistry()
524 WinStatus = RegOpenKey(Handle, KeyBuffer, &SubKey); in WindowsGetTableFromRegistry()
[all …]