Changeset 15664


Ignore:
Timestamp:
Feb 11, 2001, 4:14:34 PM (24 years ago)
Author:
bird
Message:

Added new imports (quite a lot).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/win32k/dev16/probkrnl.c

    r15649 r15664  
    1 /* $Id: probkrnl.c,v 1.31 2001-02-10 11:11:42 bird Exp $
     1/* $Id: probkrnl.c,v 1.32 2001-02-11 15:14:34 bird Exp $
    22 *
    33 * Description:   Autoprobes the os2krnl file and os2krnl[*].sym files.
     
    132132    {FALSE, -1,  8, "f_FuBuff",             "",    -1,  -1,  -1,  -1, EPT_PROCIMPORT16},
    133133    {FALSE, -1, 12, "_SftFileSize",         "@8",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     134    {FALSE, -1, 12, "_PGPhysAvail",         "@0",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     135    {FALSE, -1, 14, "_PGPhysPresent",       "@0",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     136    {FALSE, -1, 17, "_vmRecalcShrBound",    "@8",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    134137    {FALSE, -1, 16, "_ldrpFileNameBuf",     "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
    135138    {FALSE, -1,  7, "_LdrSem",              "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     
    150153    {FALSE, -1, 10, "_program_h",           "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
    151154    {FALSE, -1, 10, "_program_l",           "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     155    {FALSE, -1, 11, "_SMcDFInuse",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     156    {FALSE, -1, 11, "_smFileSize",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     157    {FALSE, -1, 11, "_SMswapping",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     158    {FALSE, -1, 12, "_smcBrokenDF",         "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     159    {FALSE, -1, 12, "_pgPhysPages",         "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     160    {FALSE, -1, 13, "_SMcInMemFile",        "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     161    {FALSE, -1, 13, "_SMCFGMinFree",        "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     162    {FALSE, -1, 13, "_smcGrowFails",        "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     163    {FALSE, -1, 14, "_PGSwapEnabled",       "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     164    {FALSE, -1, 14, "_pgcPageFaults",       "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     165    {FALSE, -1, 14, "_SMCFGSwapSize",       "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     166    {FALSE, -1, 16, "_pgResidentPages",     "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     167    {FALSE, -1, 17, "_pgSwappablePages",    "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     168    {FALSE, -1,  8, "_ahvmShr",             "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     169    {FALSE, -1,  8, "_ahvmSys",             "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     170    {FALSE, -1, 19, "_pgDiscardableInmem",  "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     171    {FALSE, -1, 19, "_pgDiscardablePages",  "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     172    {FALSE, -1, 10, "_SMMinFree",           "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     173    {FALSE, -1, 20, "_pgcPageFaultsActive", "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     174    {FALSE, -1, 10, "_pgPhysMax",           "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     175    {FALSE, -1,  9, "_ahvmhShr",            "",    -1,  -1,  -1,  -1, EPT_VARIMPORTNR32},
     176    {FALSE, -1, 20, "_VirtualAddressLimit", "",    -1,  -1,  -1,  -1, EPT_VARIMPORTNR32},
    152177    {FALSE, -1, 14, "SecPathFromSFN",       "",    -1,  -1,  -1,  -1, EPT_PROCIMPORTNR32},
    153178#if 0 /* not used */
     
    163188#endif
    164189};
     190
    165191
    166192/**
     
    831857        aImportTab[i].fFound = 0;
    832858        #ifdef DEBUG
     859        aImportTab[i].iObject = 0;
    833860        aImportTab[i].offObject = 0;
    834861        aImportTab[i].ulAddress = 0;
Note: See TracChangeset for help on using the changeset viewer.