Source code of Windows XP (NT5)
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.

230 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. alignmentfaults
  15. amli
  16. apic ; X86 only API
  17. arbiter
  18. arblist
  19. ate ; IA64 Only api
  20. bcb ; refers to dt
  21. blockeddrv
  22. bpid
  23. btb ; IA64 specific - will be fixed later... See andreva.
  24. bth ; IA64 specific - will be fixed later... See andreva.
  25. bugdump
  26. bushnd
  27. ca
  28. calldata
  29. callback
  30. ; cbreg ; X86 specific ONLY Now in kextdll
  31. cmreslist
  32. cchelp
  33. chklowmem
  34. cpuinfo
  35. ; db Now in kextdll
  36. dbgprint
  37. dblink
  38. deadlock
  39. dflink
  40. ; dc Now in kextdll
  41. dcr ; IA64 specific - will be fixed later... See andreva.
  42. ; dcs Now in kextdll
  43. ; ecs Now in kextdll
  44. ; ecd Now in kextdll
  45. ; ecw Now in kextdll
  46. ; ecb Now in kextdll
  47. ; dd Now in kextdll
  48. defwrites
  49. devext ; Incomplete
  50. devobj
  51. devinst
  52. devnode
  53. devstack
  54. dma
  55. drivers
  56. drvobj
  57. driveinfo
  58. dss
  59. e820reslist
  60. ; eb Now in kextdll
  61. ; ed Now in kextdll
  62. errlog
  63. ; exca ; X86 specific ONLY Now in kextdll
  64. exqueue
  65. exrlog
  66. facs
  67. fadt
  68. filelock
  69. filecache
  70. filetime
  71. finddata
  72. fpsearch
  73. frag
  74. gbl
  75. gentable
  76. halpte
  77. handle
  78. help
  79. hidppd
  80. htrace
  81. ib
  82. id
  83. idt ; x86 specific ONLY
  84. ih ; IA64 specific - will be fixed later... See andreva.
  85. ihs ; IA64 specific - will be fixed later... See andreva.
  86. ioapic ; X86 only API
  87. ioresdes
  88. ioreslist
  89. iovirp
  90. irp
  91. irpfind
  92. irpzone
  93. isainfo
  94. isr ; IA64 specific - will be fixed later... See andreva.
  95. ivt
  96. iw
  97. job
  98. kb
  99. kdlog
  100. kv
  101. lbt
  102. loadermemorylist
  103. locks
  104. lockedpages
  105. lookaside
  106. lpc
  107. mapic
  108. mca
  109. memusage
  110. mps
  111. mtrr
  112. npx
  113. nsobj
  114. nstree
  115. ob
  116. obja
  117. object
  118. obtrace
  119. od
  120. openmaps
  121. ow
  122. pars ; IA64 specific - will be fixed later... See andreva.
  123. pat ; X86 specific ONLY
  124. ; pci Now in kextdll
  125. pciir ; X86 specific ONLY
  126. pcitree
  127. pcm ; refers to dt
  128. pcmcia
  129. pcr
  130. pcrs ; IA64 specific - will be fixed later... See andreva.
  131. pfn
  132. pfnperf
  133. pic ; X86 specific only
  134. pmc ; IA64 specific - will be fixed later... See andreva.
  135. pmssa ; IA64 specific - will be fixed later... See andreva.
  136. pnpevent
  137. poaction
  138. pocaps
  139. podev
  140. poidle
  141. polist
  142. ponode
  143. poperf
  144. poreqlist
  145. pool
  146. poolfind
  147. poolused
  148. popolicy
  149. poproc
  150. poprocpolicy
  151. potrigger
  152. prcb ; For IA64 and ALPHA
  153. process
  154. processfields ; use dt
  155. psp ; IA64 specific - will be fixed later... See andreva.
  156. psr ; IA64 specific - will be fixed later... See andreva.
  157. pte
  158. pte2va
  159. ptov
  160. qlockperf ; X86 specific only
  161. qlocks
  162. range
  163. rawrange
  164. ready
  165. reg
  166. rellist
  167. remlock
  168. rsdt ; currently being tested for 64 bit
  169. scm ; refers to dt
  170. search ; bug for x86
  171. searchpte
  172. sel
  173. sendnmi ; X86 specific only
  174. session
  175. socket
  176. srb
  177. stacks
  178. sysptes
  179. thread
  180. threadfields ; use dt
  181. timer
  182. token
  183. tokenfields ; use dt
  184. translator
  185. tunnel
  186. tz
  187. tzinfo
  188. ubp
  189. ubl
  190. ubc
  191. ube
  192. ubd
  193. urb
  194. usblog
  195. usbstruc
  196. vad
  197. verifier
  198. vm
  199. vpb
  200. vtop
  201. whattime
  202. whatperftime
  203. wdmaud
  204. wsle
  205. zombies
  206. ;--------------------------------------------------------------------
  207. ;
  208. ; these are the extension functions exporting dlls code interfaces to
  209. ; other extensions and debugger
  210. ;
  211. ;--------------------------------------------------------------------
  212. _EFN_GetDrvObjInfo
  213. _EFN_GetDevObjInfo
  214. _EFN_GetIrpInfo
  215. _EFN_GetPoolData
  216. _EFN_GetPoolRegion
  217. ;--------------------------------------------------------------------
  218. ;
  219. ; these are the extension service functions provided for the debugger
  220. ;
  221. ;--------------------------------------------------------------------
  222. DebugExtensionNotify
  223. DebugExtensionInitialize
  224. DebugExtensionUninitialize