Searched defs:uInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSISense.cpp66 int vscsiReqSenseErrorInfoSet(PVSCSISENSE pVScsiSense, PVSCSIREQINT pVScsiReq, uint8_t uSCSISenseKey, uint8_t uSCSIASC, uint8_t uSCSIASCQ, uint32_t uInfo) argument
71 vscsiH2BEU32(&pVScsiSense->abSenseBuf[3], uInfo);
H A DVSCSIInternal.h268 * @param uInfo The 32-bit sense information.
271 uint8_t uSCSIASC, uint8_t uSCSIASCQ, uint32_t uInfo);
454 DECLINLINE(int) vscsiLunReqSenseErrorInfoSet(PVSCSILUNINT pVScsiLun, PVSCSIREQINT pVScsiReq, uint8_t uSCSISenseKey, uint8_t uSCSIASC, uint8_t uSCSIASCQ, uint32_t uInfo) argument
456 return vscsiReqSenseErrorInfoSet(&pVScsiLun->pVScsiDevice->VScsiSense, pVScsiReq, uSCSISenseKey, uSCSIASC, uSCSIASCQ, uInfo);
/vbox/src/VBox/VMM/include/
H A DPATMA.h128 uint32_t uInfo; member in struct:PATCHASMRELOC
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp685 * @param uInfo Extra info value.
688 DECLINLINE(NTSTATUS) supdrvNtCompleteRequestEx(NTSTATUS rcNt, ULONG_PTR uInfo, PIRP pIrp) argument
691 pIrp->IoStatus.Information = uInfo;
706 return supdrvNtCompleteRequestEx(rcNt, 0 /*uInfo*/, pIrp);

Completed in 76 milliseconds