Searched refs:PageCode (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBoot.h139 UINT8 PageCode; member in struct:__anon10893
199 UINT8 PageCode; member in struct:__anon10899
H A DUsbMassBoot.c574 ModeSenseCmd.PageCode = 0x3F;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DScsi.h224 UINT8 PageCode; member in struct:__anon11785
236 UINT8 PageCode; member in struct:__anon11786
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiScsiLib.h242 data for the PageCode is returned in InquiryDataBuffer.
244 returned in InquiryDataBuffer and PageCode is ignored.
245 @param[in] PageCode The page code of the vital product data.
284 IN UINT8 PageCode
294 after Timeout 100 ns units. The DBDField, PageControl, and PageCode parameters
341 @param[in] PageCode Specifies the Page Control field of the CDB for this SCSI Command.
382 IN UINT8 PageCode
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiScsiLib/
H A DUefiScsiLib.c212 data for the PageCode is returned in InquiryDataBuffer.
214 returned in InquiryDataBuffer and PageCode is ignored.
215 @param[in] PageCode The page code of the vital product data.
254 IN UINT8 PageCode
287 Cdb[2] = PageCode;
421 after Timeout 100 ns units. The DBDField, PageControl, and PageCode parameters
468 @param[in] PageCode Specifies the Page Control field of the CDB for this SCSI Command.
509 IN UINT8 PageCode
545 // PageControl is in Cdb[2] bit7..6, PageCode is in Cdb[2] bit5..0
547 Cdb[2] = (UINT8) (((PageControl << 6) & 0xc0) | (PageCode
[all...]

Completed in 41 milliseconds