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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp159 * @param pNotInList Element which is not allowed to occur in the list.
161 static void pdmBlkCacheCheckList(PPDMBLKLRULIST pList, PPDMBLKCACHEENTRY pNotInList) argument
178 AssertMsg(pCurr != pNotInList, ("Not allowed entry %#p is in list\n", pCurr));

Completed in 49 milliseconds