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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_os2.c84 APIRET APIENTRY(*DosQuerySysState) (ULONG func, ULONG arg1, ULONG pid, variable
110 (PFN *) & DosQuerySysState);
113 DosQuerySysState = NULL;
146 * DosQuerySysState() gives us a huge quantity of process, thread, memory
149 if (DosQuerySysState) {
155 if (DosQuerySysState(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_os2.c82 APIRET APIENTRY(*DosQuerySysState) (ULONG func, ULONG arg1, ULONG pid, ULONG _res_, PVOID buf, ULONG bufsz) = NULL; variable
100 rc = DosQueryProcAddr(hDoscalls, 368, NULL, (PFN *)&DosQuerySysState);
103 DosQuerySysState = NULL;
129 /* DosQuerySysState() gives us a huge quantity of process, thread, memory & handle stats */
130 if (DosQuerySysState) {
133 if (DosQuerySysState(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_os2.c84 APIRET APIENTRY(*DosQuerySysState) (ULONG func, ULONG arg1, ULONG pid, variable
110 (PFN *) & DosQuerySysState);
113 DosQuerySysState = NULL;
146 * DosQuerySysState() gives us a huge quantity of process, thread, memory
149 if (DosQuerySysState) {
155 if (DosQuerySysState(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) {

Completed in 128 milliseconds