HomeSort by relevance Sort by last modified time
    Searched refs:DosPerfSysCall (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_os2.c 82 APIRET APIENTRY(*DosPerfSysCall) (ULONG ulCommand, ULONG ulParm1, ULONG ulParm2, ULONG ulParm3) = NULL;
98 rc = DosQueryProcAddr(hDoscalls, 976, NULL, (PFN *)&DosPerfSysCall);
101 DosPerfSysCall = NULL;
122 if (DosPerfSysCall) {
125 if (DosPerfSysCall(CMD_KI_RDCNT, (ULONG)&util, 0, 0) == 0) {
130 DosPerfSysCall = NULL;
  /external/openssl/crypto/rand/
rand_os2.c 82 APIRET APIENTRY(*DosPerfSysCall) (ULONG ulCommand, ULONG ulParm1, ULONG ulParm2, ULONG ulParm3) = NULL;
98 rc = DosQueryProcAddr(hDoscalls, 976, NULL, (PFN *)&DosPerfSysCall);
101 DosPerfSysCall = NULL;
122 if (DosPerfSysCall) {
125 if (DosPerfSysCall(CMD_KI_RDCNT, (ULONG)&util, 0, 0) == 0) {
130 DosPerfSysCall = NULL;

Completed in 26 milliseconds