Home | History | Annotate | Download | only in UefiBootManagerLib

Lines Matching refs:RemovableMedia

694     Description = BlockIo->Media->RemovableMedia ? L"DVD/CDROM" : L"Hard Drive";

708 Description = BlockIo->Media->RemovableMedia ? L"Removable Disk" : L"Hard Drive";
1143 if ((MediaType == 0 && BlockIo != NULL && BlockIo->Media->RemovableMedia) ||
1144 (MediaType == 1 && BlockIo != NULL && !BlockIo->Media->RemovableMedia) ||
2096 if (BlkIo->Media->RemovableMedia == ((Removable == 0) ? FALSE : TRUE)) {