Home
last modified time | relevance | path

Searched refs:DeviceUsageTypePaging (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/storage/ide/pciidex/
H A Dfdo.c361 case DeviceUsageTypePaging: in PciIdeXFdoQueryDeviceUsageNotification()
H A Dpdo.c729 case DeviceUsageTypePaging: in PciIdeXPdoQueryDeviceUsageNotification()
/reactos/drivers/filesystems/btrfs/
H A Dpnp.c443 case DeviceUsageTypePaging: in pnp_device_usage_notification()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxpkgpnp.hpp3192 case WdfSpecialFilePaging: return DeviceUsageTypePaging; in _SpecialTypeToUsage()
3196 default: ASSERT(FALSE);return DeviceUsageTypePaging; in _SpecialTypeToUsage()
3207 case DeviceUsageTypePaging: return WdfSpecialFilePaging; in _UsageToSpecialType()
/reactos/drivers/bus/isapnp/
H A Dpdo.c730 case DeviceUsageTypePaging: in IsaPdoQueryDeviceUsageNotification()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dfxpkgpnp.cpp5892 if (IsUsageSupported(DeviceUsageTypePaging) && IsDevicePowerUpIrpPending()) { in SaveState()
/reactos/sdk/include/xdk/
H A Diotypes.h1170 DeviceUsageTypePaging, enumerator
/reactos/drivers/storage/class/classpnp/
H A Dclass.c1371 case DeviceUsageTypePaging: { in ClassDispatchPnp()