- Timestamp:
- Feb 11, 2001, 4:12:38 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/test.h
r4811 r5100 1 /* $Id: test.h,v 1. 6 2000-12-16 23:04:51bird Exp $1 /* $Id: test.h,v 1.7 2001-02-11 15:12:38 bird Exp $ 2 2 * 3 3 * Definitions and declarations for test moduls. … … 153 153 PMTE LDRCALL fakeldrValidateMteHandle(HMTE hMTE); 154 154 PSZ SECCALL fakeSecPathFromSFN(SFN hFile); 155 ULONG KRNLCALL fakePGPhysAvail(void); 156 ULONG KRNLCALL fakePGPhysPresent(void); 157 VOID KRNLCALL fakevmRecalcShrBound(ULONG flFlags, PULONG pulSentinelAddress); 158 155 159 void _Optlink fakeg_tkExecPgm(void); /* Not callable! (fakea.asm) */ 156 160 void _Optlink faketkStartProcess(void); /* Not callable! (fakea.asm) */ … … 175 179 extern PMTE fakeprogram_l; 176 180 177 178 181 extern ULONG fakeSMcDFInuse; 182 extern ULONG fakesmFileSize; 183 extern ULONG fakeSMswapping; 184 extern ULONG fakesmcBrokenDF; 185 extern ULONG fakepgPhysPages; 186 extern ULONG fakeSMcInMemFile; 187 extern ULONG fakeSMCFGMinFree; 188 extern ULONG fakesmcGrowFails; 189 extern ULONG fakePGSwapEnabled; 190 extern ULONG fakepgcPageFaults; 191 extern ULONG fakeSMCFGSwapSize; 192 extern ULONG fakepgResidentPages; 193 extern ULONG fakepgSwappablePages; 194 extern ULONG fakepgDiscardableInmem; 195 extern ULONG fakepgDiscardablePages; 196 extern ULONG fakeSMMinFree; 197 extern ULONG fakepgcPageFaultsActive; 198 extern ULONG fakepgPhysMax; 199 extern ULONG fakeVirtualAddressLimit; 200 201 extern VMAH fakeahvmShr; 202 extern VMAH fakeahvmSys; 203 extern VMAH fakeahvmhShr; 179 204 180 205 #endif /* INCL_NO_FAKE */
Note:
See TracChangeset
for help on using the changeset viewer.