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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
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...]
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...]
tdikrnl.h 410 * IN PIRP Irp,
419 Irp, DevObj, FileObj, CompRoutine, Contxt, \
425 _IrpSp = IoGetNextIrpStackLocation(Irp); \
427 TdiBuildBaseIrp(Irp, DevObj, FileObj, CompRoutine, \
438 * IN PIRP Irp,
446 Irp, DevObj, FileObj, CompRoutine, Contxt, MdlAddr) \
450 _IrpSp = IoGetNextIrpStackLocation(Irp); \
452 TdiBuildBaseIrp(Irp, DevObj, FileObj, CompRoutine, \
455 (Irp)->MdlAddress = (MdlAddr); \
461 * IN PIRP Irp,
    [all...]
swenum.h 83 IN OUT PIRP Irp
98 IN PIRP Irp
114 IN PIRP Irp
122 IN OUT PIRP Irp
130 IN OUT PIRP Irp
wmilib.h 37 IN OUT PIRP Irp,
45 IN OUT PIRP Irp,
56 IN OUT PIRP Irp,
67 IN OUT PIRP Irp,
76 IN OUT PIRP Irp,
100 IN OUT PIRP Irp,
110 IN OUT 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...]
mcd.h 100 IN PIRP Irp);
strmini.h 258 PIRP Irp;
303 PIRP Irp;
wdm.h     [all...]
portcls.h 27 IRP HANDLING:
281 PIRP Irp;
305 PIRP Irp;
1071 IN PIRP Irp, \
    [all...]
ntifs.h     [all...]
ntddk.h 176 ** IRP function codes
    [all...]
ndis.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 838 typedef NTSTATUS (*PFNKSINTERSECTHANDLER) ( PIRP Irp, PKSP_PIN Pin,
841 typedef NTSTATUS (*PFNKSINTERSECTHANDLEREX)(PVOID Context, PIRP Irp,
    [all...]
batclass.h 127 NTSTATUS BATTERYCLASSAPI BatteryClassIoctl(PVOID ClassData,PIRP Irp);
128 NTSTATUS BATTERYCLASSAPI BatteryClassSystemControl(PVOID ClassData,PVOID WmiLibContext,PDEVICE_OBJECT DeviceObject,PIRP Irp,PVOID Disposition);
129 NTSTATUS BATTERYCLASSAPI BatteryClassQueryWmiDataBlock(PVOID ClassData,PDEVICE_OBJECT DeviceObject,PIRP Irp,ULONG GuidIndex,PULONG InstanceLengthArray,ULONG OutBufferSize,PUCHAR Buffer);
usb.h 76 #define URB_FROM_IRP(Irp) ((IoGetCurrentIrpStackLocation(Irp))->Parameters.Others.Argument1)

Completed in 262 milliseconds