#include "ki.h"Go to the source code of this file.
Defines | |
| #define | ASSERT_DEVICE_QUEUE(E) |
Functions | |
| VOID | KeInitializeDeviceQueue (IN PKDEVICE_QUEUE DeviceQueue) |
| BOOLEAN | KeInsertDeviceQueue (IN PKDEVICE_QUEUE DeviceQueue, IN PKDEVICE_QUEUE_ENTRY DeviceQueueEntry) |
| BOOLEAN | KeInsertByKeyDeviceQueue (IN PKDEVICE_QUEUE DeviceQueue, IN PKDEVICE_QUEUE_ENTRY DeviceQueueEntry, IN ULONG SortKey) |
| PKDEVICE_QUEUE_ENTRY | KeRemoveDeviceQueue (IN PKDEVICE_QUEUE DeviceQueue) |
| PKDEVICE_QUEUE_ENTRY | KeRemoveByKeyDeviceQueue (IN PKDEVICE_QUEUE DeviceQueue, IN ULONG SortKey) |
| BOOLEAN | KeRemoveEntryDeviceQueue (IN PKDEVICE_QUEUE DeviceQueue, IN PKDEVICE_QUEUE_ENTRY DeviceQueueEntry) |
|
|
Value:
Definition at line 34 of file devquobj.c. Referenced by KeInsertByKeyDeviceQueue(), KeInsertDeviceQueue(), KeRemoveByKeyDeviceQueue(), KeRemoveDeviceQueue(), and KeRemoveEntryDeviceQueue(). |
|
|
Definition at line 40 of file devquobj.c. References DeviceQueueObject, FALSE, KDEVICE_QUEUE, KeInitializeSpinLock(), and PKDEVICE_QUEUE. Referenced by IoCreateController(), and IoCreateDevice().
|
|
||||||||||||||||
|
Definition at line 145 of file devquobj.c. References ASSERT, ASSERT_DEVICE_QUEUE, DISPATCH_LEVEL, FALSE, KDEVICE_QUEUE_ENTRY, _KDEVICE_QUEUE_ENTRY::SortKey, and TRUE. Referenced by IoStartPacket().
|
|
||||||||||||
|
Definition at line 83 of file devquobj.c. References ASSERT, ASSERT_DEVICE_QUEUE, DISPATCH_LEVEL, FALSE, PKDEVICE_QUEUE_ENTRY, and TRUE. Referenced by IoAllocateController(), and IoStartPacket().
|
|
||||||||||||
|
Definition at line 294 of file devquobj.c. References ASSERT, ASSERT_DEVICE_QUEUE, _KDEVICE_QUEUE_ENTRY::DeviceListEntry, DISPATCH_LEVEL, FALSE, _KDEVICE_QUEUE_ENTRY::Inserted, NULL, _KDEVICE_QUEUE_ENTRY::SortKey, and TRUE. Referenced by IoStartNextPacketByKey().
|
|
|
Definition at line 226 of file devquobj.c. References ASSERT, ASSERT_DEVICE_QUEUE, DISPATCH_LEVEL, FALSE, _KDEVICE_QUEUE_ENTRY::Inserted, NULL, and TRUE. Referenced by IoFreeController(), and IoStartNextPacket().
|
|
||||||||||||
|
Definition at line 384 of file devquobj.c. References ASSERT, ASSERT_DEVICE_QUEUE, DISPATCH_LEVEL, FALSE, and TRUE.
|
1.3.7