Lines Matching refs:attributes
151 WDF_OBJECT_ATTRIBUTES attributes; in _IRQL_requires_max_() local
156 WDF_OBJECT_ATTRIBUTES_INIT_CONTEXT_TYPE(&attributes, in _IRQL_requires_max_()
159 status = WdfRequestCreate(&attributes, in _IRQL_requires_max_()
477 WDF_OBJECT_ATTRIBUTES attributes; in _IRQL_requires_max_() local
481 WDF_OBJECT_ATTRIBUTES_INIT_CONTEXT_TYPE(&attributes, in _IRQL_requires_max_()
483 attributes.ParentObject = DeviceExtension->Device; in _IRQL_requires_max_()
485 status = WdfRequestCreate(&attributes, in _IRQL_requires_max_()
497 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in _IRQL_requires_max_()
498 attributes.ParentObject = DeviceExtension->ReleaseQueueRequest; in _IRQL_requires_max_()
500 status = WdfMemoryCreatePreallocated(&attributes, in _IRQL_requires_max_()
535 WDF_OBJECT_ATTRIBUTES_INIT(&attributes); in _IRQL_requires_max_()
536 attributes.ParentObject = DeviceExtension->Device; in _IRQL_requires_max_()
538 status = WdfSpinLockCreate(&attributes, in _IRQL_requires_max_()
579 WDF_OBJECT_ATTRIBUTES attributes; in _IRQL_requires_max_() local
585 WDF_OBJECT_ATTRIBUTES_INIT_CONTEXT_TYPE(&attributes, in _IRQL_requires_max_()
587 attributes.ParentObject = DeviceExtension->Device; in _IRQL_requires_max_()
589 status = WdfRequestCreate(&attributes, in _IRQL_requires_max_()