Searched refs:u16Value (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBFilter.cpp342 && pFilter->aFields[i].u16Value == off)
383 if (pFilter->aFields[i].u16Value)
385 Log(("USBFilter: %p - #%d/%d u16Value=%d expected 0!\n",
386 pFilter, i, pFilter->aFields[i].enmMatch, pFilter->aFields[i].u16Value));
409 if ( pFilter->aFields[i].u16Value >= pFilter->offCurEnd
413 pFilter, i, pFilter->aFields[i].enmMatch, pFilter->aFields[i].u16Value, pFilter->offCurEnd));
416 psz = &pFilter->achStrTab[pFilter->aFields[i].u16Value];
434 if ( pFilter->aFields[i].u16Value >= pFilter->offCurEnd
438 pFilter, i, pFilter->aFields[i].enmMatch, pFilter->aFields[i].u16Value, pFilter->offCurEnd));
451 if ( pFilter->aFields[i].u16Value >
557 usbfilterMatchNumExpression(const char *pszExpr, uint16_t u16Value) argument
940 uint16_t u16Value; local
1223 USBFilterSetNumExact(PUSBFILTER pFilter, USBFILTERIDX enmFieldIdx, uint16_t u16Value, bool fMustBePresent) argument
[all...]
/vbox/src/VBox/Devices/Network/
H A DDevE1000Phy.cpp63 static void regWriteDefault (PPHY pPhy, uint32_t index, uint16_t u16Value);
65 static void regWriteForbidden (PPHY pPhy, uint32_t index, uint16_t u16Value);
67 static void regWriteUnimplemented(PPHY pPhy, uint32_t index, uint16_t u16Value);
71 static void regWritePCTRL (PPHY pPhy, uint32_t index, uint16_t u16Value);
88 void (*pfnWrite)(PPHY pPhy, uint32_t index, uint16_t u16Value);
144 static void Phy::regWriteDefault(PPHY pPhy, uint32_t index, uint16_t u16Value)
147 pPhy->au16Regs[index] = u16Value;
174 static void Phy::regWriteForbidden(PPHY pPhy, uint32_t index, uint16_t u16Value)
204 static void Phy::regWriteUnimplemented(PPHY pPhy, uint32_t index, uint16_t u16Value)
264 * @param u16Value Valu
[all...]
H A DDevEEPROM.cpp49 * @param u16Value Value to store
51 void EEPROM93C46::storeWord(uint32_t u32Addr, uint16_t u16Value) argument
54 E1kLog(("EEPROM: Stored word %04x at %08x\n", u16Value, u32Addr));
55 m_au16Data[u32Addr] = u16Value;
H A DDevE1000Phy.h112 void writeRegister(PPHY pPhy, uint32_t u32Address, uint16_t u16Value);
H A DDevEEPROM.h132 void storeWord(uint32_t u32Addr, uint16_t u16Value);
/vbox/include/VBox/
H A Dusbfilter.h101 uint16_t u16Value; member in struct:USBFILTERFIELD
231 USBLIB_DECL(int) USBFilterSetNumExact(PUSBFILTER pFilter, USBFILTERIDX enmFieldIdx, uint16_t u16Value, bool fMustBePresent);
H A Dpci.h560 DECLINLINE(void) PCIDevSetWord(PPCIDEVICE pPciDev, uint32_t offReg, uint16_t u16Value) argument
562 *(uint16_t*)&pPciDev->config[offReg] = RT_H2LE_U16(u16Value);
567 uint16_t u16Value = *(uint16_t*)&pPciDev->config[offReg]; local
568 return RT_H2LE_U16(u16Value);
/vbox/src/VBox/Runtime/common/string/
H A Dstrformatnum.cpp68 RTDECL(ssize_t) RTStrFormatU16(char *pszBuf, size_t cbBuf, uint16_t u16Value, unsigned int uiBase, argument
76 cchRet = RTStrFormatNumber(pszBuf, u16Value, uiBase, cchWidth, cchPrecision, fFlags);
80 cchRet = RTStrFormatNumber(szTmp, u16Value, uiBase, cchWidth, cchPrecision, fFlags);
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp181 void vringWriteUsedIndex(PVPCISTATE pState, PVRING pVRing, uint16_t u16Value) argument
185 &u16Value, sizeof(u16Value));
600 * @param u16Value The value to store in the register.
613 * @param u16Value The value to store in the register.
616 DECLINLINE(void) vpciCfgSetU16(PCIDEVICE& refPciDev, uint32_t uOffset, uint16_t u16Value)
618 Assert(uOffset+sizeof(u16Value) <= sizeof(refPciDev.config));
619 *(uint16_t*)&refPciDev.config[uOffset] = u16Value;
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllInstructions.cpp.h4334 IEM_MC_LOCAL(uint16_t, u16Value);
4335 IEM_MC_FETCH_SREG_U16(u16Value, iReg);
4336 IEM_MC_PUSH_U16(u16Value);
5502 IEM_MC_LOCAL(uint16_t, u16Value);
5503 IEM_MC_FETCH_GREG_U8_ZX_U16(u16Value, (bRm & X86_MODRM_RM_MASK) | pIemCpu->uRexB);
5504 IEM_MC_STORE_GREG_U16(((bRm >> X86_MODRM_REG_SHIFT) & X86_MODRM_REG_SMASK) | pIemCpu->uRexReg, u16Value);
5539 IEM_MC_LOCAL(uint16_t, u16Value);
5542 IEM_MC_FETCH_MEM_U8_ZX_U16(u16Value, pIemCpu->iEffSeg, GCPtrEffDst);
5543 IEM_MC_STORE_GREG_U16(((bRm >> X86_MODRM_REG_SHIFT) & X86_MODRM_REG_SMASK) | pIemCpu->uRexReg, u16Value);
5861 IEM_MC_LOCAL(uint16_t, u16Value);
10229 uint16_t u16Value; local
[all...]
H A DIEMAllCImpl.cpp.h607 uint16_t u16Value; local
608 rcStrict = iemMemStackPopU16(pIemCpu, &u16Value);
611 fEflNew = u16Value | (fEflOld & UINT32_C(0xffff0000));
631 uint16_t u16Value; local
634 rcStrict = iemMemStackPopU16Ex(pIemCpu, &u16Value, &TmpRsp);
640 if ( ( (u16Value & X86_EFL_IF)
642 || (u16Value & X86_EFL_TF) )
645 fEflNew = u16Value | (fEflOld & UINT32_C(0xffff0000) & ~X86_EFL_VIF);
666 uint16_t u16Value; local
667 rcStrict = iemMemStackPopU16(pIemCpu, &u16Value);
[all...]
H A DIEMAll.cpp708 static VBOXSTRICTRC iemMemStackPushU16(PIEMCPU pIemCpu, uint16_t u16Value);
7215 * @param u16Value The value to store.
7217 static VBOXSTRICTRC iemMemStoreDataU16(PIEMCPU pIemCpu, uint8_t iSegReg, RTGCPTR GCPtrMem, uint16_t u16Value) argument
7224 *pu16Dst = u16Value;
7388 * @param u16Value The value to push.
7390 static VBOXSTRICTRC iemMemStackPushU16(PIEMCPU pIemCpu, uint16_t u16Value) argument
7402 *pu16Dst = u16Value;
7450 * @param u16Value The value to push.
7626 * @param u16Value The value to push.
7629 static VBOXSTRICTRC iemMemStackPushU16Ex(PIEMCPU pIemCpu, uint16_t u16Value, PRTUINT64 argument
[all...]
/vbox/include/iprt/
H A Duint128.h543 * @param u16Value The 16-bit unsigned integer value.
545 DECLINLINE(PRTUINT128U) RTUInt128AssignU16(PRTUINT128U pValueResult, uint16_t u16Value) argument
548 pValueResult->s.Lo = u16Value;
551 pValueResult->DWords.dw0 = u16Value;
H A Dstring.h1782 * @param u16Value The value to format.
1788 RTDECL(ssize_t) RTStrFormatU16(char *pszBuf, size_t cbBuf, uint16_t u16Value, unsigned int uiBase,
1427 AssertReturn(CodePoint < 0x100, NULL); *psz++ = (unsigned char)CodePoint; return psz; } DECLINLINE(char *) RTLatin1NextCp(const char *psz) { psz++; return (char *)psz; } DECLINLINE(char *) RTLatin1PrevCp(const char *psz) { psz--; return (char *)psz; } typedef DECLCALLBACK(size_t) FNRTSTROUTPUT(void *pvArg, const char *pachChars, size_t cbChars); typedef FNRTSTROUTPUT *PFNRTSTROUTPUT; typedef DECLCALLBACK(size_t) FNSTRFORMAT(void *pvArg, PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, const char **ppszFormat, va_list *pArgs, int cchWidth, int cchPrecision, unsigned fFlags, char chArgSize); typedef FNSTRFORMAT *PFNSTRFORMAT; RTDECL(size_t) RTStrFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, PFNSTRFORMAT pfnFormat, void *pvArgFormat, const char *pszFormat, va_list InArgs); RTDECL(size_t) RTStrFormat(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, PFNSTRFORMAT pfnFormat, void *pvArgFormat, const char *pszFormat, ...); RTDECL(int) RTStrFormatNumber(char *psz, uint64_t u64Value, unsigned int uiBase, signed int cchWidth, signed int cchPrecision, unsigned int fFlags); RTDECL(ssize_t) RTStrFormatU8(char *pszBuf, size_t cbBuf, uint8_t u8Value, unsigned int uiBase, signed int cchWidth, signed int cchPrecision, uint32_t fFlags); RTDECL(ssize_t) RTStrFormatU16(char *pszBuf, size_t cbBuf, uint16_t u16Value, unsigned int uiBase, signed int cchWidth, signed int cchPrecision, uint32_t fFlags); RTDECL(ssize_t) RTStrFormatU32(char *pszBuf, size_t cbBuf, uint32_t u32Value, unsigned int uiBase, signed int cchWidth, signed int cchPrecision, uint32_t fFlags); RTDECL(ssize_t) RTStrFormatU64(char *pszBuf, size_t cbBuf, uint64_t u64Value, unsigned int uiBase, signed int cchWidth, signed int cchPrecision, uint32_t fFlags); RTDECL(ssize_t) RTStrFormatU128(char *pszBuf, size_t cbBuf, PCRTUINT128U pu128Value, unsigned int uiBase, signed int cchWidth, signed int cchPrecision, uint32_t fFlags); RTDECL(ssize_t) RTStrFormatR80(char *pszBuf, size_t cbBuf, PCRTFLOAT80U pr80Value, signed int cchWidth, signed int cchPrecision, uint32_t fFlags); RTDECL(ssize_t) RTStrFormatR80u2(char *pszBuf, size_t cbBuf, PCRTFLOAT80U2 pr80Value, signed int cchWidth, signed int cchPrecision, uint32_t fFlags); typedef DECLCALLBACK(size_t) FNRTSTRFORMATTYPE(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, const char *pszType, void const *pvValue, int cchWidth, int cchPrecision, unsigned fFlags, void *pvUser); typedef FNRTSTRFORMATTYPE *PFNRTSTRFORMATTYPE; RTDECL(int) RTStrFormatTypeRegister(const char *pszType, PFNRTSTRFORMATTYPE pfnHandler, void *pvUser); RTDECL(int) RTStrFormatTypeDeregister(const char *pszType); RTDECL(int) RTStrFormatTypeSetUser(const char *pszType, void *pvUser); RTDECL(size_t) RTStrPrintfV(char *pszBuffer, size_t cchBuffer, const char *pszFormat, va_list args); RTDECL(size_t) RTStrPrintf(char *pszBuffer, size_t cchBuffer, const char *pszFormat, ...); RTDECL(size_t) RTStrPrintfExV(PFNSTRFORMAT pfnFormat, void *pvArg, char *pszBuffer, size_t cchBuffer, const char *pszFormat, va_list args); RTDECL(size_t) RTStrPrintfEx(PFNSTRFORMAT pfnFormat, void *pvArg, char *pszBuffer, size_t cchBuffer, const char *pszFormat, ...); RTDECL(int) RTStrAPrintfVTag(char **ppszBuffer, const char *pszFormat, va_list args, const char *pszTag); DECLINLINE(int) RTStrAPrintf(char **ppszBuffer, const char *pszFormat, ...) { int cbRet; va_list va; va_start(va, pszFormat); cbRet = RTStrAPrintfVTag(ppszBuffer, pszFormat, va, RTSTR_TAG); va_end(va); return cbRet; } DECLINLINE(int) RTStrAPrintfTag(char **ppszBuffer, const char *pszTag, const char *pszFormat, ...) { int cbRet; va_list va; va_start(va, pszFormat); cbRet = RTStrAPrintfVTag(ppszBuffer, pszFormat, va, pszTag); va_end(va); return cbRet; } RTDECL(char *) RTStrAPrintf2VTag(const char *pszFormat, va_list args, const char *pszTag); DECLINLINE(char *) RTStrAPrintf2(const char *pszFormat, ...) { char *pszRet; va_list va; va_start(va, pszFormat); pszRet = RTStrAPrintf2VTag(pszFormat, va, RTSTR_TAG); va_end(va); return pszRet; } DECLINLINE(char *) RTStrAPrintf2Tag(const char *pszTag, const char *pszFormat, ...) { char *pszRet; va_list va; va_start(va, pszFormat); pszRet = RTStrAPrintf2VTag(pszFormat, va, pszTag); va_end(va); return pszRet; } RTDECL(char *) RTStrStrip(char *psz); RTDECL(char *) RTStrStripL(const char *psz); RTDECL(char *) RTStrStripR(char *psz); RTDECL(int) RTStrCopy(char *pszDst, size_t cbDst, const char *pszSrc); RTDECL(int) RTStrCopyEx(char *pszDst, size_t cbDst, const char *pszSrc, size_t cchSrcMax); RTDECL(int) RTStrCopyP(char **ppszDst, size_t *pcbDst, const char *pszSrc); RTDECL(int) RTStrCopyPEx(char **ppszDst, size_t *pcbDst, const char *pszSrc, size_t cchSrcMax); RTDECL(int) RTStrCat(char *pszDst, size_t cbDst, const char *pszSrc); RTDECL(int) RTStrCatEx(char *pszDst, size_t cbDst, const char *pszSrc, size_t cchSrcMax); RTDECL(int) RTStrCatP(char **ppszDst, size_t *pcbDst, const char *pszSrc); RTDECL(int) RTStrCatPEx(char **ppszDst, size_t *pcbDst, const char *pszSrc, size_t cchSrcMax); RTDECL(int) RTStrCmp(const char *psz1, const char *psz2); RTDECL(int) RTStrNCmp(const char *psz1, const char *psz2, size_t cchMax); RTDECL(int) RTStrICmp(const char *psz1, const char *psz2); RTDECL(int) RTStrNICmp(const char *psz1, const char *psz2, size_t cchMax); RTDECL(char *) RTStrStr(const char *pszHaystack, const char *pszNeedle); RTDECL(char *) RTStrIStr(const char *pszHaystack, const char *pszNeedle); RTDECL(char *) RTStrToLower(char *psz); RTDECL(char *) RTStrToUpper(char *psz); RTDECL(bool) RTStrIsCaseFoldable(const char *psz); RTDECL(bool) RTStrIsUpperCased(const char *psz); RTDECL(bool) RTStrIsLowerCased(const char *psz); RTDECL(size_t) RTStrNLen(const char *pszString, size_t cchMax); RTDECL(int) RTStrNLenEx(const char *pszString, size_t cchMax, size_t *pcch); RT_C_DECLS_END DECLINLINE(char const *) RTStrEnd(char const *pszString, size_t cchMax) { while (cchMax > RTSTR_MEMCHR_MAX) argument
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp287 uint16_t u16Value = *(uint16_t*)&pThis->aPciCfg[iRegister]; local
288 return RT_H2LE_U16(u16Value);

Completed in 137 milliseconds