亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? prjconfig.c

?? 基于嵌入式實(shí)時(shí)開(kāi)發(fā)系統(tǒng)Tornado 2的工具使用內(nèi)部培訓(xùn)資料
?? C
字號(hào):
/* prjConfig.c - dynamicaly generated configuration file *//*GENERATED: Thu Jul 08 09:57:06 Pacific Daylight Time 1999DO NOT EDIT - file is regenerated whenever the project changes.This file contains the non-BSP system initialization codefor Create a bootable VxWorks image (custom configured).*//* includes */#include "vxWorks.h"#include "config.h"#include "bsdSockLib.h"#include "bufLib.h"#include "cacheLib.h"#include "configNet.h"#include "drv/wdb/wdbEndPktDrv.h"#include "drv/wdb/wdbVioDrv.h"#include "end.h"#include "envLib.h"#include "excLib.h"#include "fioLib.h"#include "hashLib.h"#include "hostLib.h"#include "intLib.h"#include "ioLib.h"#include "iosLib.h"#include "ipProto.h"#include "logLib.h"#include "math.h"#include "memLib.h"#include "moduleLib.h"#include "msgQLib.h"#include "muxLib.h"#include "netBufLib.h"#include "netDrv.h"#include "netLib.h"#include "netinet/if_ether.h"#include "pingLib.h"#include "pipeDrv.h"#include "private/cplusLibP.h"#include "private/ftpLibP.h"#include "private/funcBindP.h"#include "private/kernelLibP.h"#include "private/seqDrvP.h"#include "private/taskLibP.h"#include "private/trgLibP.h"#include "private/vmLibP.h"#include "private/workQLibP.h"#include "private/wvFileUploadPathLibP.h"#include "private/wvSockUploadPathLibP.h"#include "private/wvTsfsUploadPathLibP.h"#include "private/wvUploadPathP.h"#include "qPriBMapLib.h"#include "rBuffLib.h"#include "rebootLib.h"#include "remLib.h"#include "selectLib.h"#include "semLib.h"#include "sigLib.h"#include "sioLib.h"#include "stdio.h"#include "string.h"#include "symLib.h"#include "sys/socket.h"#include "sysLib.h"#include "taskHookLib.h"#include "taskLib.h"#include "taskVarLib.h"#include "tickLib.h"#include "timexLib.h"#include "trgLib.h"#include "ttyLib.h"#include "usrConfig.h"#include "version.h"#include "vxLib.h"#include "wdLib.h"#include "wdb/wdb.h"#include "wdb/wdbBpLib.h"#include "wdb/wdbCommIfLib.h"#include "wdb/wdbLib.h"#include "wdb/wdbLibP.h"#include "wdb/wdbMbufLib.h"#include "wdb/wdbRpcLib.h"#include "wdb/wdbRtIfLib.h"#include "wdb/wdbSvcLib.h"#include "wdb/wdbUdpLib.h"#include "wdb/wdbVioLib.h"#include "wvLib.h"#include "wvTmrLib.h"/* imports */IMPORT char etext [];                   /* defined by loader */IMPORT char end [];                     /* defined by loader */IMPORT char edata [];                   /* defined by loader *//* configlettes */#include "sysComms.c"#include "net/usrBootLine.c"#include "net/usrBsdSocket.c"#include "net/usrConfigIf.c"#include "net/usrEndLib.c"#include "net/usrNetBoot.c"#include "net/usrNetBootUtil.c"#include "net/usrNetBsd.c"#include "net/usrNetBsdBoot.c"#include "net/usrNetEndBoot.c"#include "net/usrNetIcmp.c"#include "net/usrNetIpLib.c"#include "net/usrNetLib.c"#include "net/usrNetLoopbackStart.c"#include "net/usrNetRemoteCfg.c"#include "net/usrTcp.c"#include "net/usrUdp.c"#include "sysClkInit.c"#include "usrBreakpoint.c"#include "usrCache.c"#include "usrKernel.c"#include "usrSerial.c"#include "usrStartup.c"#include "usrWdbBanner.c"#include "usrWdbBp.c"#include "usrWdbCore.c"#include "usrWdbSys.c"#include "usrWdbTask.c"#include "usrWindview.c"#include "usrWvFileUploadPath.c"#include "usrWvSockUploadPath.c"#include "usrWvTsfsUploadPath.c"#include "wdbEnd.c"/******************************************************************************** usrInit - pre-kernel initialization*/void usrInit (int startType)    {    sysStart (startType);               /* clear BSS and set up the vector table base address. */    cacheLibInit (USER_I_CACHE_MODE, USER_D_CACHE_MODE); /* include cache support */    excVecInit ();                      /* exception handling */    sysHwInit ();                       /* call the BSPs sysHwInit routine during system startup */    usrCacheEnable ();                  /* optionally enable caches */    wvLibInit ();                       /* low-level kernel instrumentation needed by windview */    usrKernelInit ();                   /* context switch and interrupt handling. DO NOT REMOVE. */    }/******************************************************************************** usrNetProtoInit - Initialize the network protocol stacks*/void usrNetProtoInit (void)    {    usrBsdSockLibInit();                /* BSD Socket Support */    hostTblInit();                      /* Host Table Support */    usrIpLibInit();                     /* BSD 4.4 IPv4 */    udpLibInit (&udpCfgParams);         /* BSD 4.4. UDPv4 */    tcpLibInit (&tcpCfgParams);         /* BSD 4.4 TCPv4 */    icmpLibInit (&icmpCfgParams);       /* BSD 4.4 ICMPv4 */    igmpLibInit();                      /* BSD 4.4 IGMPv4 */    netLibInit();                       /* creates the network task that runs low-level 			network interface routines in a task context */    netShowInit();                      /* Initialize the Network show facility */    }/******************************************************************************** usrNetworkAddrInit - Initialize the network address for a device*/void usrNetworkAddrInit (void)    {    usrDhcpcLeaseClean ();              /* Deletes DHCP time values from address field */    }/******************************************************************************** usrNetworkDevStart - Attach and configure a network device*/void usrNetworkDevStart (void)    {    usrNetEndDevStart (pDevName, uNum, pTgtName,                                               pAddrString, netmask); /* Uses boot parameters to start an END driver */    usrNetBsdDevStart (pDevName, uNum, pTgtName,                                               pAddrString, netDevBootFlag); /* Uses boot parameters to start a BSD driver */    usrNetLoopbackStart ();             /* loopback interface for routining to localhost */    }/******************************************************************************** usrNetworkBoot - Setup a network device using the boot parameters*/void usrNetworkBoot (void)    {    usrNetBoot ();                      /* Reads the enet address from the bootline parameters */    usrNetworkAddrInit ();              /* Initialize the network address for a device */    usrNetmaskGet ();                   /* Extracts netmask value from address field */    usrNetDevNameGet ();                /* Gets name from "other" field if booting from disk */    usrNetworkDevStart ();              /* Attach and configure a network device */    }/******************************************************************************** usrNetRemoteInit - */void usrNetRemoteInit (void)    {    usrNetHostSetup ();                 /* Route creation and hostname setup */    usrNetRemoteCreate ();              /* Allows access to file system on boot host */    }/******************************************************************************** usrNetAppInit - */void usrNetAppInit (void)    {    pingLibInit();                      /* ICMP (ping) client */    }/******************************************************************************** usrNetworkInit - Initialize the network subsystem*/void usrNetworkInit (void)    {                                        /* network buffer creation and device support */    usrNetProtoInit ();                 /* Initialize the network protocol stacks */    muxLibInit ();                      /* network driver to protocol multiplexer */    usrEndLibInit();                    /* Support for network devices using MUX/END interface */                                        /* This should always be included for backward compatibility */    usrNetworkBoot ();                  /* Setup a network device using the boot parameters */    usrNetRemoteInit ();                /* initialize network remote I/O access */    usrNetAppInit ();                   /* initialize network application protocols */    }/******************************************************************************** usrWdbInit - the WDB target agent*/void usrWdbInit (void)    {    wdbConfig ();                       /* software agent to support the tornado tools */    wdbMemLibInit ();                   /* read/write target memory */    wdbSysModeInit ();                  /* A breakpoint stops the entire operating system. */    wdbTaskModeInit ();                 /* A breakpoint stops one task, while others keep running. */    wdbEventLibInit ();                 /* asynchronous event handling needed for breakpoints etc. */    wdbEvtptLibInit ();                 /* support library for breakpoints and other asynchonous events. */    wdbDirectCallLibInit ();            /* call arbitrary functions directly from WDB */    wdbCtxLibInit ();                   /* create/delete/manipulate tasks */    wdbRegsLibInit ();                  /* get/set registers */    wdbGopherLibInit ();                /* information gathering language used by many tools */    wdbCtxExitLibInit ();               /* ability to notify the host when a task exits */    wdbExcLibInit ();                   /* notify the host when an exception occurs */    wdbFuncCallLibInit ();              /* asynchronous function calls */    wdbVioLibInit ();                   /* low-level virtual I/O handling */    wdbVioDrv ("/vio");                 /* vxWorks driver for accessing virtual I/O */    usrWdbBp ();                        /* core breakpoint library */    wdbTaskBpLibInit ();                /* task-mode breakpoint library */    wdbCtxStartLibInit ();              /* ability to notify the host when a task starts */    wdbUserEvtLibInit ();               /* ability to send user events to the host */    usrWdbBanner ();                    /* print banner to console after the agent is initialized */    }/******************************************************************************** usrWindviewInit - */void usrWindviewInit (void)    {    windviewConfig ();                  /* initialize and control event logging */    wvTmrRegister ((UINTFUNCPTR) seqStamp,					(UINTFUNCPTR) seqStampLock,					(FUNCPTR)     seqEnable,					(FUNCPTR)     seqDisable,					(FUNCPTR)     seqConnect,					(UINTFUNCPTR) seqPeriod,					(UINTFUNCPTR) seqFreq); /* no timestamping */    rBuffLibInit ();                    /* windview 2.0 ring of buffers for event logging  */    wdbTsfsDrv ("/tgtsvr");             /* virtual file system based on the WDB agent */    usrWvSockUploadPathInit ();         /* initialize path for the upload through TCP/IP sockets  */    usrWvTsfsUploadPathInit ();         /* initialize path for the upload through TSFS socket  */    usrWvFileUploadPathInit ();         /* initialize path for the upload to file  */    }/******************************************************************************** usrShowInit - enable object show routines*/void usrShowInit (void)    {    taskShowInit ();                    /* task show routine */    msgQShowInit ();                    /* message queue show routine */    }/******************************************************************************** usrToolsInit - software development tools*/void usrToolsInit (void)    {    timexInit ();                       /* utility to measure function execution time */    moduleLibInit ();                   /* support library for the target-based loader. */    trgInit ();                         /* triggering for system and user events */    usrWdbInit ();                      /* the WDB target agent */    usrWindviewInit ();                 /* usrWindviewInit */    usrShowInit ();                     /* enable object show routines */    }/******************************************************************************** usrKernelCoreInit - core kernel facilities*/void usrKernelCoreInit (void)    {    semBLibInit ();                     /* binary semaphores */    semMLibInit ();                     /* mutex semaphores */    semCLibInit ();                     /* counting semaphores */    msgQLibInit ();                     /* message queues */    wdLibInit ();                       /* watchdog timers */    taskHookInit ();                    /* user callouts on task creation/deletion/context switch */    }/******************************************************************************** usrKernelExtraInit - extended kernel facilities*/void usrKernelExtraInit (void)    {    hashLibInit ();                     /* hash library */    symLibInit ();                      /* symbol table */    envLibInit (ENV_VAR_USE_HOOKS);     /* environment variables */    sigInit ();                         /* signals */    }/******************************************************************************** usrIosCoreInit - core I/O system*/void usrIosCoreInit (void)    {    usrBootLineParse (BOOT_LINE_ADRS);  /* parse some boot device configuration info  */    iosInit (NUM_DRIVERS, NUM_FILES, "/null"); /* IO system */    ttyDrv ();                          /* terminal driver */    usrSerialInit ();                   /* SIO component */    }/******************************************************************************** usrIosExtraInit - extended I/O system*/void usrIosExtraInit (void)    {    excInit ();                         /* miscellaneous support task */    logInit (consoleFd, MAX_LOG_MSGS);  /* message logging */    pipeDrv ();                         /* pipes */    stdioInit ();                       /* buffered IO library */    fioLibInit ();                      /* formatting for printf, scanf, etc. */    floatInit ();                       /* allow printf and others to format floats correctly */    {extern int ntPassFsInit(); extern int ntPassFsDevInit(); ntPassFsInit(1); ntPassFsDevInit("host:");} /* direct access to host filesystem */    }/******************************************************************************** usrRoot - entry point for post-kernel initialization*/void usrRoot (char *pMemPoolStart, unsigned memPoolSize)    {    usrKernelCoreInit ();               /* core kernel facilities */    memPartLibInit (pMemPoolStart, memPoolSize); /* core memory partition manager */    memInit (pMemPoolStart, memPoolSize); /* full featured memory allocator */    sysClkInit ();                      /* System clock component */    usrIosCoreInit ();                  /* core I/O system */    usrKernelExtraInit ();              /* extended kernel facilities */    usrIosExtraInit ();                 /* extended I/O system */    usrNetworkInit ();                  /* Initialize the network subsystem */    selectInit ();                      /* select */    usrToolsInit ();                    /* software development tools */    cplusLibInit ();                    /* C++ runtime support */    usrAppInit ();                      /* call usrAppInit() (in your usrAppInit.c project file) after startup. */    }

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美色图小说| 国产精品久久久久aaaa樱花| 粉嫩av一区二区三区在线播放 | 久久精品99国产国产精| 国产精品天干天干在观线| 欧美日韩在线亚洲一区蜜芽| 国产麻豆视频精品| 日本视频中文字幕一区二区三区| 国产精品久久久久久久久搜平片| 欧美一级日韩不卡播放免费| 99综合电影在线视频| 国内欧美视频一区二区| 亚洲一级不卡视频| 国产精品国产精品国产专区不蜜 | 国产欧美一区二区在线| 欧美视频一区在线观看| 成人午夜伦理影院| 久久99久久精品| 婷婷久久综合九色综合伊人色| 国产精品美女久久久久aⅴ| 精品粉嫩超白一线天av| 欧美电影影音先锋| 欧美亚洲国产一区二区三区| 国产盗摄女厕一区二区三区| 久热成人在线视频| 日韩中文字幕亚洲一区二区va在线 | 91精品福利视频| 97久久超碰国产精品| 国产69精品久久99不卡| 国模无码大尺度一区二区三区| 午夜伦理一区二区| 亚洲成人先锋电影| 一区二区免费视频| 亚洲自拍与偷拍| 亚洲自拍欧美精品| 亚洲一卡二卡三卡四卡| 一区二区在线观看免费| 亚洲欧美日韩国产手机在线| 日韩美女精品在线| 亚洲欧美日韩人成在线播放| 亚洲欧美在线高清| 成人欧美一区二区三区黑人麻豆| 日韩一区在线播放| 亚洲少妇最新在线视频| 亚洲精品视频一区| 一区二区三区不卡在线观看| 亚洲自拍偷拍九九九| 亚洲国产欧美在线| 五月天一区二区三区| 日日欢夜夜爽一区| 韩国视频一区二区| 国产99久久久国产精品潘金 | 亚洲三级在线免费观看| 自拍偷拍亚洲激情| 一区二区三区不卡视频在线观看| 亚洲自拍偷拍综合| 日韩激情av在线| 久久99热这里只有精品| 国产精品综合一区二区三区| 粉嫩嫩av羞羞动漫久久久| 99精品偷自拍| 欧美日韩午夜影院| 日韩欧美专区在线| 欧美精品一区二区三区蜜桃| 国产午夜精品一区二区| 《视频一区视频二区| 亚洲一区二区三区四区五区黄| 日韩中文字幕区一区有砖一区| 久久成人免费网| 国产精品一区二区x88av| 99久久精品免费| 欧美日韩1区2区| 久久夜色精品国产欧美乱极品| 国产精品青草久久| 亚洲一区二区三区国产| 久久91精品国产91久久小草| 菠萝蜜视频在线观看一区| 欧美亚洲国产一区在线观看网站 | 亚洲人吸女人奶水| 日韩成人免费看| 精品av久久707| 亚洲国产精品成人综合 | 欧美日韩午夜在线视频| www国产亚洲精品久久麻豆| ㊣最新国产の精品bt伙计久久| 午夜成人在线视频| 成人免费视频网站在线观看| 欧美日韩高清一区二区| 国产欧美一区二区三区沐欲| 亚洲午夜视频在线| 国产成人av网站| 欧美精品777| 中文字幕一区二区三区在线观看| 午夜精品久久久久久久99水蜜桃| 国产福利精品导航| 欧美电影影音先锋| 亚洲欧美日韩综合aⅴ视频| 久久99精品久久只有精品| 一本久道久久综合中文字幕| 日韩精品一区二区三区在线观看 | 91精品啪在线观看国产60岁| 国产精品久久久久影院老司| 青青草91视频| 91久久精品一区二区三| 国产日韩欧美制服另类| 天堂av在线一区| 91日韩在线专区| 久久色中文字幕| 日日骚欧美日韩| 欧美色图在线观看| 亚洲欧洲日韩av| 成人午夜又粗又硬又大| 欧美成人福利视频| 天天影视涩香欲综合网| 色狠狠综合天天综合综合| 国产欧美日韩三区| 激情久久五月天| 日韩欧美色电影| 欧美主播一区二区三区| 国产日韩欧美综合在线| 国产米奇在线777精品观看| 欧美一区二区免费视频| 亚洲成人精品一区二区| 91丨九色丨黑人外教| 国产精品成人一区二区艾草| 国产精品一区二区久久不卡 | 最好看的中文字幕久久| 国产成人亚洲综合a∨婷婷| 精品国产区一区| 日产国产高清一区二区三区| 欧美三级一区二区| 一区二区三区精密机械公司| 91亚洲国产成人精品一区二三| 国产精品福利在线播放| 成人国产电影网| 亚洲国产精品v| 国产寡妇亲子伦一区二区| 久久久亚洲精品一区二区三区| 精品一区二区av| 久久综合色婷婷| 国产精品资源在线观看| 国产亚洲精品bt天堂精选| 国产99久久久国产精品| 亚洲欧洲美洲综合色网| 日本乱人伦一区| 亚洲高清久久久| 欧美一区中文字幕| 久久99热国产| 久久精品在这里| av在线播放不卡| 亚洲你懂的在线视频| 在线观看国产日韩| 日韩中文字幕麻豆| 精品久久久久久久久久久久包黑料 | 亚洲一区精品在线| 欧美日韩在线一区二区| 日本视频中文字幕一区二区三区| 欧美不卡一区二区三区四区| 国模套图日韩精品一区二区| 欧美极品aⅴ影院| 色综合久久中文字幕| 亚洲aⅴ怡春院| 精品粉嫩超白一线天av| 成人ar影院免费观看视频| 亚洲精品免费播放| 欧美电影在线免费观看| 国产成人精品免费在线| 亚洲欧美成人一区二区三区| 欧美裸体一区二区三区| 国产乱码一区二区三区| 亚洲精品高清在线| 日韩一区二区视频在线观看| 粉嫩av一区二区三区| 亚洲图片欧美色图| 26uuu国产一区二区三区| 91年精品国产| 麻豆久久久久久| 椎名由奈av一区二区三区| 日韩一级片在线播放| 不卡的av在线播放| 免费观看91视频大全| 综合欧美一区二区三区| 欧美成人r级一区二区三区| 色欲综合视频天天天| 蜜桃精品视频在线| 综合av第一页| 久久伊99综合婷婷久久伊| 色老汉一区二区三区| 国产在线精品免费| 亚洲一区二区视频在线观看| 久久九九全国免费| 精品污污网站免费看| 国产宾馆实践打屁股91| 亚洲成在线观看| 中文一区二区完整视频在线观看 | 91精品国产黑色紧身裤美女| av成人老司机| 精品一区二区三区蜜桃| 亚洲国产精品麻豆| 国产精品传媒视频|