HomeSort by: relevance | last modified time | path
    Searched refs:GetVersionEx (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
arch.cpp 128 // WCE200 ... GetVersionEx
132 BOOL (*getVersionEx)(LPOSVERSIONINFO);
133 getVersionEx = reinterpret_cast <BOOL(*)(LPOSVERSIONINFO)>
134 (_load_func(TEXT("GetVersionEx")));
136 if (getVersionEx) {
137 getVersionEx(&WinCEVersion);
138 DPRINTF((TEXT("GetVersionEx\n")));
140 GetVersionEx(&WinCEVersion);
  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 440 if (!GetVersionEx(&osverinfo)) {
443 TEXT("GetVersionEx() failed"));
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 6327 GetVersionEx(&v);
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 4949 GetVersionEx(&v);

Completed in 23 milliseconds