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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetpagesize.c34 SYSTEM_INFO system_info; local
35 GetSystemInfo (&system_info);
36 return system_info.dwPageSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dgetpagesize.c34 SYSTEM_INFO system_info; local
35 GetSystemInfo (&system_info);
36 return system_info.dwPageSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dplatform.c750 SYSTEM_INFO system_info; local
751 GetSystemInfo ( &system_info );
752 g_pagesize = system_info.dwPageSize;
764 SYSTEM_INFO system_info; local
765 GetSystemInfo ( &system_info );
766 g_regionsize = system_info.dwAllocationGranularity;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_local.h41 int (*system_info)(snd_seq_t *seq, snd_seq_system_info_t * info); member in struct:__anon1512
H A Dseq_hw.c387 .system_info = snd_seq_hw_system_info,
H A Dseq.c1406 return seq->ops->system_info(seq, info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq.c37 void system_info(snd_seq_t *handle) function
207 system_info(handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_unix.c421 system_info sysInfo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c421 system_info sysInfo;

Completed in 102 milliseconds