Home
last modified time | relevance | path

Searched refs:StartIoKey (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_io/
H A DIoDeviceObject_drv.c384 ok(extdev->StartIoKey == 0, "Expected StartIoKey = 0, got %lu\n", extdev->StartIoKey); in TestDeviceCreated()
445 ok(extdev->StartIoKey == 0, "Expected StartIoKey = 0, got %lu\n", extdev->StartIoKey); in TestDeviceDeletion()
/reactos/ntoskrnl/io/iomgr/
H A Ddevice.c603 DeviceExtension->StartIoKey = CurrentKey; in IopStartNextPacketByKeyEx()
611 DeviceExtension->StartIoKey = 0; in IopStartNextPacketByKeyEx()
635 CurrentKey = DeviceExtension->StartIoKey; in IopStartNextPacketByKeyEx()
/reactos/sdk/include/ndk/
H A Diotypes.h1088 LONG StartIoKey; member