Home
last modified time | relevance | path

Searched refs:InUse (Results 1 – 13 of 13) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dpnppower.c456 if (deviceExtension->PowerContext.InUse)
560 NT_ASSERT(!DeviceExtension->PowerContext.InUse); in _IRQL_requires_max_()
562 DeviceExtension->PowerContext.InUse = TRUE; in _IRQL_requires_max_()
599 NT_ASSERT(DeviceExtension->PowerContext.InUse); in _IRQL_requires_max_()
601 DeviceExtension->PowerContext.InUse = FALSE; in _IRQL_requires_max_()
H A Dcdrom.h431 BOOLEAN InUse; member
/reactos/hal/halx86/generic/
H A Dkdpci.c345 if (HalpPciDebuggingDevice[i].InUse) in HalpRegisterPciDebuggingDeviceInfo()
366 if (!HalpPciDebuggingDevice[i].InUse) in HalpRegisterPciDebuggingDeviceInfo()
520 if (DebuggingDevice->InUse && in HalpSetupPciDeviceForDebugging()
535 if (!DebuggingDevice->InUse) in HalpSetupPciDeviceForDebugging()
540 DebuggingDevice->InUse = TRUE; in HalpSetupPciDeviceForDebugging()
/reactos/dll/np/nfs/
H A Dnfs41_np.c214 if (!pSharedMemory->NetResources[Index].InUse) in StoreConnectionInfo()
236 pNfs41NetResource->InUse = TRUE; in StoreConnectionInfo()
610 if (pNetResource->InUse) in NPCancelConnection()
643 pNetResource->InUse = FALSE; in NPCancelConnection()
698 if (pNetResource->InUse) in NPGetConnection()
812 if (pNfsNetResource->InUse) in NPEnumResource()
H A Dnfs41_np.h30 BOOL InUse; member
/reactos/drivers/bus/pci/
H A Dpci.h115 ULONG InUse:2; member
H A Dfdo.c65 if (PciDebuggingDevice[i].InUse && in PciIsDebuggingDevice()
H A Dpci.c238 PciDebuggingDevice[i].InUse = TRUE; in PciLocateKdDevices()
/reactos/drivers/storage/class/classpnp/
H A Dpower.c703 PowerContext->InUse = FALSE; in ClasspPowerUpCompletion()
1510 PowerContext->InUse = FALSE; in ClasspPowerDownCompletion()
1731 NT_ASSERT(context->InUse == FALSE); in ClasspPowerHandler()
1734 context->InUse = TRUE; in ClasspPowerHandler()
2223 PowerContext->InUse = FALSE; in ClasspStartNextPowerIrpCompletion()
2312 PowerContext->InUse = FALSE; in ClasspDeviceLockFailurePowerIrpCompletion()
/reactos/ntoskrnl/se/
H A Dtoken.c1376 _In_ BOOLEAN InUse, in SeSubProcessToken() argument
1405 NewToken->TokenInUse = InUse; in SeSubProcessToken()
/reactos/hal/halx86/include/
H A Dbus.h251 ULONG InUse:2; member
/reactos/ntoskrnl/include/internal/
H A Dse.h462 _In_ BOOLEAN InUse,
/reactos/sdk/include/ddk/
H A Dclasspnp.h682 BOOLEAN InUse; member