mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
More exported functions.
svn path=/trunk/; revision=707
This commit is contained in:
parent
bae73138e8
commit
8001413b88
2 changed files with 193 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.def,v 1.17 1999/10/16 12:40:57 ekohl Exp $
|
; $Id: ntoskrnl.def,v 1.18 1999/10/16 21:09:12 ekohl Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -67,19 +67,13 @@ ExQueryDepthSListHead
|
||||||
ExQueueWorkItem
|
ExQueueWorkItem
|
||||||
ExRaiseStatus
|
ExRaiseStatus
|
||||||
ExReinitializeResourceLite
|
ExReinitializeResourceLite
|
||||||
ExReleaseFastMutex
|
|
||||||
ExReleaseFastMutexUnsafe
|
ExReleaseFastMutexUnsafe
|
||||||
ExReleaseResource
|
ExReleaseResource
|
||||||
ExReleaseResourceForThread
|
ExReleaseResourceForThread
|
||||||
ExReleaseResourceForThreadLite
|
ExReleaseResourceForThreadLite
|
||||||
ExSystemTimeToLocalTime
|
ExSystemTimeToLocalTime
|
||||||
ExTryToAcquireFastMutex
|
|
||||||
ExTryToAcquireResourceExclusiveLite
|
ExTryToAcquireResourceExclusiveLite
|
||||||
HalGetBusDataByOffset
|
|
||||||
HalGetInterruptVector
|
|
||||||
HalMakeBeep
|
|
||||||
HalRegisterServiceTable
|
HalRegisterServiceTable
|
||||||
HalSetBusDataByOffset
|
|
||||||
InitializeObjectAttributes
|
InitializeObjectAttributes
|
||||||
IoAllocateController
|
IoAllocateController
|
||||||
IoAttachDeviceToDeviceStack
|
IoAttachDeviceToDeviceStack
|
||||||
|
@ -110,22 +104,18 @@ KeBugCheck
|
||||||
KeBugCheckEx
|
KeBugCheckEx
|
||||||
KeClearEvent
|
KeClearEvent
|
||||||
KeFlushIoBuffers
|
KeFlushIoBuffers
|
||||||
KeGetCurrentIrql
|
|
||||||
KeGetPreviousMode
|
KeGetPreviousMode
|
||||||
KeInitializeDpc
|
KeInitializeDpc
|
||||||
KeInitializeEvent
|
KeInitializeEvent
|
||||||
KeInitializeSpinLock
|
KeInitializeSpinLock
|
||||||
KeInitializeTimer
|
KeInitializeTimer
|
||||||
KeInsertQueueDpc
|
KeInsertQueueDpc
|
||||||
KeLowerIrql
|
|
||||||
KeQuerySystemTime
|
KeQuerySystemTime
|
||||||
KeReadStateEvent
|
KeReadStateEvent
|
||||||
KeResetEvent
|
KeResetEvent
|
||||||
KeSetEvent
|
KeSetEvent
|
||||||
KeSetTimer
|
KeSetTimer
|
||||||
KeStallExecutionProcessor
|
|
||||||
KeSynchronizeExecution
|
KeSynchronizeExecution
|
||||||
KeRaiseIrql
|
|
||||||
KeWaitForSingleObject
|
KeWaitForSingleObject
|
||||||
MmGetSystemAddressForMdl
|
MmGetSystemAddressForMdl
|
||||||
MmMapIoSpace
|
MmMapIoSpace
|
||||||
|
@ -353,3 +343,99 @@ wcsspn
|
||||||
wcsstr
|
wcsstr
|
||||||
;wcstombs
|
;wcstombs
|
||||||
;wctomb
|
;wctomb
|
||||||
|
;
|
||||||
|
;
|
||||||
|
; exports from hal.dll
|
||||||
|
;
|
||||||
|
;
|
||||||
|
;ExAcquireFastMutex
|
||||||
|
ExReleaseFastMutex
|
||||||
|
ExTryToAcquireFastMutex
|
||||||
|
HalAcquireDisplayOwnership
|
||||||
|
;HalAdjustResourceList
|
||||||
|
;HalAllProcessorsStarted
|
||||||
|
;HalAllocateAdapterChannel
|
||||||
|
;HalAllocateCommonBuffer
|
||||||
|
;HalAllocateCrashDumpRegisters
|
||||||
|
;HalAssignSlotResources
|
||||||
|
;HalBeginSystemInterrupt
|
||||||
|
;HalCalibratePerformanceCounter
|
||||||
|
;HalClearSoftwareInterrupt
|
||||||
|
;HalDisableSystemInterrupt
|
||||||
|
HalDisplayString
|
||||||
|
;HalEnableSystemInterrupt
|
||||||
|
;HalEndSystemInterrupt
|
||||||
|
;HalFlushCommonBuffer
|
||||||
|
;HalFreeCommonBuffer
|
||||||
|
;HalGetAdapter
|
||||||
|
;HalGetBusData
|
||||||
|
HalGetBusDataByOffset
|
||||||
|
;HalGetEnvironmentVariable
|
||||||
|
HalGetInterruptVector
|
||||||
|
;HalHandleNMI
|
||||||
|
HalInitSystem
|
||||||
|
;HalInitializeProcessor
|
||||||
|
HalMakeBeep
|
||||||
|
;HalProcessorIdle
|
||||||
|
HalQueryDisplayParameters
|
||||||
|
HalQueryRealTimeClock
|
||||||
|
;HalReadDmaCounter
|
||||||
|
;HalReportResourceUsage
|
||||||
|
;HalRequestIpi
|
||||||
|
;HalRequestSoftwareInterrupt
|
||||||
|
HalReturnToFirmware
|
||||||
|
;HalSetBusData
|
||||||
|
HalSetBusDataByOffset
|
||||||
|
HalSetDisplayParameters
|
||||||
|
;HalSetEnvironmentVariable
|
||||||
|
;HalSetProfileInterval
|
||||||
|
HalSetRealTimeClock
|
||||||
|
;HalSetTimeIncrement
|
||||||
|
;HalStartNextProcessor
|
||||||
|
;HalStartProfileInterrupt
|
||||||
|
;HalStopProfileInterrupt
|
||||||
|
;HalSystemVectorDispatchEntry
|
||||||
|
;HalTranslateBusAddress
|
||||||
|
;IoAssignDriveLetters
|
||||||
|
;IoFlushAdapterBuffers
|
||||||
|
;IoFreeAdapterChannel
|
||||||
|
;IoFreeMapRegisters
|
||||||
|
;IoMapTransfer
|
||||||
|
;IoReadPartitionTable
|
||||||
|
;IoSetPartitionInformation
|
||||||
|
;IoWritePartitionTable
|
||||||
|
;KdComPortInUse
|
||||||
|
;KdPortGetByte
|
||||||
|
;KdPortInitialize
|
||||||
|
;KdPortPollByte
|
||||||
|
;KdPortPutByte
|
||||||
|
;KdPortRestore
|
||||||
|
;KdPortSave
|
||||||
|
KeAcquireSpinLock
|
||||||
|
;KeAcquireSpinLockRaiseToSynch
|
||||||
|
;KeFlushWriteBuffer
|
||||||
|
KeGetCurrentIrql
|
||||||
|
KeLowerIrql
|
||||||
|
;KeQueryPerformanceCounter
|
||||||
|
KeRaiseIrql
|
||||||
|
;KeRaiseIrqlToDpcLevel
|
||||||
|
;KeRaiseIrqlToSynchLevel
|
||||||
|
KeReleaseSpinLock
|
||||||
|
KeStallExecutionProcessor
|
||||||
|
;KfAcquireSpinLock
|
||||||
|
;KfLowerIrql
|
||||||
|
;KfRaiseIrql
|
||||||
|
;KfReleaseSpinLock
|
||||||
|
;READ_PORT_BUFFER_UCHAR
|
||||||
|
;READ_PORT_BUFFER_ULONG
|
||||||
|
;READ_PORT_BUFFER_USHORT
|
||||||
|
;READ_PORT_UCHAR
|
||||||
|
;READ_PORT_ULONG
|
||||||
|
;READ_PORT_USHORT
|
||||||
|
;WRITE_PORT_BUFFER_UCHAR
|
||||||
|
;WRITE_PORT_BUFFER_ULONG
|
||||||
|
;WRITE_PORT_BUFFER_USHORT
|
||||||
|
;WRITE_PORT_UCHAR
|
||||||
|
;WRITE_PORT_ULONG
|
||||||
|
;WRITE_PORT_USHORT
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.edf,v 1.5 1999/10/16 12:40:57 ekohl Exp $
|
; $Id: ntoskrnl.edf,v 1.6 1999/10/16 21:09:12 ekohl Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -67,19 +67,13 @@ ExQueryDepthSListHead
|
||||||
ExQueueWorkItem
|
ExQueueWorkItem
|
||||||
ExRaiseStatus
|
ExRaiseStatus
|
||||||
ExReinitializeResourceLite
|
ExReinitializeResourceLite
|
||||||
ExReleaseFastMutex
|
|
||||||
ExReleaseFastMutexUnsafe
|
ExReleaseFastMutexUnsafe
|
||||||
ExReleaseResource
|
ExReleaseResource
|
||||||
ExReleaseResourceForThread
|
ExReleaseResourceForThread
|
||||||
ExReleaseResourceForThreadLite
|
ExReleaseResourceForThreadLite
|
||||||
ExSystemTimeToLocalTime
|
ExSystemTimeToLocalTime
|
||||||
ExTryToAcquireFastMutex
|
|
||||||
ExTryToAcquireResourceExclusiveLite
|
ExTryToAcquireResourceExclusiveLite
|
||||||
HalGetBusDataByOffset
|
|
||||||
HalGetInterruptVector
|
|
||||||
HalMakeBeep
|
|
||||||
HalRegisterServiceTable
|
HalRegisterServiceTable
|
||||||
HalSetBusDataByOffset
|
|
||||||
InitializeObjectAttributes
|
InitializeObjectAttributes
|
||||||
IoAllocateController
|
IoAllocateController
|
||||||
IoAttachDeviceToDeviceStack
|
IoAttachDeviceToDeviceStack
|
||||||
|
@ -110,22 +104,18 @@ KeBugCheck
|
||||||
KeBugCheckEx
|
KeBugCheckEx
|
||||||
KeClearEvent
|
KeClearEvent
|
||||||
KeFlushIoBuffers
|
KeFlushIoBuffers
|
||||||
KeGetCurrentIrql
|
|
||||||
KeGetPreviousMode
|
KeGetPreviousMode
|
||||||
KeInitializeDpc
|
KeInitializeDpc
|
||||||
KeInitializeEvent
|
KeInitializeEvent
|
||||||
KeInitializeSpinLock
|
KeInitializeSpinLock
|
||||||
KeInitializeTimer
|
KeInitializeTimer
|
||||||
KeInsertQueueDpc
|
KeInsertQueueDpc
|
||||||
KeLowerIrql
|
|
||||||
KeQuerySystemTime
|
KeQuerySystemTime
|
||||||
KeReadStateEvent
|
KeReadStateEvent
|
||||||
KeResetEvent
|
KeResetEvent
|
||||||
KeSetEvent
|
KeSetEvent
|
||||||
KeSetTimer
|
KeSetTimer
|
||||||
KeStallExecutionProcessor
|
|
||||||
KeSynchronizeExecution
|
KeSynchronizeExecution
|
||||||
KeRaiseIrql
|
|
||||||
KeWaitForSingleObject
|
KeWaitForSingleObject
|
||||||
MmGetSystemAddressForMdl
|
MmGetSystemAddressForMdl
|
||||||
MmMapIoSpace
|
MmMapIoSpace
|
||||||
|
@ -353,3 +343,98 @@ wcsspn
|
||||||
wcsstr
|
wcsstr
|
||||||
;wcstombs
|
;wcstombs
|
||||||
;wctomb
|
;wctomb
|
||||||
|
;
|
||||||
|
;
|
||||||
|
; exports from hal.dll
|
||||||
|
;
|
||||||
|
;
|
||||||
|
;ExAcquireFastMutex
|
||||||
|
ExReleaseFastMutex
|
||||||
|
ExTryToAcquireFastMutex
|
||||||
|
HalAcquireDisplayOwnership
|
||||||
|
;HalAdjustResourceList
|
||||||
|
;HalAllProcessorsStarted
|
||||||
|
;HalAllocateAdapterChannel
|
||||||
|
;HalAllocateCommonBuffer
|
||||||
|
;HalAllocateCrashDumpRegisters
|
||||||
|
;HalAssignSlotResources
|
||||||
|
;HalBeginSystemInterrupt
|
||||||
|
;HalCalibratePerformanceCounter
|
||||||
|
;HalClearSoftwareInterrupt
|
||||||
|
;HalDisableSystemInterrupt
|
||||||
|
HalDisplayString
|
||||||
|
;HalEnableSystemInterrupt
|
||||||
|
;HalEndSystemInterrupt
|
||||||
|
;HalFlushCommonBuffer
|
||||||
|
;HalFreeCommonBuffer
|
||||||
|
;HalGetAdapter
|
||||||
|
;HalGetBusData
|
||||||
|
HalGetBusDataByOffset
|
||||||
|
;HalGetEnvironmentVariable
|
||||||
|
HalGetInterruptVector
|
||||||
|
;HalHandleNMI
|
||||||
|
HalInitSystem
|
||||||
|
;HalInitializeProcessor
|
||||||
|
HalMakeBeep
|
||||||
|
;HalProcessorIdle
|
||||||
|
HalQueryDisplayParameters
|
||||||
|
HalQueryRealTimeClock
|
||||||
|
;HalReadDmaCounter
|
||||||
|
;HalReportResourceUsage
|
||||||
|
;HalRequestIpi
|
||||||
|
;HalRequestSoftwareInterrupt
|
||||||
|
HalReturnToFirmware
|
||||||
|
;HalSetBusData
|
||||||
|
HalSetBusDataByOffset
|
||||||
|
HalSetDisplayParameters
|
||||||
|
;HalSetEnvironmentVariable
|
||||||
|
;HalSetProfileInterval
|
||||||
|
HalSetRealTimeClock
|
||||||
|
;HalSetTimeIncrement
|
||||||
|
;HalStartNextProcessor
|
||||||
|
;HalStartProfileInterrupt
|
||||||
|
;HalStopProfileInterrupt
|
||||||
|
;HalSystemVectorDispatchEntry
|
||||||
|
;HalTranslateBusAddress
|
||||||
|
;IoAssignDriveLetters
|
||||||
|
;IoFlushAdapterBuffers
|
||||||
|
;IoFreeAdapterChannel
|
||||||
|
;IoFreeMapRegisters
|
||||||
|
;IoMapTransfer
|
||||||
|
;IoReadPartitionTable
|
||||||
|
;IoSetPartitionInformation
|
||||||
|
;IoWritePartitionTable
|
||||||
|
;KdComPortInUse
|
||||||
|
;KdPortGetByte
|
||||||
|
;KdPortInitialize
|
||||||
|
;KdPortPollByte
|
||||||
|
;KdPortPutByte
|
||||||
|
;KdPortRestore
|
||||||
|
;KdPortSave
|
||||||
|
KeAcquireSpinLock
|
||||||
|
;KeAcquireSpinLockRaiseToSynch
|
||||||
|
;KeFlushWriteBuffer
|
||||||
|
KeGetCurrentIrql
|
||||||
|
KeLowerIrql
|
||||||
|
;KeQueryPerformanceCounter
|
||||||
|
KeRaiseIrql
|
||||||
|
;KeRaiseIrqlToDpcLevel
|
||||||
|
;KeRaiseIrqlToSynchLevel
|
||||||
|
KeReleaseSpinLock
|
||||||
|
KeStallExecutionProcessor
|
||||||
|
;KfAcquireSpinLock
|
||||||
|
;KfLowerIrql
|
||||||
|
;KfRaiseIrql
|
||||||
|
;KfReleaseSpinLock
|
||||||
|
;READ_PORT_BUFFER_UCHAR
|
||||||
|
;READ_PORT_BUFFER_ULONG
|
||||||
|
;READ_PORT_BUFFER_USHORT
|
||||||
|
;READ_PORT_UCHAR
|
||||||
|
;READ_PORT_ULONG
|
||||||
|
;READ_PORT_USHORT
|
||||||
|
;WRITE_PORT_BUFFER_UCHAR
|
||||||
|
;WRITE_PORT_BUFFER_ULONG
|
||||||
|
;WRITE_PORT_BUFFER_USHORT
|
||||||
|
;WRITE_PORT_UCHAR
|
||||||
|
;WRITE_PORT_ULONG
|
||||||
|
;WRITE_PORT_USHORT
|
||||||
|
|
Loading…
Reference in a new issue