Searched refs:MaxLun (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassImpl.c377 @param MaxLun Get the MaxLun if is BOT dev.
390 OUT UINT8 *MaxLun
443 (*Transport)->GetMaxLun (*Context, MaxLun);
464 @param MaxLun The max LUN number.
478 IN UINT8 MaxLun
487 ASSERT (MaxLun > 0);
489 for (Index = 0; Index <= MaxLun; Index++) {
840 UINT8 MaxLun; local
849 MaxLun
[all...]
H A DUsbMassBot.h167 @param MaxLun Return pointer to the max number of LUN. (e.g. MaxLun=1 means LUN0 and
177 OUT UINT8 *MaxLun
H A DUsbMass.h153 @param MaxLun Return pointer to the max number of LUN. (e.g. MaxLun=1 means LUN0 and
164 IN UINT8 *MaxLun
H A DUsbMassBot.c536 @param MaxLun Return pointer to the max number of LUN. (e.g. MaxLun=1 means LUN0 and
546 OUT UINT8 *MaxLun
575 (VOID *) MaxLun,

Completed in 292 milliseconds