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.

48 lines
1.9 KiB

  1. s/KeAcquireSpinLock/RxAcquireSpinLock/g
  2. s/KeReleaseSpinLock/RxReleaseSpinLock/g
  3. s/KeInitializeEvent/RxInitializeEvent/g
  4. s/KeWaitForSingleObject/RxWaitForSingleObject/g
  5. s/KeSetEvent/RxSetEvent/g
  6. s/KeReadStateEvent/RxReadStateEvent/g
  7. s/ExInitializeResource/RxInitializeResource/g
  8. s/ExAllocatePool/RxAllocatePool/g
  9. s/ExAllocatePoolWithTag/RxAllocatePoolWithTag/g
  10. s/ExFreePool/RxFreePool/g
  11. s/ExIsResourceAcquiredExclusive/RxIsResourceAcquiredExclusive/g
  12. s/ExIsResourceAcquiredShared/RxIsResourceAcquiredShared/g
  13. s/ExReleaseResource/RxReleaseResource/g
  14. s/ExConvertExclusiveToShared/RxConvertExclusiveToShared/g
  15. s/ExAcquireResourceExclusive/RxAcquireResourceExclusive/g
  16. s/ExAcquireResourceShared/RxAcquireResourceShared/g
  17. s/ExInterlockedDecrementLong/RxInterlockedDecrementLong/g
  18. s/ExInterlockedIncrementLong/RxInterlockedIncrementLong/g
  19. s/ExInterlockedAddUlong/RxInterlockedAddUlong/g
  20. s/KeInitializeTimer/RxInitializeTimer/g
  21. s/KeSetTimer/RxSetTimer/g
  22. s/KeCancelTimer/RxCancelTimer/g
  23. s/KeInitializeDpc/RxInitializeDpc/g
  24. s/KeInsertQueueDpc/RxInsertQueueDpc/g
  25. s/KeRemoveQueueDpc/RxRemoveQueueDpc/g
  26. s/KeInitializeSpinLock/RxInitializeSpinLock/g
  27. s/KeGetCurrentIrql/RxGetCurrentIrql/g
  28. s/KeLowerIrql/RxLowerIrql/g
  29. s/KeRaiseIrql/RxRaiseIrql/g
  30. s/KeAcquireSpinLock/RxAcquireSpinLock/g
  31. s/KeAcquireSpinLockAtDpcLevel/RxAcquireSpinLockAtDpcLevel/g
  32. s/KeReleaseSpinLock/RxReleaseSpinLock/g
  33. s/KeReleaseSpinLockFromDpcLevel/RxReleaseSpinLockFromDpcLevel/g
  34. s/ExInitializeZone/RxInitializeZone/g
  35. s/ExAllocateFromZone/RxAllocateFromZone/g
  36. s/ExExtendZone/RxExtendZone/g
  37. s/ExFreeToZone/RxFreeToZone/g
  38. s/ExIsFullZone/RxIsFullZone/g
  39. s/KeResetEvent/RxResetEvent/g
  40. s/KeClearEvent/RxClearEvent/g
  41. s/ExFreeResource/RxFreeResource/g
  42. s/KeQuerySystemTime/RxQuerySystemTime/g
  43. s/ExDeleteResource/RxDeleteResource/g
  44. s/ExInitializeWorkItem/RxInitializeWorkItem/g
  45. s/ExQueueWorkItem/RxQueueWorkItem/g
  46. s/ExSystemTimeToLocalTime/RxSystemTimeToLocalTime/g
  47. s/ExLocalTimeToSystemTime/RxLocalTimeToSystemTime/g