mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Sort entries and remove duplicates.
svn path=/trunk/; revision=10872
This commit is contained in:
parent
d3275bbd8b
commit
1672f6069e
1 changed files with 46 additions and 50 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.def,v 1.190 2004/09/16 10:25:17 gvg Exp $
|
; $Id: ntoskrnl.def,v 1.191 2004/09/16 11:46:17 ekohl Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -548,17 +548,14 @@ KeFlushQueuedDpcs@0
|
||||||
KeGetCurrentThread@0
|
KeGetCurrentThread@0
|
||||||
KeGetPreviousMode@0
|
KeGetPreviousMode@0
|
||||||
KeGetRecommendedSharedDataAlignment@0
|
KeGetRecommendedSharedDataAlignment@0
|
||||||
KeI386AllocateGdtSelectors
|
|
||||||
KeI386FlatToGdtSelector
|
|
||||||
KeI386ReleaseGdtSelectors
|
|
||||||
;KeI386AbiosCall
|
;KeI386AbiosCall
|
||||||
;KeI386AllocateGdtSelectors
|
KeI386AllocateGdtSelectors
|
||||||
;KeI386Call16BitCStyleFunction
|
;KeI386Call16BitCStyleFunction
|
||||||
;KeI386Call16BitFunction
|
;KeI386Call16BitFunction
|
||||||
;KeI386FlatToGdtSelector
|
KeI386FlatToGdtSelector
|
||||||
;KeI386GetLid
|
;KeI386GetLid
|
||||||
;KeI386MachineType DATA
|
;KeI386MachineType DATA
|
||||||
;KeI386ReleaseGdtSelectors
|
KeI386ReleaseGdtSelectors
|
||||||
;KeI386ReleaseLid
|
;KeI386ReleaseLid
|
||||||
;KeI386SetGdtSelector
|
;KeI386SetGdtSelector
|
||||||
KeIcacheFlushCount DATA
|
KeIcacheFlushCount DATA
|
||||||
|
@ -606,8 +603,8 @@ KeReadStateTimer@4
|
||||||
KeRegisterBugCheckCallback@20
|
KeRegisterBugCheckCallback@20
|
||||||
KeRegisterBugCheckReasonCallback@16
|
KeRegisterBugCheckReasonCallback@16
|
||||||
KeReleaseDispatcherDatabaseLockFromDpcLevel
|
KeReleaseDispatcherDatabaseLockFromDpcLevel
|
||||||
KeReleaseInterruptSpinLock@8
|
|
||||||
@KeReleaseInStackQueuedSpinLockFromDpcLevel@4
|
@KeReleaseInStackQueuedSpinLockFromDpcLevel@4
|
||||||
|
KeReleaseInterruptSpinLock@8
|
||||||
KeReleaseMutant@16
|
KeReleaseMutant@16
|
||||||
KeReleaseMutex@8
|
KeReleaseMutex@8
|
||||||
KeReleaseSemaphore@16
|
KeReleaseSemaphore@16
|
||||||
|
@ -625,7 +622,7 @@ KeRevertToUserAffinityThread@0
|
||||||
KeRundownQueue@4
|
KeRundownQueue@4
|
||||||
KeSaveFloatingPointState@4
|
KeSaveFloatingPointState@4
|
||||||
KeSaveStateForHibernate
|
KeSaveStateForHibernate
|
||||||
KeServiceDescriptorTable DATA
|
KeServiceDescriptorTable DATA
|
||||||
KeSetAffinityThread@8
|
KeSetAffinityThread@8
|
||||||
KeSetBasePriorityThread@8
|
KeSetBasePriorityThread@8
|
||||||
KeSetDmaIoCoherency@4
|
KeSetDmaIoCoherency@4
|
||||||
|
@ -641,11 +638,10 @@ KeSetSystemAffinityThread@4
|
||||||
KeSetTargetProcessorDpc@8
|
KeSetTargetProcessorDpc@8
|
||||||
;KeSetThreadSelectNotifyRoutine
|
;KeSetThreadSelectNotifyRoutine
|
||||||
KeSetTimeIncrement@8
|
KeSetTimeIncrement@8
|
||||||
@KeSetTimeUpdateNotifyRoutine@4
|
|
||||||
KeStackAttachProcess@8
|
|
||||||
KeSetTimer@16
|
KeSetTimer@16
|
||||||
KeSetTimerEx@20
|
KeSetTimerEx@20
|
||||||
;KeSetTimeUpdateNotifyRoutine
|
@KeSetTimeUpdateNotifyRoutine@4
|
||||||
|
KeStackAttachProcess@8
|
||||||
KeSynchronizeExecution@12
|
KeSynchronizeExecution@12
|
||||||
KeTerminateThread@4
|
KeTerminateThread@4
|
||||||
KeTickCount DATA
|
KeTickCount DATA
|
||||||
|
@ -1293,8 +1289,13 @@ WRITE_REGISTER_BUFFER_UCHAR@12
|
||||||
WRITE_REGISTER_BUFFER_ULONG@12
|
WRITE_REGISTER_BUFFER_ULONG@12
|
||||||
WRITE_REGISTER_BUFFER_USHORT@12
|
WRITE_REGISTER_BUFFER_USHORT@12
|
||||||
ZwAccessCheckAndAuditAlarm@44
|
ZwAccessCheckAndAuditAlarm@44
|
||||||
|
ZwAddBootEntry@8
|
||||||
|
ZwAdjustPrivilegesToken@24
|
||||||
ZwAlertThread@4
|
ZwAlertThread@4
|
||||||
ZwAllocateVirtualMemory@24
|
ZwAllocateVirtualMemory@24
|
||||||
|
ZwAssignProcessToJobObject@8
|
||||||
|
ZwCancelIoFile@8
|
||||||
|
ZwCancelTimer@8
|
||||||
ZwClearEvent@4
|
ZwClearEvent@4
|
||||||
ZwClose@4
|
ZwClose@4
|
||||||
ZwCloseObjectAuditAlarm@12
|
ZwCloseObjectAuditAlarm@12
|
||||||
|
@ -1302,9 +1303,12 @@ ZwConnectPort@32
|
||||||
ZwCreateDirectoryObject@12
|
ZwCreateDirectoryObject@12
|
||||||
ZwCreateEvent@20
|
ZwCreateEvent@20
|
||||||
ZwCreateFile@44
|
ZwCreateFile@44
|
||||||
|
ZwCreateJobObject@12
|
||||||
ZwCreateKey@28
|
ZwCreateKey@28
|
||||||
ZwCreateSection@28
|
ZwCreateSection@28
|
||||||
ZwCreateSymbolicLinkObject@16
|
ZwCreateSymbolicLinkObject@16
|
||||||
|
ZwCreateTimer@16
|
||||||
|
ZwDeleteBootEntry@8
|
||||||
ZwDeleteFile@4
|
ZwDeleteFile@4
|
||||||
ZwDeleteKey@4
|
ZwDeleteKey@4
|
||||||
ZwDeleteValueKey@8
|
ZwDeleteValueKey@8
|
||||||
|
@ -1312,12 +1316,16 @@ ZwDeviceIoControlFile@40
|
||||||
ZwDisplayString@4
|
ZwDisplayString@4
|
||||||
ZwDuplicateObject@28
|
ZwDuplicateObject@28
|
||||||
ZwDuplicateToken@24
|
ZwDuplicateToken@24
|
||||||
|
ZwEnumerateBootEntries@8
|
||||||
ZwEnumerateKey@24
|
ZwEnumerateKey@24
|
||||||
ZwEnumerateValueKey@24
|
ZwEnumerateValueKey@24
|
||||||
ZwFlushInstructionCache@12
|
ZwFlushInstructionCache@12
|
||||||
ZwFlushKey@4
|
ZwFlushKey@4
|
||||||
|
ZwFlushVirtualMemory@16
|
||||||
ZwFreeVirtualMemory@16
|
ZwFreeVirtualMemory@16
|
||||||
ZwFsControlFile@40
|
ZwFsControlFile@40
|
||||||
|
ZwInitiatePowerAction@16
|
||||||
|
ZwIsProcessInJob@8
|
||||||
ZwLoadDriver@4
|
ZwLoadDriver@4
|
||||||
ZwLoadKey@8
|
ZwLoadKey@8
|
||||||
ZwMakeTemporaryObject@4
|
ZwMakeTemporaryObject@4
|
||||||
|
@ -1326,20 +1334,34 @@ ZwNotifyChangeKey@40
|
||||||
ZwOpenDirectoryObject@12
|
ZwOpenDirectoryObject@12
|
||||||
ZwOpenEvent@12
|
ZwOpenEvent@12
|
||||||
ZwOpenFile@24
|
ZwOpenFile@24
|
||||||
|
ZwOpenJobObject@12
|
||||||
ZwOpenKey@12
|
ZwOpenKey@12
|
||||||
ZwOpenProcess@16
|
ZwOpenProcess@16
|
||||||
ZwOpenProcessToken@12
|
ZwOpenProcessToken@12
|
||||||
|
ZwOpenProcessTokenEx@16
|
||||||
ZwOpenSection@12
|
ZwOpenSection@12
|
||||||
ZwOpenSymbolicLinkObject@12
|
ZwOpenSymbolicLinkObject@12
|
||||||
ZwOpenThread@16
|
ZwOpenThread@16
|
||||||
ZwOpenThreadToken@16
|
ZwOpenThreadToken@16
|
||||||
|
ZwOpenThreadTokenEx@20
|
||||||
|
ZwOpenTimer@12
|
||||||
|
ZwPowerInformation@20
|
||||||
ZwPulseEvent@8
|
ZwPulseEvent@8
|
||||||
|
ZwQueryBootEntryOrder@8
|
||||||
|
ZwQueryBootOptions@8
|
||||||
ZwQueryDefaultLocale@8
|
ZwQueryDefaultLocale@8
|
||||||
|
ZwQueryDefaultUILanguage@4
|
||||||
ZwQueryDirectoryFile@44
|
ZwQueryDirectoryFile@44
|
||||||
|
ZwQueryDirectoryObject@28
|
||||||
|
ZwQueryEaFile@36
|
||||||
|
ZwQueryFullAttributesFile@8
|
||||||
ZwQueryInformationAtom@20
|
ZwQueryInformationAtom@20
|
||||||
ZwQueryInformationFile@20
|
ZwQueryInformationFile@20
|
||||||
|
ZwQueryInformationJobObject@20
|
||||||
ZwQueryInformationProcess@20
|
ZwQueryInformationProcess@20
|
||||||
|
ZwQueryInformationThread@20
|
||||||
ZwQueryInformationToken@20
|
ZwQueryInformationToken@20
|
||||||
|
ZwQueryInstallUILanguage@4
|
||||||
ZwQueryKey@20
|
ZwQueryKey@20
|
||||||
ZwQueryObject@20
|
ZwQueryObject@20
|
||||||
ZwQuerySection@20
|
ZwQuerySection@20
|
||||||
|
@ -1353,17 +1375,29 @@ ZwReadFile@36
|
||||||
ZwReplaceKey@12
|
ZwReplaceKey@12
|
||||||
ZwRequestWaitReplyPort@12
|
ZwRequestWaitReplyPort@12
|
||||||
ZwResetEvent@8
|
ZwResetEvent@8
|
||||||
|
ZwRestoreKey@12
|
||||||
ZwSaveKey@8
|
ZwSaveKey@8
|
||||||
|
ZwSaveKeyEx@12
|
||||||
|
ZwSetBootEntryOrder@8
|
||||||
|
ZwSetBootOptions@8
|
||||||
ZwSetDefaultLocale@8
|
ZwSetDefaultLocale@8
|
||||||
|
ZwSetDefaultUILanguage@4
|
||||||
|
ZwSetEaFile@16
|
||||||
ZwSetEvent@8
|
ZwSetEvent@8
|
||||||
ZwSetInformationFile@20
|
ZwSetInformationFile@20
|
||||||
|
ZwSetInformationJobObject@16
|
||||||
ZwSetInformationObject@16
|
ZwSetInformationObject@16
|
||||||
ZwSetInformationProcess@16
|
ZwSetInformationProcess@16
|
||||||
ZwSetInformationThread@16
|
ZwSetInformationThread@16
|
||||||
|
ZwSetSecurityObject@12
|
||||||
ZwSetSystemInformation@12
|
ZwSetSystemInformation@12
|
||||||
ZwSetSystemTime@8
|
ZwSetSystemTime@8
|
||||||
|
ZwSetTimer@28
|
||||||
ZwSetValueKey@24
|
ZwSetValueKey@24
|
||||||
|
ZwSetVolumeInformationFile@20
|
||||||
|
ZwTerminateJobObject@8
|
||||||
ZwTerminateProcess@8
|
ZwTerminateProcess@8
|
||||||
|
ZwTranslateFilePath@12
|
||||||
ZwUnloadDriver@4
|
ZwUnloadDriver@4
|
||||||
ZwUnloadKey@4
|
ZwUnloadKey@4
|
||||||
ZwUnmapViewOfSection@8
|
ZwUnmapViewOfSection@8
|
||||||
|
@ -1371,44 +1405,6 @@ ZwWaitForMultipleObjects@20
|
||||||
ZwWaitForSingleObject@12
|
ZwWaitForSingleObject@12
|
||||||
ZwWriteFile@36
|
ZwWriteFile@36
|
||||||
ZwYieldExecution@0
|
ZwYieldExecution@0
|
||||||
ZwAddBootEntry@8
|
|
||||||
ZwAdjustPrivilegesToken@24
|
|
||||||
ZwAssignProcessToJobObject@8
|
|
||||||
ZwCancelIoFile@8
|
|
||||||
ZwCancelTimer@8
|
|
||||||
ZwCreateJobObject@12
|
|
||||||
ZwCreateTimer@16
|
|
||||||
ZwDeleteBootEntry@8
|
|
||||||
ZwEnumerateBootEntries@8
|
|
||||||
ZwFlushVirtualMemory@16
|
|
||||||
ZwInitiatePowerAction@16
|
|
||||||
ZwIsProcessInJob@8
|
|
||||||
ZwOpenJobObject@12
|
|
||||||
ZwOpenProcessTokenEx@16
|
|
||||||
ZwOpenThreadTokenEx@20
|
|
||||||
ZwOpenTimer@12
|
|
||||||
ZwPowerInformation@20
|
|
||||||
ZwQueryBootEntryOrder@8
|
|
||||||
ZwQueryBootOptions@8
|
|
||||||
ZwQueryDefaultUILanguage@4
|
|
||||||
ZwQueryDirectoryObject@28
|
|
||||||
ZwQueryEaFile@36
|
|
||||||
ZwQueryFullAttributesFile@8
|
|
||||||
ZwQueryInformationJobObject@20
|
|
||||||
ZwQueryInformationThread@20
|
|
||||||
ZwQueryInstallUILanguage@4
|
|
||||||
ZwRestoreKey@12
|
|
||||||
ZwSaveKeyEx@12
|
|
||||||
ZwSetBootEntryOrder@8
|
|
||||||
ZwSetBootOptions@8
|
|
||||||
ZwSetDefaultUILanguage@4
|
|
||||||
ZwSetEaFile@16
|
|
||||||
ZwSetInformationJobObject@16
|
|
||||||
ZwSetSecurityObject@12
|
|
||||||
ZwSetTimer@28
|
|
||||||
ZwSetVolumeInformationFile@20
|
|
||||||
ZwTerminateJobObject@8
|
|
||||||
ZwTranslateFilePath@12
|
|
||||||
_abnormal_termination
|
_abnormal_termination
|
||||||
_alldiv
|
_alldiv
|
||||||
_allmul
|
_allmul
|
||||||
|
|
Loading…
Reference in a new issue