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

/vbox/src/VBox/Devices/Storage/VSCSI/
H A DVSCSILunMmc.cpp370 uint8_t uPageCode = pVScsiReq->pbCDB[2] & 0x3f; local
373 switch (uPageCode)
H A DVSCSILunSbc.cpp430 uint8_t uPageCode = pVScsiReq->pbCDB[2] & 0x3f; local
433 switch (uPageCode)
/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp3087 uint8_t uPageControl, uPageCode; local
3090 uPageCode = pbPacket[2] & 0x3f;
3094 switch (uPageCode)
H A DDevAHCI.cpp4440 uint8_t uPageControl, uPageCode; local
4443 uPageCode = pbPacket[2] & 0x3f;
4447 switch (uPageCode)

Completed in 72 milliseconds