| /src/sys/arch/atari/dev/ |
| ncr5380var.h | 61 #define PID(a) \ 70 #define PID(a)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| FDRTraceExpander.h | 26 int32_t PID = 0;
|
| FDRRecords.h | 314 int32_t PID = 0; 325 PID(P) {} 327 int32_t pid() const { return PID; } function in class:llvm::xray::PIDRecord
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| IRPrintingPasses.cpp | 136 const char *PID = (const char*)P->getPassID(); 138 return (PID == &PrintModulePassWrapper::ID) || 139 (PID == &PrintFunctionPassWrapper::ID);
|
| /src/bin/ps/ |
| keyword.c | 76 #define PID(n1, n2, of) \ 173 PID("pgid", "PGID", p__pgid), 174 PID("pid", "PID", p_pid), 176 PID("ppid", "PPID", p_ppid), 189 PID("sid", "SID", p_sid), 206 PID("tpgid", "TPGID", p_tpgid),
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| profile_collector_test.cc | 36 u64 PID = 0;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| LockFileManager.cpp | 57 // Read the owning host and PID out of the lock file. If it appears that the 71 int PID; 72 if (!PIDStr.getAsInteger(10, PID)) { 73 auto Owner = std::make_pair(std::string(Hostname), PID); 114 bool LockFileManager::processStillExecuting(StringRef HostID, int PID) { 121 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH) 203 // We failed to write out PID, so report the error, remove the
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_profile_collector.cc | 51 u64 PID = 0; // Process ID. 398 FileHeader.PID = internal_getpid();
|
| /src/usr.bin/ipcs/ |
| ipcs.c | 87 #define PID 8 196 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME; 208 option |= PID; 308 if (option & PID) 343 if (option & PID) 363 if (option & PID) 396 if (option & PID)
|
| /src/sys/arch/mac68k/dev/ |
| mac68k5380.c | 98 # define PID(a) \ 104 # define PID(a) 223 PID("pdma_cleanup0"); 261 PID("pdma_cleanup1"); 263 PID("pdma_cleanup2"); 275 PID("pdma_ready0"); 277 PID("pdma_ready1."); 290 PID("pdma_ready2"); 297 PID("pdma_ready3"); 316 PID("pdma_ready4") [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| PerfReader.cpp | 583 // Field 1 - PID 590 PID = 1, 607 Fields[PID].getAsInteger(10, Event.PID);
|
| PerfReader.h | 557 uint64_t PID = 0;
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| DeclObjC.cpp | 265 const auto *PID = cast<ObjCProtocolDecl>(this); 266 for (const auto *I : PID->protocols()) 2155 for (auto *PID : property_impls()) 2156 if (PID->getPropertyIvarDecl() && 2157 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) 2158 return PID; 2169 for (auto *PID : property_impls()) 2172 if (PID->getPropertyDecl()->getIdentifier() == Id) { 2174 !PID->getPropertyDecl()->isClassProperty()) || 2176 PID->getPropertyDecl()->isClassProperty()) | [all...] |
| DeclPrinter.cpp | 1402 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { 1403 if (!PID->isThisDeclarationADefinition()) { 1404 Out << "@protocol " << *PID << ";\n"; 1408 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); 1410 Out << "@protocol " << *PID; 1416 Out << "@protocol " << *PID << '\n'; 1417 VisitDeclContext(PID, false); 1421 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { 1423 if (const auto *CID = PID->getClassInterface()) 1427 Out << '(' << *PID << ")\n" [all...] |
| /src/sys/dev/ic/ |
| sl811hs.c | 140 #define PID 2 271 uint8_t tregs[4]; /* ADR, LEN, PID, DEV */ 886 spipe->tregs[PID] = spipe->newpid = UE_GET_ADDR(ed->bEndpointAddress) 920 spipe->tregs[PID] |= SL11_PID_SETUP; 983 if ((spipe->tregs[PID] & SL11_PID_BITS) != SL11_PID_IN) 2050 if (actlen && (spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN) { 2107 spipe->tregs[PID] = spipe->newpid; 2118 /* CTRL_DATA swaps direction in PID then jumps here */ 2130 if ((spipe->tregs[PID] & SL11_PID_BITS) == SL11_PID_IN) 2157 spipe->tregs[PID] ^= SLHCI_PID_SWAP_IN_OUT [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| Driver.cpp | 1263 int PID = 1291 // Parse parent process pid line, e.g: "Parent Process: clang-4.0 [79141]" 1306 // Extract the parent process PID from the .crash file and check whether 1307 // it matches this driver invocation pid. 1311 .getAsInteger(10, CrashPID) || CrashPID != PID) { 1315 // Found a .crash file matching the driver pid. To avoid getting an older 1319 // does not collect pid information for the dispatched invocation there's
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenModule.cpp | 5541 for (const auto *PID : D->property_impls()) { 5543 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) { 5544 ObjCPropertyDecl *PD = PID->getPropertyDecl(); 5551 auto *Getter = PID->getGetterMethodDecl(); 5554 const_cast<ObjCImplementationDecl *>(D), PID); 5555 auto *Setter = PID->getSetterMethodDecl(); 5558 const_cast<ObjCImplementationDecl *>(D), PID);
|