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

/vbox/src/VBox/Storage/
H A DVCICache.cpp990 * @param pNodeImage Pointer to the image representation of the node.
992 static PVCITREENODE vciTreeNodeImage2Host(uint64_t offBlockAddrNode, PVciTreeNode pNodeImage) argument
996 if (pNodeImage->u8Type == VCI_TREE_NODE_TYPE_LEAF)
1002 PVciCacheExtent pExtent = (PVciCacheExtent)&pNodeImage->au8Data[0];
1021 else if (pNodeImage->u8Type == VCI_TREE_NODE_TYPE_INTERNAL)
1027 PVciTreeNodeInternal pIntImage = (PVciTreeNodeInternal)&pNodeImage->au8Data[0];
1048 AssertMsgFailed(("Invalid node type %d\n", pNodeImage->u8Type));

Completed in 46 milliseconds