HomeSort by relevance Sort by last modified time
    Searched defs:Irp (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
bdasup.h 56 IN PIRP Irp);
60 IN PIRP Irp);
99 IN PIRP Irp,
109 IN PIRP Irp,
115 IN PIRP Irp,
121 IN PIRP Irp,
127 IN PIRP Irp,
133 IN PIRP Irp,
139 IN PIRP Irp,
145 IN PIRP Irp,
    [all...]
csq.h 22 * IRP queuing is a royal pain in the butt, due to the fact that there are
23 * tons of built-in race conditions. IRP handling is difficult in general,
37 * of the IRP-queuing bugs in one place. I'm quite sure there are problems
82 * IO_CSQ_IRP_CONTEXT - Context used to track an IRP in the CSQ
86 PIRP Irp;
101 * Function to insert an IRP in the queue. No need to worry about locking;
106 VOID NTAPI CsqInsertIrp(PIO_CSQ Csq, PIRP Irp)
108 KdPrint(("Inserting IRP 0x%x into CSQ\n", Irp));
109 InsertTailList(&IrpQueue, &Irp->Tail.Overlay.ListEntry)
    [all...]
portcls.h 27 IRP HANDLING:
281 PIRP Irp;
305 PIRP Irp;
1071 IN PIRP Irp, \
    [all...]
strmini.h 258 PIRP Irp;
303 PIRP Irp;
classpnp.h 304 PIRP Irp);
326 PIRP Irp);
331 PIRP Irp);
336 PIRP Irp);
341 PIRP Irp);
383 PIRP Irp,
391 PIRP Irp,
399 PIRP Irp,
408 PIRP Irp,
418 PIRP Irp,
    [all...]
ndis.h     [all...]
wdm.h     [all...]

Completed in 387 milliseconds