Searched refs:IoGetCurrentIrpStackLocation (Results 1 – 3 of 3) sorted by relevance
1087 #define IoGetCurrentIrpStackLocation(irp) \ macro1112 IoGetCurrentIrpStackLocation(irp)->isl_ctl |= SL_PENDING_RETURNED1114 IoGetCurrentIrpStackLocation(irp)->isl_ctl &= ~SL_PENDING_RETURNED1119 src = IoGetCurrentIrpStackLocation(irp); \
247 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_iodispatch()276 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_ioinvalid()294 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_pnp()312 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_power()389 irp_sl = IoGetCurrentIrpStackLocation(ip); in usbd_geturb()
1142 MSCALL2(cfunc, IoGetCurrentIrpStackLocation(ip)->isl_devobj, ip);1162 sl = IoGetCurrentIrpStackLocation(ip);1183 sl = IoGetCurrentIrpStackLocation(ip);1191 dobj = IoGetCurrentIrpStackLocation(ip)->isl_devobj;