Searched refs:DosPerfSysCall (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_os2.c81 APIRET APIENTRY(*DosPerfSysCall) (ULONG ulCommand, ULONG ulParm1, variable
101 (PFN *) & DosPerfSysCall);
104 DosPerfSysCall = NULL;
129 if (DosPerfSysCall) {
132 if (DosPerfSysCall(CMD_KI_RDCNT, (ULONG) & util, 0, 0) == 0) {
135 DosPerfSysCall = NULL;

Completed in 81 milliseconds