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.

233 lines
4.6 KiB

  1. ;--------------------------------------------------------------------
  2. ;
  3. ; when modifying this file please be aware that the exports are
  4. ; organized so that maintanence is as easy as possible. put your
  5. ; extension in the correct section and in alphabetical order. also,
  6. ; remember to update the other def files in the parallell directories
  7. ; to contain your new extension. all extension names must be in
  8. ; lower case!
  9. ;
  10. ;--------------------------------------------------------------------
  11. EXPORTS
  12. acpiinf
  13. acpiirqarb
  14. ahcache
  15. alignmentfaults
  16. amli
  17. apc
  18. apic ; X86 only API
  19. apicerr ; X86 only API
  20. arbiter
  21. arblist
  22. ate ; IA64 Only api
  23. bcb ; refers to dt
  24. blockeddrv
  25. bpid
  26. btb ; IA64 specific - will be fixed later... See andreva.
  27. bth ; IA64 specific - will be fixed later... See andreva.
  28. bugdump
  29. bushnd
  30. ca
  31. calldata
  32. callback
  33. cmreslist
  34. cchelp
  35. chklowmem
  36. cpuinfo
  37. dbgprint
  38. dblink
  39. deadlock
  40. dflink
  41. dcr ; IA64 specific - will be fixed later... See andreva.
  42. defwrites
  43. devext ; Incomplete
  44. devobj
  45. devinst
  46. devnode
  47. devstack
  48. dma
  49. dpa
  50. drivers
  51. drvobj
  52. driveinfo
  53. dss
  54. e820reslist
  55. errlog
  56. exqueue
  57. exrlog
  58. facs
  59. fadt
  60. filelock
  61. filecache
  62. filetime
  63. finddata
  64. fpsearch
  65. frag
  66. frozen
  67. fwver
  68. gbl
  69. gentable
  70. halpte
  71. handle
  72. help
  73. hidppd
  74. htrace
  75. ib
  76. id
  77. idt ; x86 specific ONLY
  78. ih ; IA64 specific - will be fixed later... See andreva.
  79. ihs ; IA64 specific - will be fixed later... See andreva.
  80. ioapic ; X86 only API
  81. ioresdes
  82. ioreslist
  83. iovirp
  84. irp
  85. irpfind
  86. irpzone
  87. irql
  88. isainfo
  89. isr ; IA64 specific - will be fixed later... See andreva.
  90. ivt
  91. iw
  92. job
  93. kb
  94. kv
  95. lbt
  96. loadermemorylist
  97. locks
  98. lockedpages
  99. logonsession
  100. lookaside
  101. lpc
  102. mapic
  103. mca
  104. memusage
  105. mps
  106. mtrr
  107. npx
  108. nsobj
  109. nstree
  110. numa
  111. numa_hal
  112. ob
  113. object
  114. obtrace
  115. od
  116. openmaps
  117. ow
  118. pars ; IA64 specific - will be fixed later... See andreva.
  119. pat ; X86 specific ONLY
  120. pciir ; X86 specific ONLY
  121. pcitree
  122. pcm ; refers to dt
  123. pcmcia
  124. pcr
  125. pcrs ; IA64 specific - will be fixed later... See andreva.
  126. pfn
  127. pfnperf
  128. pic ; X86 specific only
  129. pmc ; IA64 specific - will be fixed later... See andreva.
  130. pmssa ; IA64 specific - will be fixed later... See andreva.
  131. pnpaction
  132. pnpevent
  133. pnptriage
  134. poaction
  135. pocaps
  136. podev
  137. poidle
  138. polist
  139. ponode
  140. poperf
  141. poreqlist
  142. pool
  143. poolfind
  144. poolused
  145. poolval
  146. popolicy
  147. poproc
  148. poprocpolicy
  149. potrigger
  150. prcb ; For IA64 and ALPHA
  151. process
  152. processfields ; use dt
  153. psp ; IA64 specific - will be fixed later... See andreva.
  154. pte
  155. pte2va
  156. ptov
  157. qlockperf ; X86 specific only
  158. qlocks
  159. range
  160. rawrange
  161. ready
  162. reg
  163. rellist
  164. remlock
  165. rsdt ; currently being tested for 64 bit
  166. running
  167. scm ; refers to dt
  168. search ; bug for x86
  169. searchpte
  170. sendnmi ; X86 specific only
  171. session
  172. smt ; X86 specific only
  173. socket
  174. spoolsum
  175. spoolused
  176. sprocess
  177. srat
  178. srb
  179. stacks
  180. svtop
  181. sysptes
  182. thread
  183. threadfields ; use dt
  184. timer
  185. tokenleak
  186. translator
  187. tunnel
  188. tz
  189. tzinfo
  190. ubp
  191. ubl
  192. ubc
  193. ube
  194. ubd
  195. vad
  196. verifier
  197. version
  198. validatelist
  199. vm
  200. vpb
  201. vtop
  202. walklist
  203. whattime
  204. whatperftime
  205. wdmaud
  206. wsle
  207. zombies
  208. ;--------------------------------------------------------------------
  209. ;
  210. ; these are the extension functions exporting dlls code interfaces to
  211. ; other extensions and debugger
  212. ;
  213. ;--------------------------------------------------------------------
  214. _EFN_GetDrvObjInfo
  215. _EFN_GetDevObjInfo
  216. _EFN_GetIrpInfo
  217. _EFN_GetPoolData
  218. _EFN_GetPoolRegion
  219. ;--------------------------------------------------------------------
  220. ;
  221. ; these are the extension service functions provided for the debugger
  222. ;
  223. ;--------------------------------------------------------------------
  224. DebugExtensionNotify
  225. DebugExtensionInitialize
  226. DebugExtensionUninitialize