VOID __stdcall IopReadyDeviceObjects(_DRIVER_OBJECT *DriverObject){
_DEVICE_OBJECT *DeviceObject;
void *retaddr;
DeviceObject = DriverObject->DeviceObject;
_InterlockedOr((volatile signed __int32 *)&retaddr, 0);
DriverObject->Flags |= 0x10u;
while( DeviceObject )
{
DeviceObject->Flags &= ~0x80u;
DeviceObject = DeviceObject->NextDevice;
}
}