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

/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c103 int doioctl(int iCmd, void *pvData, const char *pszWho) argument
113 printf("doioctl: %s: iCmd=%#x errno=%d %s\n", pszWho, iCmd, errno, strerror(errno));
115 printf("doioctl: %s: iCmd=%#x ok\n", pszWho, iCmd);
119 int dobulk(int EndPt, void *pvBuf, size_t cbBuf, const char *pszWho) argument
129 if (!doioctl(USBDEVFS_SUBMITURB, &KUrb, pszWho))
132 if (!doioctl(USBDEVFS_REAPURB, &pKUrb, pszWho)
144 int rc = doioctl(USBDEVFS_BULK, &BulkMsg, pszWho);
166 void *pvBuf, const char *pszWho)
176 if (!doioctl(USBDEVFS_SUBMITURB, &KUrb, pszWho))
179 if (!doioctl(USBDEVFS_REAPURB, &pKUrb, pszWho)
165 doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, void *pvBuf, const char *pszWho) argument
[all...]
H A DtstTrekStorGo.c103 int doioctl(int iCmd, void *pvData, const char *pszWho) argument
113 printf("doioctl: %s: iCmd=%#x errno=%d %s\n", pszWho, iCmd, errno, strerror(errno));
115 printf("doioctl: %s: iCmd=%#x ok\n", pszWho, iCmd);
119 int dobulk(int EndPt, void *pvBuf, size_t cbBuf, const char *pszWho) argument
129 if (!doioctl(USBDEVFS_SUBMITURB, &KUrb, pszWho))
132 if (!doioctl(USBDEVFS_REAPURB, &pKUrb, pszWho)
144 int rc = doioctl(USBDEVFS_BULK, &BulkMsg, pszWho);
166 void *pvBuf, const char *pszWho)
176 if (!doioctl(USBDEVFS_SUBMITURB, &KUrb, pszWho))
179 if (!doioctl(USBDEVFS_REAPURB, &pKUrb, pszWho)
165 doctrl(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength, void *pvBuf, const char *pszWho) argument
[all...]
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp225 static void drvNATNotifyNATThread(PDRVNAT pThis, const char *pszWho);
607 static void drvNATNotifyNATThread(PDRVNAT pThis, const char *pszWho) argument
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp877 * @param pszWho Who is calling.
882 const char *pszWho, uint32_t uInstance)
890 AssertPtrReturn(pszWho, VERR_INVALID_POINTER);
904 pszWho, uInstance, pszNode, pLeaf->szName, pszValidValues));
907 pszNode, pLeaf->szName, pszWho, uInstance);
922 pszWho, uInstance, pszNode, pChild->szName, pszValidNodes));
925 pszNode, pChild->szName, pszWho, uInstance);
880 CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode, const char *pszValidValues, const char *pszValidNodes, const char *pszWho, uint32_t uInstance) argument
H A DPGMPhys.cpp242 * @param pszWho Who is writing. For tracking down who is writing
247 VMMDECL(int) PGMR3PhysWriteExternal(PVM pVM, RTGCPHYS GCPhys, const void *pvBuf, size_t cbWrite, const char *pszWho) argument
252 ("Calling PGMR3PhysWriteExternal after pgmR3Save()! GCPhys=%RGp cbWrite=%#x pszWho=%s\n",
253 GCPhys, cbWrite, pszWho));
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp10052 const char *pszWho = fRem ? "rem" : HMR3IsVmxEnabled(IEMCPU_TO_VM(pIemCpu)->pUVM) ? "vmx" : "svm"; local
10057 pszWho, pEvtRec->u.RamWrite.cb, abBuf,
10140 const char *pszWho = fRem ? "rem" : HMR3IsVmxEnabled(pVM->pUVM) ? "vmx" : "svm"; local
10149 case 1: RTAssertMsg2Weak(" %8s differs - iem=%02x - %s=%02x\n", #a_Field, pDebugCtx->a_Field, pszWho, pOrgCtx->a_Field); break; \
10150 case 2: RTAssertMsg2Weak(" %8s differs - iem=%04x - %s=%04x\n", #a_Field, pDebugCtx->a_Field, pszWho, pOrgCtx->a_Field); break; \
10151 case 4: RTAssertMsg2Weak(" %8s differs - iem=%08x - %s=%08x\n", #a_Field, pDebugCtx->a_Field, pszWho, pOrgCtx->a_Field); break; \
10152 case 8: RTAssertMsg2Weak(" %8s differs - iem=%016llx - %s=%016llx\n", #a_Field, pDebugCtx->a_Field, pszWho, pOrgCtx->a_Field); break; \
10165 case 1: RTAssertMsg2Weak(" %8s differs - iem=%02x - %s=%02x\n", #a_Field, pDebugXState->a_Field, pszWho, pOrgXState->a_Field); break; \
10166 case 2: RTAssertMsg2Weak(" %8s differs - iem=%04x - %s=%04x\n", #a_Field, pDebugXState->a_Field, pszWho, pOrgXState->a_Field); break; \
10167 case 4: RTAssertMsg2Weak(" %8s differs - iem=%08x - %s=%08x\n", #a_Field, pDebugXState->a_Field, pszWho, pOrgXStat
[all...]

Completed in 100 milliseconds