Searched refs:TeardownFcb (Results 1 – 4 of 4) sorted by relevance
154 if ((IrpContext->TeardownFcb != NULL) && in _Requires_lock_held_()155 *(IrpContext->TeardownFcb) != NULL) { in _Requires_lock_held_()157 CdTeardownStructures( IrpContext, *(IrpContext->TeardownFcb), &RemovedFcb ); in _Requires_lock_held_()162 CdReleaseFcb( IrpContext, *(IrpContext->TeardownFcb) ); in _Requires_lock_held_()165 *(IrpContext->TeardownFcb) = NULL; in _Requires_lock_held_()166 IrpContext->TeardownFcb = NULL; in _Requires_lock_held_()284 if (IrpContext->TeardownFcb != NULL) { in _Requires_lock_held_()286 CdTeardownStructures( IrpContext, *(IrpContext->TeardownFcb), &RemovedFcb ); in _Requires_lock_held_()291 CdReleaseFcb( IrpContext, *(IrpContext->TeardownFcb) ); in _Requires_lock_held_()294 *(IrpContext->TeardownFcb) = NULL; in _Requires_lock_held_()[all …]
1181 PFCB *TeardownFcb; member
2802 IrpContext->TeardownFcb = CurrentFcb; in _Requires_lock_held_()2856 IrpContext->TeardownFcb = NULL; in _Requires_lock_held_()
200 doit( IRP_CONTEXT, TeardownFcb );