Searched refs:IoGetCurrentIrpStackLocation (Results 1 – 3 of 3) sorted by relevance
1099 #define IoGetCurrentIrpStackLocation(irp) \ macro1124 IoGetCurrentIrpStackLocation(irp)->isl_ctl |= SL_PENDING_RETURNED1126 IoGetCurrentIrpStackLocation(irp)->isl_ctl &= ~SL_PENDING_RETURNED1131 src = IoGetCurrentIrpStackLocation(irp); \
243 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_iodispatch()272 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_ioinvalid()290 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_pnp()308 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_power()385 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_geturb()
1140 MSCALL2(cfunc, IoGetCurrentIrpStackLocation(ip)->isl_devobj, ip);1160 sl = IoGetCurrentIrpStackLocation(ip);1181 sl = IoGetCurrentIrpStackLocation(ip);1189 dobj = IoGetCurrentIrpStackLocation(ip)->isl_devobj;