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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp43 static int pdmR3CritSectDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTINT pCritSect, PPDMCRITSECTINT pPrev, bool fFinal);
44 static int pdmR3CritSectRwDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTRWINT pCritSect, PPDMCRITSECTRWINT pPrev, bool fFinal);
486 * @param fFinal Set if this is the final call and statistics shouldn't be deregistered.
490 static int pdmR3CritSectDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTINT pCritSect, PPDMCRITSECTINT pPrev, bool fFinal) argument
527 if (!fFinal)
543 * @param fFinal Set if this is the final call and statistics shouldn't be deregistered.
547 static int pdmR3CritSectRwDeleteOne(PVM pVM, PUVM pUVM, PPDMCRITSECTRWINT pCritSect, PPDMCRITSECTRWINT pPrev, bool fFinal) argument
597 if (!fFinal)
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1379 bool fFinal = iComponent + 1 >= pPath->cComponents; local
1380 if (fFinal && !fFollowSymlink)
1395 if (fFinal)

Completed in 53 milliseconds