Home | History | Annotate | Download | only in PiSmmCore

Lines Matching refs:Prot

20   @param  Prot                   Protocol interface

25 IN PROTOCOL_INTERFACE *Prot
32 ProtEntry = Prot->Protocol;
35 ProtNotify->Function (&ProtEntry->ProtocolID, Prot->Interface, Prot->Handle);
56 PROTOCOL_INTERFACE *Prot;
61 Prot = SmmFindProtocolInterface (Handle, Protocol, Interface);
62 if (Prot != NULL) {
64 ProtEntry = Prot->Protocol;
72 if (ProtNotify->Position == &Prot->ByProtocol) {
73 ProtNotify->Position = Prot->ByProtocol.BackLink;
80 RemoveEntryList (&Prot->ByProtocol);
83 return Prot;