Searched refs:u8Function (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/Storage/ |
H A D | DevLsiLogicSCSI.h | 203 uint8_t u8Function; member in struct:MptMessageHdr 262 uint8_t u8Function; member in struct:MptDefaultReplyMessage 292 uint8_t u8Function; member in struct:MptIOCInitRequest 329 uint8_t u8Function; member in struct:MptIOCInitReply 361 uint8_t u8Function; member in struct:MptIOCFactsRequest 383 uint8_t u8Function; member in struct:MptIOCFactsReply 451 uint8_t u8Function; member in struct:MptPortFactsRequest 475 uint8_t u8Function; member in struct:MptPortFactsReply 525 uint8_t u8Function; member in struct:MptPortEnableRequest 549 uint8_t u8Function; member in struct:MptPortEnableReply 581 uint8_t u8Function; member in struct:MptEventNotificationRequest 603 uint8_t u8Function; member in struct:MptEventNotificationReply 643 uint8_t u8Function; member in struct:MptFWDownloadRequest 670 uint8_t u8Function; member in struct:MptFWDownloadReply 700 uint8_t u8Function; member in struct:MptFWUploadRequest 724 uint8_t u8Function; member in struct:MptFWUploadReply 756 uint8_t u8Function; member in struct:MptSCSIIORequest 799 uint8_t u8Function; member in struct:MptSCSIIOErrorReply 851 uint8_t u8Function; member in struct:MptSCSITaskManagementRequest 885 uint8_t u8Function; member in struct:MptSCSITaskManagementReply 1025 uint8_t u8Function; member in struct:MptConfigurationRequest 1081 uint8_t u8Function; member in struct:MptConfigurationReply [all...] |
H A D | DevLsiLogicSCSI.cpp | 1011 if (pMessageHdr->u8Function < RT_ELEMENTS(g_apszMPTFunctionNames)) 1012 Log(("Message request function: %s\n", g_apszMPTFunctionNames[pMessageHdr->u8Function])); 1019 switch (pMessageHdr->u8Function) 1235 AssertMsgFailed(("Invalid request function %#x\n", pMessageHdr->u8Function)); 1239 pReply->Header.u8Function = pMessageHdr->u8Function; 2077 Log(("%s: u8Function=%d\n", __FUNCTION__, pSCSIIORequest->u8Function)); 2256 pLsiReq->IOCReply.SCSIIOError.u8Function = pLsiReq->GuestRequest.SCSIIO.u8Function; [all...] |
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PDMDevHlp.cpp | 1189 uint8_t u8Function; local 1190 rc = CFGMR3QueryU8(pDevIns->Internal.s.pCfgHandle, "PCIFunctionNo", &u8Function); 1194 AssertMsgReturn(u8Function <= 7, 1196 u8Function, pDevIns->pReg->szName, pDevIns->iInstance), 1199 iDev = (u8Device << 3) | u8Function;
|
Completed in 77 milliseconds