HomeSort by relevance Sort by last modified time
    Searched refs:Prot (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Handle.c 131 PROTOCOL_INTERFACE *Prot;
135 Prot = NULL;
149 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE);
150 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) {
153 Prot = NULL;
156 return Prot;
217 PROTOCOL_INTERFACE *Prot;
241 Prot = NULL;
262 Prot = AllocateZeroPool (sizeof(PROTOCOL_INTERFACE));
    [all...]
Notify.c 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) {
    [all...]
Locate.c 95 PROTOCOL_INTERFACE *Prot;
114 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE);
115 Handle = Prot->Handle;
116 *Interface = Prot->Interface;
141 PROTOCOL_INTERFACE *Prot;
163 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE);
164 Handle = Prot->Handle;
165 *Interface = Prot->Interface;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Notify.c 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);
    [all...]
Handle.c 178 PROTOCOL_INTERFACE *Prot;
183 Prot = NULL;
200 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE);
201 if (Prot->Interface == Interface && Prot->Protocol == ProtEntry) {
205 Prot = NULL;
209 return Prot;
347 PROTOCOL_INTERFACE *Prot;
371 Prot = NULL;
397 Prot = AllocateZeroPool (sizeof(PROTOCOL_INTERFACE));
    [all...]
DriverSupport.c 60 PROTOCOL_INTERFACE *Prot;
178 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE);
179 for (ProtLink = Prot->OpenList.ForwardLink;
180 ProtLink != &Prot->OpenList;
202 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE);
203 for (ProtLink = Prot->OpenList.ForwardLink;
204 ProtLink != &Prot->OpenList;
749 PROTOCOL_INTERFACE *Prot;
786 Prot = CR(Link, PROTOCOL_INTERFACE, Link, PROTOCOL_INTERFACE_SIGNATURE);
787 for (ProtLink = Prot->OpenList.ForwardLink;
    [all...]
Locate.c 320 PROTOCOL_INTERFACE *Prot;
339 Prot = CR (Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE);
340 Handle = Prot->Handle;
341 *Interface = Prot->Interface;
368 PROTOCOL_INTERFACE *Prot;
390 Prot = CR(Link, PROTOCOL_INTERFACE, ByProtocol, PROTOCOL_INTERFACE_SIGNATURE);
391 Handle = Prot->Handle;
392 *Interface = Prot->Interface;
Handle.h 215 @param Prot The protocol to disconnect drivers from
225 IN PROTOCOL_INTERFACE *Prot
  /external/clang/include/clang/Index/
USRGeneration.h 50 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
USRGeneration.h 51 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
  /external/compiler-rt/lib/esan/
working_set.cpp 163 uptr Start, End, Prot;
165 0/*file size*/, &Prot)) {
166 VPrintf(4, "%s: considering %p-%p app=%d shadow=%d prot=%u\n",
167 __FUNCTION__, Start, End, Prot, isAppMem(Start),
169 if (isShadowMem(Start) && (Prot & MemoryMappingLayout::kProtectionWrite)) {
  /external/clang/test/SemaCXX/
unaddressable-functions.cpp 25 auto Prot = reinterpret_cast<void (Protected::*)(char *)>(&Protected::check); // expected-error{{'check' is a protected member of 'access_control::Protected'}} expected-note@19{{declared protected here}}
  /prebuilts/go/darwin-x86/src/debug/macho/
macho.go 103 Prot uint32
118 Prot uint32
file.go 52 Prot uint32
333 s.Prot = seg32.Prot
371 s.Prot = seg64.Prot
  /prebuilts/go/linux-x86/src/debug/macho/
macho.go 103 Prot uint32
118 Prot uint32
file.go 52 Prot uint32
333 s.Prot = seg32.Prot
371 s.Prot = seg64.Prot
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 292 static std::string getMask(uint32_t prot)
294 // TODO (davide): This always assumes prot is valid.
296 std::string Prot;
297 Prot = "";
298 Prot += (prot & MachO::VM_PROT_READ) ? "r" : "-";
299 Prot += (prot & MachO::VM_PROT_WRITE) ? "w" : "-";
300 Prot += (prot & MachO::VM_PROT_EXECUTE) ? "x" : "-"
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 146 void GenObjCProtocol(StringRef prot) {
147 generateUSRForObjCProtocol(prot, Out);
716 for (auto *Prot : OIT->getProtocols())
717 VisitObjCProtocolDecl(Prot);
871 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) {
872 OS << "objc(pl)" << Prot;

Completed in 629 milliseconds

1 2