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

/vbox/include/VBox/
H A Dintnetinline.h46 * @param u8Type The frame type to check.
48 DECLINLINE(bool) IntNetIsValidFrameType(uint8_t u8Type) argument
50 if (RT_LIKELY( u8Type == INTNETHDR_TYPE_FRAME
51 || u8Type == INTNETHDR_TYPE_GSO
52 || u8Type == INTNETHDR_TYPE_PADDING))
76 pSG->GsoCtx.u8Type = (uint8_t)PDMNETWORKGSOTYPE_INVALID;
114 pSG->GsoCtx.u8Type = pGso->u8Type;
330 Assert(IntNetIsValidFrameType(pHdr->u8Type));
356 Assert(pHdr->u8Type
404 intnetRingAllocateFrameInternal(PINTNETRINGBUF pRingBuf, uint32_t cbFrame, uint8_t u8Type, PINTNETHDR *ppHdr, void **ppvFrame) argument
[all...]
H A Dintnet.h220 uint32_t u8Type : 8; member in struct:INTNETHDR
238 /** @name Frame types (INTNETHDR::u8Type).
260 Assert( (pHdr)->u8Type == INTNETHDR_TYPE_FRAME \
261 || (pHdr)->u8Type == INTNETHDR_TYPE_GSO \
262 || (pHdr)->u8Type == INTNETHDR_TYPE_PADDING); \
H A Dtypes.h921 uint8_t u8Type; member in struct:PDMNETWORKGSO
H A DVBoxVideo.h134 uint8_t u8Type; member in struct:VBOXVIDEOINFOHDR
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBBackend.cpp524 static DECLCALLBACK(int) iface_QueueURB(PREMOTEUSBDEVICE pDevice, uint8_t u8Type, uint8_t u8Ep, uint8_t u8Direction, argument
530 LogFlow(("RemoteUSBBackend::iface_QueueURB: u8Type = %d, u8Ep = %d, u8Direction = %d, data\n%.*Rhxd\n",
531 u8Type, u8Ep, u8Direction, u32Len, pvData));
560 if (u8Type == VUSBXFERTYPE_MSG)
593 switch(u8Type)
/vbox/src/VBox/Runtime/common/zip/
H A Dzip.cpp1581 uint8_t u8Type; local
1582 int rc = pZip->pfnIn(pZip->pvUser, &u8Type, sizeof(u8Type), NULL);
1589 pZip->enmType = (RTZIPTYPE)u8Type;
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp465 Assert( pHdr->u8Type == INTNETHDR_TYPE_FRAME
466 || pHdr->u8Type == INTNETHDR_TYPE_GSO);
470 pHdr->u8Type = INTNETHDR_TYPE_PADDING;
705 uint8_t u8Type = pHdr->u8Type; local
706 if ( ( u8Type == INTNETHDR_TYPE_FRAME
707 || u8Type == INTNETHDR_TYPE_GSO)
717 if (u8Type == INTNETHDR_TYPE_FRAME)
773 cbFrame, pGso->u8Type, pGso->cbHdrsTotal, pGso->cbHdrsSeg, pGso->offHdr1, pGso->offHdr2, pGso->cbMaxSeg,
796 cbFrame, pGso->u8Type, pGs
[all...]
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp408 uint8_t u8Type; local
411 if (RT_FAILURE(cdromDoInquiry(pcszNode, &u8Type,
415 if (u8Type != TYPE_ROM)
665 uint8_t u8Type = 0; local
668 int rc = cdromDoInquiry(mszNode, &u8Type, szVendor,
671 if (RT_SUCCESS(rc) && (u8Type == TYPE_ROM))
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp717 uint8_t const u8Type = pHdr->u8Type; local
719 switch (u8Type)
/vbox/src/VBox/Storage/
H A DVCICache.cpp153 uint8_t u8Type; member in struct:VciTreeNode
254 uint8_t u8Type; member in struct:VCITREENODE
996 if (pNodeImage->u8Type == VCI_TREE_NODE_TYPE_LEAF)
1004 pLeaf->Core.u8Type = VCI_TREE_NODE_TYPE_LEAF;
1021 else if (pNodeImage->u8Type == VCI_TREE_NODE_TYPE_INTERNAL)
1029 pInt->Core.u8Type = VCI_TREE_NODE_TYPE_INTERNAL;
1048 AssertMsgFailed(("Invalid node type %d\n", pNodeImage->u8Type));
1075 && pNodeCur->u8Type != VCI_TREE_NODE_TYPE_LEAF)
1079 Assert(pNodeCur->u8Type == VCI_TREE_NODE_TYPE_INTERNAL);
1140 Assert(pNodeCur->u8Type
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp925 uint8_t u8Type; local
927 u8Type = ASMMemIsZeroPage(pbPage) ? PGM_STATE_REC_MMIO2_ZERO : PGM_STATE_REC_MMIO2_RAW;
942 u8Type = paLSPages[iPage].fZero ? PGM_STATE_REC_MMIO2_ZERO : PGM_STATE_REC_MMIO2_RAW;
947 rc = SSMR3PutU8(pSSM, u8Type);
950 SSMR3PutU8(pSSM, u8Type | PGM_STATE_REC_FLAG_ADDR);
954 if (u8Type == PGM_STATE_REC_MMIO2_RAW)
1001 uint8_t u8Type = paLSPages[iPage].fZero ? PGM_STATE_REC_MMIO2_ZERO : PGM_STATE_REC_MMIO2_RAW; local
1003 rc = SSMR3PutU8(pSSM, u8Type);
1006 SSMR3PutU8(pSSM, u8Type | PGM_STATE_REC_FLAG_ADDR);
1010 if (u8Type
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevFwCommon.cpp123 uint8_t u8Type; member in struct:DMIHDR
185 uint8_t u8Type; member in struct:DMICHASSIS
360 uint8_t u8Type; member in struct:MPSIOINTERRUPTENTRY
632 pBIOSInf->header.u8Type = 0; /* BIOS Information */
661 pSystemInf->header.u8Type = 1; /* System Information */
702 pBoardInf->header.u8Type = 2; /* Board Information */
728 pChassis->header.u8Type = 3; /* System Enclosure or Chassis */
730 pChassis->header.u8Type = 0x7e; /* inactive */
737 pChassis->u8Type = iDmiChassisType;
768 pProcessorInf->header.u8Type
[all...]
H A DDevACPI.cpp546 uint8_t u8Type; /**< 0 = LAPIC */ member in struct:ACPITBLLAPIC
558 uint8_t u8Type; /**< 1 == I/O APIC */ member in struct:ACPITBLIOAPIC
570 uint8_t u8Type; /**< 2 == Interrupt Source Override*/ member in struct:ACPITBLISO
2440 lapic->u8Type = 0;
2451 ioapic->u8Type = 1;
2474 isos[0].u8Type = 2;
2482 isos[1].u8Type = 2;
/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp497 uint8_t u8Type; member in struct:PCIATAState
6462 SSMR3PutU8(pSSM, pThis->u8Type);
6598 uint8_t u8Type; local
6599 rc = SSMR3GetU8(pSSM, &u8Type);
6601 if (u8Type != pThis->u8Type)
6602 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch: u8Type - saved=%u config=%u"), u8Type, pThis->u8Type);
6768 SSMR3GetU8(pSSM, &pThis->u8Type);
[all...]

Completed in 2459 milliseconds