LONG Value;
status = STATUS_DEVICE_NOT_READY;
- if (Granter->Enabled == FALSE)
+ if (Granter->Connected == FALSE)
goto fail1;
status = GNTTAB(PermitForeignAccess,
PXENBUS_GNTTAB_DESCRIPTOR Descriptor = Handle;
NTSTATUS status;
- if (Granter->Enabled == FALSE)
+ if (Granter->Connected == FALSE)
return;
status = GNTTAB(RevokeForeignAccess,
{
PXENBUS_GNTTAB_DESCRIPTOR Descriptor = Handle;
- if (Granter->Enabled == FALSE)
+ if (Granter->Connected == FALSE)
return 0;
return GNTTAB(Reference, Granter->GnttabInterface, Descriptor);