Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
;-------------------------------------------------------------------- ; ; when modifying this file please be aware that the exports are ; organized so that maintanence is as easy as possible. put your ; extension in the correct section and in alphabetical order. also, ; remember to update the other def files in the parallell directories ; to contain your new extension. all extension names must be in ; lower case! ; ;--------------------------------------------------------------------
EXPORTS
acpiinf acpiirqarb ahcache alignmentfaults amli apc apic ; X86 only API apicerr ; X86 only API arbiter arblist ate ; IA64 Only api bcb ; refers to dt blockeddrv bpid btb ; IA64 specific - will be fixed later... See andreva. bth ; IA64 specific - will be fixed later... See andreva. bugdump bushnd ca calldata callback cmreslist cchelp chklowmem cpuinfo dbgprint dblink deadlock dflink dcr ; IA64 specific - will be fixed later... See andreva. defwrites devext ; Incomplete devobj devinst devnode devstack dma dpa drivers drvobj driveinfo dss e820reslist errlog exqueue exrlog facs fadt filelock filecache filetime finddata fpsearch frag frozen fwver gbl gentable halpte handle help hidppd htrace ib id idt ; x86 specific ONLY ih ; IA64 specific - will be fixed later... See andreva. ihs ; IA64 specific - will be fixed later... See andreva. ioapic ; X86 only API ioresdes ioreslist iovirp irp irpfind irpzone irql isainfo isr ; IA64 specific - will be fixed later... See andreva. ivt iw job kb kv lbt loadermemorylist locks lockedpages logonsession lookaside lpc mapic mca memusage mps mtrr npx nsobj nstree numa numa_hal ob object obtrace od openmaps ow pars ; IA64 specific - will be fixed later... See andreva. pat ; X86 specific ONLY pciir ; X86 specific ONLY pcitree pcm ; refers to dt pcmcia pcr pcrs ; IA64 specific - will be fixed later... See andreva. pfn pfnperf pic ; X86 specific only pmc ; IA64 specific - will be fixed later... See andreva. pmssa ; IA64 specific - will be fixed later... See andreva. pnpaction pnpevent pnptriage poaction pocaps podev poidle polist ponode poperf poreqlist pool poolfind poolused poolval popolicy poproc poprocpolicy potrigger prcb ; For IA64 and ALPHA process processfields ; use dt psp ; IA64 specific - will be fixed later... See andreva. pte pte2va ptov qlockperf ; X86 specific only qlocks range rawrange ready reg rellist remlock rsdt ; currently being tested for 64 bit running scm ; refers to dt search ; bug for x86 searchpte sendnmi ; X86 specific only session smt ; X86 specific only socket spoolsum spoolused sprocess srat srb stacks svtop sysptes thread threadfields ; use dt timer tokenleak translator tunnel tz tzinfo ubp ubl ubc ube ubd vad verifier version validatelist vm vpb vtop walklist whattime whatperftime wdmaud wsle zombies
;-------------------------------------------------------------------- ; ; these are the extension functions exporting dlls code interfaces to ; other extensions and debugger ; ;-------------------------------------------------------------------- _EFN_GetDrvObjInfo _EFN_GetDevObjInfo _EFN_GetIrpInfo _EFN_GetPoolData _EFN_GetPoolRegion
;-------------------------------------------------------------------- ; ; these are the extension service functions provided for the debugger ; ;--------------------------------------------------------------------
DebugExtensionNotify DebugExtensionInitialize DebugExtensionUninitialize
|