Home | History | Annotate | Download | only in Hand

Lines Matching refs:Prot

61   PROTOCOL_INTERFACE  *Prot;

68 Prot = CoreFindProtocolInterface (Handle, Protocol, Interface);
69 if (Prot != NULL) {
71 ProtEntry = Prot->Protocol;
79 if (ProtNotify->Position == &Prot->ByProtocol) {
80 ProtNotify->Position = Prot->ByProtocol.BackLink;
87 RemoveEntryList (&Prot->ByProtocol);
90 return Prot;
194 PROTOCOL_INTERFACE *Prot;
216 Prot = CoreFindProtocolInterface (UserHandle, Protocol, OldInterface);
217 if (Prot == NULL) {
227 Prot
239 Prot = CoreRemoveInterfaceFromProtocol (Handle, Protocol, OldInterface);
241 if (Prot == NULL) {
246 ProtEntry = Prot->Protocol;
251 Prot->Interface = NewInterface;
257 InsertTailList (&ProtEntry->Protocols, &Prot->ByProtocol);