Home | History | Annotate | Download | only in OpalPasswordDxe

Lines Matching defs:Itr

420   OPAL_DRIVER_DEVICE                         *Itr;

432 Itr = mOpalDriver.DeviceList;
433 while (Itr != NULL) {
434 if (Itr->OpalDisk.SupportedAttributes.BlockSid) {
436 Session.Sscp = Itr->OpalDisk.Sscp;
437 Session.MediaId = Itr->OpalDisk.MediaId;
438 Session.OpalBaseComId = Itr->OpalDisk.OpalBaseComId;
447 Itr = Itr->Next;
893 OPAL_DRIVER_DEVICE *Itr;
896 Itr = mOpalDriver.DeviceList;
897 while (Itr != NULL) {
898 if (Controller == Itr->Handle) {
901 Itr = Itr->Next;
1029 OPAL_DRIVER_DEVICE* Itr;
1031 Itr = mOpalDriver.DeviceList;
1036 while (Itr != NULL) {
1037 if (Itr->Handle == Controller) {
1038 OpalDriverStopDevice (Itr);
1042 Itr = Itr->Next;
1064 OPAL_DRIVER_DEVICE *Itr;
1076 Itr = mOpalDriver.DeviceList;
1081 OpalDriverStopDevice(Itr);