/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/ |
H A D | SystemTable.c | 291 @param [in] pAddress The address to display 302 IN CONST VOID * pAddress, 360 sizeof ( pAddress ) * 8, 361 (UINT64) pAddress ); 298 RowPointer( IN int SocketFD, IN WSDT_PORT * pPort, IN CONST CHAR8 * pName, IN CONST VOID * pAddress, IN CONST CHAR16 * pWebPage ) argument
|
/vbox/src/VBox/Main/src-client/ |
H A D | DisplaySourceBitmapImpl.cpp | 127 BYTE *pAddress = NULL; local 138 pAddress = pFBInfo->pu8FramebufferVRAM; 150 pAddress = NULL; 164 pAddress = m.pu8Allocated; 170 m.pu8Address = pAddress; 178 RT_BZERO(pAddress, ulBytesPerLine * ulHeight);
|
H A D | DisplayImpl.cpp | 930 BYTE *pAddress = NULL; local 937 hr = pSourceBitmap->QueryBitmapInfo(&pAddress, 946 pFBInfo->updateImage.pu8Address = pAddress; 2417 BYTE *pAddress = NULL; local 2424 HRESULT hrc = pFBInfo->pSourceBitmap->QueryBitmapInfo(&pAddress, 2441 pu8Dst = pAddress; 2556 BYTE *pAddress = NULL; local 2563 HRESULT hrc = pFBInfo->pSourceBitmap->QueryBitmapInfo(&pAddress, 2583 uint8_t *pu8Dst = pAddress; 2768 BYTE *pAddress [all...] |
H A D | ConsoleVRDPServer.cpp | 1094 BYTE *pAddress = NULL; local 1101 hr = server->maSourceBitmaps[uScreenId]->QueryBitmapInfo(&pAddress, 1118 pInfo->pu8Bits = pAddress;
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFAddr.cpp | 58 static int dbgfR3AddrFromSelInfoOffWorker(PDBGFADDRESS pAddress, PCDBGFSELINFO pSelInfo, RTUINTPTR off) argument 78 pAddress->FlatPtr = pSelInfo->GCPtrBase + off; 84 pAddress->fFlags = DBGFADDRESS_FLAGS_FLAT; 86 pAddress->fFlags = DBGFADDRESS_FLAGS_FAR16; 88 pAddress->fFlags = DBGFADDRESS_FLAGS_FAR32; 90 pAddress->fFlags = DBGFADDRESS_FLAGS_FAR64; 102 * @param pAddress Where to store the mixed address. 106 VMMR3DECL(int) DBGFR3AddrFromSelOff(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, RTSEL Sel, RTUINTPTR off) argument 112 pAddress->Sel = Sel; 113 pAddress 153 DBGFR3AddrFromSelInfoOff(PUVM pUVM, PDBGFADDRESS pAddress, PCDBGFSELINFO pSelInfo, RTUINTPTR off) argument 180 DBGFR3AddrFromFlat(PUVM pUVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr) argument 202 DBGFR3AddrFromPhys(PUVM pUVM, PDBGFADDRESS pAddress, RTGCPHYS PhysAddr) argument 221 DBGFR3AddrIsValid(PUVM pUVM, PCDBGFADDRESS pAddress) argument 241 dbgfR3AddrToPhysOnVCpu(PVMCPU pVCpu, PDBGFADDRESS pAddress, PRTGCPHYS pGCPhys) argument 269 DBGFR3AddrToPhys(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, PRTGCPHYS pGCPhys) argument 329 DBGFR3AddrToHostPhys(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, PRTHCPHYS pHCPhys) argument 371 dbgfR3AddrToVolatileR3PtrOnVCpu(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, bool fReadOnly, void **ppvR3Ptr) argument 449 DBGFR3AddrToVolatileR3Ptr(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, bool fReadOnly, void **ppvR3Ptr) argument 479 DBGFR3AddrAdd(PDBGFADDRESS pAddress, RTGCUINTPTR uAddend) argument 507 DBGFR3AddrSub(PDBGFADDRESS pAddress, RTGCUINTPTR uSubtrahend) argument [all...] |
H A D | DBGFBp.cpp | 274 * @param pAddress The address of the breakpoint. 282 static DECLCALLBACK(int) dbgfR3BpSetInt3(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t *piHitTrigger, argument 290 if (!DBGFR3AddrIsValid(pUVM, pAddress)) 301 PDBGFBP pBp = dbgfR3BpGetByAddr(pVM, DBGFBPTYPE_INT3, pAddress->FlatPtr); 322 pBp->GCPtr = pAddress->FlatPtr; 348 * @param pAddress The address of the breakpoint. 356 VMMR3DECL(int) DBGFR3BpSet(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint32_t *piBp) argument 363 pUVM, pAddress, &iHitTrigger, &iHitDisable, piBp); 431 * @param pAddress The address of the breakpoint. 443 static DECLCALLBACK(int) dbgfR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_ argument 550 DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint8_t fType, uint8_t cb, uint32_t *piBp) argument 616 dbgfR3BpSetREM(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t *piHitTrigger, uint64_t *piHitDisable, uint32_t *piBp) argument 699 DBGFR3BpSetREM(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, uint32_t *piBp) argument [all...] |
H A D | DBGFMem.cpp | 42 * @param pAddress Where to store the mixed address. 50 static DECLCALLBACK(int) dbgfR3MemScan(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, PCRTGCUINTPTR pcbRange, argument 61 if (!DBGFR3AddrIsValid(pUVM, pAddress)) 65 if (DBGFADDRESS_IS_HMA(pAddress)) 76 || DBGFADDRESS_IS_PHYS(pAddress) 83 rc = PGMR3DbgScanPhysical(pVM, pAddress->FlatPtr, cbRange, GCPhysAlign, pabNeedle, cbNeedle, &PhysHit); 90 if ( ( pAddress->FlatPtr >= _4G 91 || pAddress->FlatPtr + cbRange > _4G) 97 rc = PGMR3DbgScanVirtual(pVM, pVCpu, pAddress->FlatPtr, cbRange, *puAlign, pabNeedle, cbNeedle, &GCPtrHit); 117 * @param pAddress Wher 127 DBGFR3MemScan(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, RTGCUINTPTR cbRange, RTGCUINTPTR uAlign, const void *pvNeedle, size_t cbNeedle, PDBGFADDRESS pHitAddress) argument 147 dbgfR3MemRead(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, void *pvBuf, size_t cbRead) argument 210 DBGFR3MemRead(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, void *pvBuf, size_t cbRead) argument 236 dbgfR3MemReadString(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, char *pszBuf, size_t cchBuf) argument 284 DBGFR3MemReadString(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, char *pszBuf, size_t cchBuf) argument 315 dbgfR3MemWrite(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, void const *pvBuf, size_t cbWrite) argument 374 DBGFR3MemWrite(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, void const *pvBuf, size_t cbWrite) argument [all...] |
H A D | DBGFAddrSpace.cpp | 1166 * @param pAddress The address to lookup. 1169 * symbol and pAddress. Optional. 1175 VMMR3DECL(int) DBGFR3AsSymbolByAddr(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, uint32_t fFlags, argument 1183 int rc = DBGFR3AsSymbolByAddr(pUVM, DBGF_AS_RC, pAddress, fFlags, poffDisp, pSymbol, phMod); 1185 rc = DBGFR3AsSymbolByAddr(pUVM, DBGF_AS_GLOBAL, pAddress, fFlags, poffDisp, pSymbol, phMod); 1193 AssertReturn(DBGFR3AddrIsValid(pUVM, pAddress), VERR_INVALID_PARAMETER); 1209 int rc = RTDbgAsSymbolByAddr(hRealAS, pAddress->FlatPtr, fFlags, poffDisp, pSymbol, &hMod); 1230 * @param pAddress See DBGFR3AsSymbolByAddr. 1235 VMMR3DECL(PRTDBGSYMBOL) DBGFR3AsSymbolByAddrA(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, uint32_t fFlags, argument 1239 int rc = DBGFR3AsSymbolByAddr(pUVM, hDbgAs, pAddress, fFlag 1307 DBGFR3AsLineByAddr(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, PRTGCINTPTR poffDisp, PRTDBGLINE pLine, PRTDBGMOD phMod) argument 1344 DBGFR3AsLineByAddrA(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, PRTGCINTPTR poffDisp, PRTDBGMOD phMod) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/ |
H A D | Ip4.c | 29 @param [out] pAddress Network address to receive the local system address 35 OUT struct sockaddr * pAddress 47 pLocalAddress = (struct sockaddr_in *)pAddress; 441 @param [out] pAddress Network address to receive the remote system address 456 OUT struct sockaddr * pAddress, 472 if ( NULL != pAddress ) { 482 pRemoteAddress = (struct sockaddr_in *)pAddress; 554 @param [out] pAddress Network address to receive the remote system address 560 OUT struct sockaddr * pAddress 572 pRemoteAddress = (struct sockaddr_in *)pAddress; 449 EslIp4Receive( IN ESL_PORT * pPort, IN ESL_PACKET * pPacket, IN BOOLEAN * pbConsumePacket, IN size_t BufferLength, IN UINT8 * pBuffer, OUT size_t * pDataLength, OUT struct sockaddr * pAddress, OUT size_t * pSkipBytes ) argument 956 EslIp4TxBuffer( IN ESL_SOCKET * pSocket, IN int Flags, IN size_t BufferLength, IN CONST UINT8 * pBuffer, OUT size_t * pDataLength, IN const struct sockaddr * pAddress, IN socklen_t AddressLength ) argument [all...] |
H A D | Udp4.c | 302 @param [out] pAddress Network address to receive the remote system address 317 OUT struct sockaddr * pAddress, 331 if ( NULL != pAddress ) { 342 pRemoteAddress = (struct sockaddr_in *)pAddress; 396 @param [out] pAddress Network address to receive the remote system address 402 OUT struct sockaddr * pAddress 414 pRemoteAddress = (struct sockaddr_in *)pAddress; 757 @param [in] pAddress Network address of the remote system address 771 IN const struct sockaddr * pAddress, 840 if ( NULL != pAddress ) { 310 EslUdp4Receive( IN ESL_PORT * pPort, IN ESL_PACKET * pPacket, IN BOOLEAN * pbConsumePacket, IN size_t BufferLength, IN UINT8 * pBuffer, OUT size_t * pDataLength, OUT struct sockaddr * pAddress, OUT size_t * pSkipBytes ) argument 765 EslUdp4TxBuffer( IN ESL_SOCKET * pSocket, IN int Flags, IN size_t BufferLength, IN CONST UINT8 * pBuffer, OUT size_t * pDataLength, IN const struct sockaddr * pAddress, IN socklen_t AddressLength ) argument [all...] |
H A D | Tcp4.c | 1506 @param [out] pAddress Network address to receive the remote system address 1521 OUT struct sockaddr * pAddress, 1534 if ( NULL != pAddress ) { 1546 pRemoteAddress = (struct sockaddr_in *)pAddress; 1626 @param [out] pAddress Network address to receive the remote system address 1632 OUT struct sockaddr * pAddress 1644 pRemoteAddress = (struct sockaddr_in *)pAddress; 1885 @param [in] pAddress Network address of the remote system address 1899 IN const struct sockaddr * pAddress, 1514 EslTcp4Receive( IN ESL_PORT * pPort, IN ESL_PACKET * pPacket, IN BOOLEAN * pbConsumePacket, IN size_t BufferLength, IN UINT8 * pBuffer, OUT size_t * pDataLength, OUT struct sockaddr * pAddress, OUT size_t * pSkipBytes ) argument 1893 EslTcp4TxBuffer( IN ESL_SOCKET * pSocket, IN int Flags, IN size_t BufferLength, IN CONST UINT8 * pBuffer, OUT size_t * pDataLength, IN const struct sockaddr * pAddress, IN socklen_t AddressLength ) argument
|
H A D | Socket.c | 1934 @param [out] pAddress Network address to receive the local system address 1946 OUT struct sockaddr * pAddress, 1979 if (( NULL != pAddress ) && ( NULL != pAddressLength )) { 2011 ZeroMem ( pAddress, LengthInBytes ); 2012 pAddress->sa_len = (uint8_t)LengthInBytes; 2013 *pAddressLength = pAddress->sa_len; 2014 pSocket->pApi->pfnLocalAddrGet ( pPort, pAddress ); 2074 @param [out] pAddress Network address to receive the remote system address 2086 OUT struct sockaddr * pAddress, 2127 if (( NULL != pAddress ) 1944 EslSocketGetLocalAddress( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, OUT struct sockaddr * pAddress, IN OUT socklen_t * pAddressLength, IN int * pErrno ) argument 2084 EslSocketGetPeerAddress( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, OUT struct sockaddr * pAddress, IN OUT socklen_t * pAddressLength, IN int * pErrno ) argument 4255 EslSocketReceive( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, IN INT32 Flags, IN size_t BufferLength, IN UINT8 * pBuffer, OUT size_t * pDataLength, OUT struct sockaddr * pAddress, IN OUT socklen_t * pAddressLength, IN int * pErrno ) argument 5201 EslSocketTransmit( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, IN int Flags, IN size_t BufferLength, IN CONST UINT8 * pBuffer, OUT size_t * pDataLength, IN const struct sockaddr * pAddress, IN socklen_t AddressLength, IN int * pErrno ) argument [all...] |
/vbox/src/VBox/Debugger/ |
H A D | DBGCCmdHlp.cpp | 746 static DECLCALLBACK(int) dbgcHlpVarToDbgfAddr(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pVar, PDBGFADDRESS pAddress) argument 750 AssertPtr(pAddress); 755 DBGFR3AddrFromFlat(pDbgc->pUVM, pAddress, pVar->u.GCFlat); 759 DBGFR3AddrFromFlat(pDbgc->pUVM, pAddress, (RTGCUINTPTR)pVar->u.u64Number); 763 return DBGFR3AddrFromSelOff(pDbgc->pUVM, pDbgc->idCpu, pAddress, pVar->u.GCFar.sel, pVar->u.GCFar.off); 766 DBGFR3AddrFromPhys(pDbgc->pUVM, pAddress, pVar->u.GCPhys); 775 return dbgcHlpVarToDbgfAddr(pCmdHlp, &Var, pAddress); 790 static DECLCALLBACK(int) dbgcHlpVarFromDbgfAddr(PDBGCCMDHLP pCmdHlp, PCDBGFADDRESS pAddress, PDBGCVAR pResult) argument 792 AssertPtrReturn(pAddress, VERR_INVALID_POINTER); 793 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), VERR_INVALID_PARAMETE [all...] |
H A D | DBGCEmulateCodeView.cpp | 867 * @param pAddress The current address. 871 static void dbgcCmdUnassambleHelpListNear(PUVM pUVM, PDBGCCMDHLP pCmdHlp, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, argument 876 int rc = DBGFR3AsSymbolByAddr(pUVM, hDbgAs, pAddress, RTDBGSYMADDR_FLAGS_LESS_OR_EQUAL, &offDispSym, &Symbol, NULL); 878 rc = DBGFR3AsSymbolByAddr(pUVM, hDbgAs, pAddress, RTDBGSYMADDR_FLAGS_GREATER_OR_EQUAL, &offDispSym, &Symbol, NULL); 3656 * @param pAddress The address to start searching from. (undefined on output) 3664 static int dbgcCmdWorkerSearchMemDoIt(PDBGCCMDHLP pCmdHlp, PUVM pUVM, PDBGFADDRESS pAddress, RTGCUINTPTR cbRange, argument 3678 int rc = DBGFR3MemScan(pUVM, pDbgc->idCpu, pAddress, cbRange, 1, pabBytes, cbBytes, &HitAddress); 3685 pAddress->off += cbRange; 3686 pAddress->FlatPtr += cbRange; 3702 cbRange -= HitAddress.FlatPtr - pAddress 3792 dbgcCmdWorkerSearchMem(PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR pAddress, uint64_t cMaxHits, char chType, PCDBGCVAR paPatArgs, unsigned cPatArgs, PDBGCVAR pResult) argument [all...] |
/vbox/src/VBox/Frontends/VBoxSDL/ |
H A D | Framebuffer.cpp | 653 BYTE *pAddress = NULL; local 660 mpSourceBitmap->QueryBitmapInfo(&pAddress, 671 && mPtrVRAM == pAddress 683 mPtrVRAM = pAddress;
|
/vbox/src/VBox/Additions/common/VBoxService/ |
H A D | VBoxServiceVMInfo.cpp | 986 sockaddr_in *pAddress; local 991 pAddress = (sockaddr_in *)&(InterfaceList[i].iiAddress); 992 Assert(pAddress); 994 RTStrPrintf(szIp, sizeof(szIp), "%s", inet_ntoa(pAddress->sin_addr)); 998 pAddress = (sockaddr_in *) & (InterfaceList[i].iiBroadcastAddress); 1000 VBoxServicePropCacheUpdate(&g_VMInfoPropCache, szPropPath, "%s", inet_ntoa(pAddress->sin_addr)); 1002 pAddress = (sockaddr_in *)&(InterfaceList[i].iiNetmask); 1004 VBoxServicePropCacheUpdate(&g_VMInfoPropCache, szPropPath, "%s", inet_ntoa(pAddress->sin_addr)); 1231 sockaddr_in *pAddress = (sockaddr_in *)&pCur->ifr_addr; 1233 VBoxServicePropCacheUpdate(&g_VMInfoPropCache, szPropPath, "%s", inet_ntoa(pAddress [all...] |
/vbox/src/VBox/Debugger/testcase/ |
H A D | tstDBGCStubs.cpp | 25 VMMR3DECL(PDBGFADDRESS) DBGFR3AddrFromFlat(PUVM pUVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr) argument 30 VMMR3DECL(int) DBGFR3AddrFromSelOff(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, RTSEL Sel, RTUINTPTR off) argument 37 pAddress->FlatPtr = (uint32_t)(Sel << 4) | off; 38 pAddress->fFlags |= DBGFADDRESS_FLAGS_FLAT; 39 pAddress->Sel = DBGF_SEL_FLAT; 40 pAddress->off = pAddress->FlatPtr; 44 VMMR3DECL(int) DBGFR3AddrToPhys(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, PRTGCPHYS pGCPhys) argument 70 VMMR3DECL(int) DBGFR3BpSet(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, PRTUINT piBp) argument 74 VMMR3DECL(int) DBGFR3BpSetReg(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_ argument 79 DBGFR3BpSetREM(PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, PRTUINT piBp) argument 149 DBGFR3AsLineByAddr(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, PRTGCINTPTR poffDisp, PRTDBGLINE pLine, PRTDBGMOD phMod) argument 173 DBGFR3AsSymbolByAddr(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, uint32_t fFlags, PRTGCINTPTR poffDisplacement, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod) argument 181 DBGFR3MemScan(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, RTGCUINTPTR cbRange, RTGCUINTPTR uAlign, const void *pabNeedle, size_t cbNeedle, PDBGFADDRESS pHitAddress) argument 185 DBGFR3MemRead(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, void *pvBuf, size_t cbRead) argument 189 DBGFR3MemReadString(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, char *pszBuf, size_t cchBuf) argument 193 DBGFR3MemWrite(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, const void *pvBuf, size_t cbRead) argument 271 DBGFR3AddrFromPhys(PUVM pUVM, PDBGFADDRESS pAddress, RTGCPHYS PhysAddr) argument 275 DBGFR3AddrToHostPhys(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, PRTHCPHYS pHCPhys) argument 279 DBGFR3AddrToVolatileR3Ptr(PUVM pUVM, VMCPUID idCpu, PDBGFADDRESS pAddress, bool fReadOnly, void **ppvR3Ptr) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIFrameBuffer.cpp | 1202 BYTE *pAddress = NULL; local 1208 m_sourceBitmap.QueryBitmapInfo(pAddress, 1221 m_image = QImage(pAddress, m_iWidth, m_iHeight, ulBytesPerLine, QImage::Format_RGB32);
|
/vbox/include/VBox/ |
H A D | dbg.h | 575 * @param pAddress The target address. 577 DECLCALLBACKMEMBER(int, pfnVarToDbgfAddr)(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pVar, PDBGFADDRESS pAddress); 584 * @param pAddress The source address. 587 DECLCALLBACKMEMBER(int, pfnVarFromDbgfAddr)(PDBGCCMDHLP pCmdHlp, PCDBGFADDRESS pAddress, PDBGCVAR pResult); 827 DECLINLINE(int) DBGCCmdHlpVarToDbgfAddr(PDBGCCMDHLP pCmdHlp, PCDBGCVAR pVar, PDBGFADDRESS pAddress) argument 829 return pCmdHlp->pfnVarToDbgfAddr(pCmdHlp, pVar, pAddress); 835 DECLINLINE(int) DBGCCmdHlpVarFromDbgfAddr(PDBGCCMDHLP pCmdHlp, PCDBGFADDRESS pAddress, PDBGCVAR pResult) argument 837 return pCmdHlp->pfnVarFromDbgfAddr(pCmdHlp, pAddress, pResult);
|