Home | History | Annotate | Download | only in LegacyBiosDxe

Lines Matching defs:InquiryData

47   UINT8                     *InquiryData;

194 InquiryData = NULL;
202 InquiryData = (UINT8 *) AllocatePool (
205 if (InquiryData != NULL) {
208 InquiryData,
220 ASSERT (InquiryData != NULL);
225 if ((InquiryData[0] & 0x1f) == 0x05) {
227 } else if ((InquiryData[0] & 0x1f) == 0x00) {
231 if ((InquiryData[0] & 0x1f) == 0x05) {
233 } else if ((InquiryData[0] & 0x1f) == 0x00) {
237 FreePool (InquiryData);