IoAllowExecution

VOID __fastcall IoAllowExecution(_FILE_OBJECT *FileObject){
  _DEVICE_OBJECT *DevicePDO; 

  DevicePDO = IopGetDevicePDO(FileObject->DeviceObject);
  if( DevicePDO )
    HalPutDmaAdapter((PADAPTER_OBJECT)DevicePDO);
}

Referenced by:

MiCreateImageOrDataSection