Changeset 4781 for trunk/src


Ignore:
Timestamp:
Dec 11, 2000, 7:34:45 AM (25 years ago)
Author:
bird
Message:

Added a few new imports and overrides.

Location:
trunk/src/win32k
Files:
2 edited

Legend:

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

    r4714 r4781  
    1 /* $Id: probkrnl.c,v 1.29 2000-12-02 23:28:51 bird Exp $
     1/* $Id: probkrnl.c,v 1.30 2000-12-11 06:34:44 bird Exp $
    22 *
    33 * Description:   Autoprobes the os2krnl file and os2krnl[*].sym files.
     
    104104    {FALSE, -1, 12, "_LDRQAppType",         "@8",  -1,  -1,  -1,  -1, EPT_PROC32},
    105105    {FALSE, -1, 20, "_ldrEnum32bitRelRecs", "@24", -1,  -1,  -1,  -1, EPT_PROC32},
     106    {FALSE, -1, 14, "_ldrFindModule",       "@16", -1,  -1,  -1,  -1, EPT_PROC32},
     107    {FALSE, -1, 21, "_ldrCheckInternalName","@4",  -1,  -1,  -1,  -1, EPT_PROC32},
    106108    {FALSE, -1, 11, "g_tkExecPgm",          "",    -1,  -1,  -1,  -1, EPT_PROC32},
    107109    {FALSE, -1, 15, "_tkStartProcess",      "",    -1,  -1,  -1,  -1, EPT_PROC32},
    108110    {FALSE, -1, 12, "_LDRClearSem",         "@0",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    109111    {FALSE, -1, 21, "_ldrASMpMTEFromHandle","@4",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    110     {FALSE, -1, 14, "_ldrFindModule",       "@16", -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    111112    {FALSE, -1, 21, "_ldrValidateMteHandle","@4",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     113    {FALSE, -1, 13, "_ldrTransPath",        "@4",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     114    {FALSE, -1, 15, "_ldrGetFileName",      "@12", -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     115    {FALSE, -1, 15, "_ldrUCaseString",      "@8",  -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    112116    {FALSE, -1, 11, "_VMAllocMem",          "@36", -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    113117    {FALSE, -1, 10, "_VMFreeMem",           "@12", -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
     
    137141    {FALSE, -1, 11, "ptda_module",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT16},
    138142    {FALSE, -1, 18, "ptda_pBeginLIBPATH",   "",    -1,  -1,  -1,  -1, EPT_VARIMPORT16},
     143    {FALSE, -1, 11, "_LDRLibPath",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     144    {FALSE, -1,  6, "_mte_h",               "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     145    {FALSE, -1,  9, "_global_h",            "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     146    {FALSE, -1,  9, "_global_l",            "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     147    {FALSE, -1, 11, "_specific_h",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     148    {FALSE, -1, 11, "_specific_l",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     149    {FALSE, -1, 10, "_program_h",           "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
     150    {FALSE, -1, 10, "_program_l",           "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
    139151    {FALSE, -1, 14, "SecPathFromSFN",       "",    -1,  -1,  -1,  -1, EPT_PROCIMPORTNR32},
    140152#if 0 /* not used */
     
    145157    {FALSE, -1, 12, "_IOSftReadAt",         "@20", -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    146158    {FALSE, -1, 13, "_IOSftWriteAt",        "@20", -1,  -1,  -1,  -1, EPT_PROCIMPORT32},
    147     {FALSE, -1, 11, "_LDRLibPath",          "",    -1,  -1,  -1,  -1, EPT_VARIMPORT32},
    148159#endif
    149160#if 0/* experimenting...*/
     
    403414 * @param     psz1  String to be search.
    404415 * @param     psz2  Substring to search for.
    405  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     416 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    406417 */
    407418char *kstrstr(const char *psz1, const char *psz2)
     
    513524 * @param     pszTarget  Target string.
    514525 * @param     pszSource  Source string.
    515  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     526 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    516527 */
    517528char * kstrcpy(char * pszTarget, register const char * pszSource)
     
    586597 * @param   sErr  Error code id.
    587598 * @status  completely implemented.
    588  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     599 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    589600 */
    590601const char * GetErrorMsg(short sErr)
     
    616627 * @sketch    Loop thru the table.
    617628 * @status    completely implemented.
    618  * @author    knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     629 * @author    knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    619630 */
    620631int LookupKrnlEntry(unsigned short usBuild, unsigned short fKernel, unsigned char cObjects)
  • trunk/src/win32k/include/probkrnl.h

    r4347 r4781  
    1 /* $Id: probkrnl.h,v 1.16 2000-10-01 02:58:17 bird Exp $
     1/* $Id: probkrnl.h,v 1.17 2000-12-11 06:34:45 bird Exp $
    22 *
    33 * Include file for ProbKrnl.
    44 *
    5  * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     5 * Copyright (c) 1998-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    1616*   Defined Constants And Macros                                               *
    1717*******************************************************************************/
    18 #define NBR_OF_KRNLIMPORTS      40      /* When this is changed make sure to   */
     18#define NBR_OF_KRNLIMPORTS      52      /* When this is changed make sure to   */
    1919                                        /* update the aImportTab in probkrnl.c */
    2020                                        /* and make test faker in test.h and   */
    21                                         /* the appropriate fake.c fakea.asm.   */
     21                                        /* the appropriate fake.c or fakea.asm.*/
    2222#define MAX_LENGTH_NAME         32      /* Max length for the function. */
    2323
Note: See TracChangeset for help on using the changeset viewer.