/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/ |
H A D | device.c | 242 if (LastDriver->DeviceAttributes & DOS_DEVATTR_CLOCK) in DosAddDriver() 248 if (LastDriver->DeviceAttributes in DosAddDriver() 285 Node->DeviceAttributes = DriverHeader->DeviceAttributes; in DosCreateDeviceNode() 382 DriverHeader->DeviceAttributes = Attributes; in DosCreateDeviceEx() 638 if (!(DriverHeader->DeviceAttributes & DOS_DEVATTR_CHARACTER)) in DosLoadDriver()
|
H A D | device.h | 89 WORD DeviceAttributes; member 111 WORD DeviceAttributes; member
|
H A D | dosfiles.c | 414 Descriptor->DeviceInfo = Node->DeviceAttributes | FILE_INFO_DEVICE; in DosCreateFileEx() 494 Descriptor->DeviceInfo = Node->DeviceAttributes | FILE_INFO_DEVICE; in DosCreateFile() 646 Descriptor->DeviceInfo = Node->DeviceAttributes | FILE_INFO_DEVICE; in DosOpenFile() 1236 if (Node == NULL || !(Node->DeviceAttributes & DOS_DEVATTR_IOCTL)) in DosDeviceIoControl() 1256 if (Node == NULL || !(Node->DeviceAttributes & DOS_DEVATTR_IOCTL)) in DosDeviceIoControl()
|
H A D | handle.c | 82 Descriptor->DeviceInfo = Node->DeviceAttributes | FILE_INFO_DEVICE; in DosCopyHandleTable()
|
H A D | dos.c | 2317 SysVars->NullDevice.DeviceAttributes = DOS_DEVATTR_NUL | DOS_DEVATTR_CHARACTER; in DosKRNLInitialize()
|
/reactos/sdk/lib/drivers/wdf/shared/core/ |
H A D | fxdevice.cpp | 369 __in_opt PWDF_OBJECT_ATTRIBUTES DeviceAttributes, in _Create() argument 384 pDevice = new (FxDriverGlobals, DeviceAttributes) in _Create() 392 status = pDevice->Initialize(pInit, DeviceAttributes); in _Create() 434 status = pDevice->Commit(DeviceAttributes, in _Create() 665 __in_opt PWDF_OBJECT_ATTRIBUTES DeviceAttributes in Initialize() argument 698 status = ConfigureConstraints(DeviceAttributes); in Initialize()
|
H A D | fxdeviceapi.cpp | 876 PWDF_OBJECT_ATTRIBUTES DeviceAttributes, in __drv_maxIRQL() 909 DeviceAttributes, in __drv_maxIRQL() 966 DeviceAttributes, in __drv_maxIRQL()
|
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/ |
H A D | vfpriv.hpp | 123 __in PWDF_OBJECT_ATTRIBUTES DeviceAttributes,
|
H A D | verifier.cpp | 56 __in PWDF_OBJECT_ATTRIBUTES DeviceAttributes, in AddEventHooksWdfDeviceCreate() argument 164 DeviceAttributes, in AddEventHooksWdfDeviceCreate()
|
/reactos/modules/rosapps/applications/sysutils/utils/pnpdump/ |
H A D | pnpdump.c | 21 USHORT DeviceAttributes; member
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxdevice.hpp | 877 __in_opt PWDF_OBJECT_ATTRIBUTES DeviceAttributes, 1432 __in_opt PWDF_OBJECT_ATTRIBUTES DeviceAttributes
|
/reactos/sdk/include/xdk/ |
H A D | cmtypes.h | 392 USHORT DeviceAttributes; member
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdfdevice.h | 3563 PWDF_OBJECT_ATTRIBUTES DeviceAttributes, 3576 PWDF_OBJECT_ATTRIBUTES DeviceAttributes, in _IRQL_requires_max_() 3581 …) WdfFunctions[WdfDeviceCreateTableIndex])(WdfDriverGlobals, DeviceInit, DeviceAttributes, Device); in _IRQL_requires_max_()
|
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/um/ |
H A D | vfwdfdynamics.cpp | 774 PWDF_OBJECT_ATTRIBUTES DeviceAttributes, in _IRQL_requires_max_() 789 DeviceAttributes, in _IRQL_requires_max_() 798 …ATE) WdfVersion.Functions.pfnWdfDeviceCreate)(DriverGlobals, DeviceInit, DeviceAttributes, Device); in _IRQL_requires_max_()
|
/reactos/sdk/lib/drivers/wdf/shared/enhancedverif/km/ |
H A D | vfwdfdynamics.cpp | 1935 PWDF_OBJECT_ATTRIBUTES DeviceAttributes, in _IRQL_requires_max_() 1950 DeviceAttributes, in _IRQL_requires_max_() 1959 …ATE) WdfVersion.Functions.pfnWdfDeviceCreate)(DriverGlobals, DeviceInit, DeviceAttributes, Device); in _IRQL_requires_max_()
|
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/version/ |
H A D | vffxdynamics.h | 390 PWDF_OBJECT_ATTRIBUTES DeviceAttributes,
|
H A D | fxdynamics.h | 667 PWDF_OBJECT_ATTRIBUTES DeviceAttributes,
|
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/ |
H A D | vffxdynamics.h | 1131 PWDF_OBJECT_ATTRIBUTES DeviceAttributes,
|
H A D | fxdynamics.h | 1800 PWDF_OBJECT_ATTRIBUTES DeviceAttributes,
|