Searched refs:IO_TYPE_IRP (Results 1 – 8 of 8) sorted by relevance
207 #define ASSERT_IRP(I) ASSERT_STRUCT( (I), IO_TYPE_IRP )208 #define ASSERT_OPTIONAL_IRP(I) ASSERT_OPTIONAL_STRUCT( (I), IO_TYPE_IRP )
147 NT_ASSERT(irp->Type == IO_TYPE_IRP); in DequeueDeferredClientIrp()682 NT_ASSERT(irp->Type == IO_TYPE_IRP); in ClasspDequeueIdleRequest()
1109 ASSERT(Irp->Type == IO_TYPE_IRP); in IoCancelIrp()1265 ASSERT(Irp->Type == IO_TYPE_IRP); in IofCallDriver()1335 ASSERT(Irp->Type == IO_TYPE_IRP); in IofCompleteRequest()1677 ASSERT(Irp->Type == IO_TYPE_IRP); in IoFreeIrp()1866 Irp->Type = IO_TYPE_IRP; in IoInitializeIrp()
582 ASSERT( TopIrp->Type == IO_TYPE_IRP ); in UDFCommonWrite()
916 NodeType(TopIrp) == IO_TYPE_IRP) { in Ext2WriteFile()
1490 NodeType(TopIrp) == IO_TYPE_IRP) {
28 #define IO_TYPE_IRP 6 macro
4379 ASSERT(NodeType(TopIrp) == IO_TYPE_IRP); in RxCommonWrite()