Searched defs:_IRP (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h46 struct _IRP;
54 typedef NTSTATUS (WINAPI *PDRIVER_DISPATCH)(struct _DEVICE_OBJECT *, struct _IRP *);
55 typedef void (WINAPI *PDRIVER_STARTIO)(struct _DEVICE_OBJECT *, struct _IRP *);
307 struct _IRP *CurrentIrp;
370 IN struct _IRP *Irp);
405 typedef struct _IRP { struct
411 struct _IRP *MasterIrp;
459 typedef struct _IRP *PIRP;
829 IN struct _IRP *Irp,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h46 struct _IRP;
54 typedef NTSTATUS (WINAPI *PDRIVER_DISPATCH)(struct _DEVICE_OBJECT *, struct _IRP *);
55 typedef void (WINAPI *PDRIVER_STARTIO)(struct _DEVICE_OBJECT *, struct _IRP *);
305 struct _IRP *CurrentIrp;
362 IN struct _IRP *Irp);
397 typedef struct _IRP { struct
403 struct _IRP *MasterIrp;
451 typedef struct _IRP *PIRP;
815 IN struct _IRP *Irp,

Completed in 59 milliseconds