| /freebsd-14.2/contrib/tzdata/ |
| H A D | backward | 70 #Link GMT Etc/GMT 73 #Link GMT Etc/GMT0 87 #Link GMT GMT+0 88 #Link GMT GMT-0 89 #Link GMT GMT0 92 Link Etc/GMT GMT+0 93 Link Etc/GMT GMT-0 94 Link Etc/GMT GMT0 121 Link Etc/UTC UCT 134 Link Etc/UTC UTC [all …]
|
| H A D | ziguard.awk | 339 /^Link/ && $4 == "#=" && DATAFORM == "vanguard" { 347 sub(/^Link/, "#Link", line[linkline[$2]]) 349 /^Link/ { 350 sub(/^Link/, "#Link", line[linkline[$3]])
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 38 … INVALID, "i", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 41 … INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 43 …X, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 44 …, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 47 … INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 50 …, INVALID, "mi", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 51 …_Alias, INVALID, "mi", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 53 … INVALID, "ii", phases::Compile, phases::Backend, phases::Assemble, phases::Link) 80 …assembler", PP_Asm, INVALID, "s", phases::Assemble, phases::Link) 81 … Asm, PP_Asm, "S", phases::Preprocess, phases::Assemble, phases::Link) [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Redeclarable.h | 105 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Link; variable 116 return Link.is<KnownLatest>() || in isFirst() 123 if (Link.is<NotKnownLatest>()) { in getPrevious() 124 NotKnownLatest NKL = Link.get<NotKnownLatest>(); in getPrevious() 139 Link = Previous(D); in setPrevious() 144 if (Link.is<NotKnownLatest>()) { in setLatest() 145 NotKnownLatest NKL = Link.get<NotKnownLatest>(); in setLatest() 150 auto Latest = Link.get<KnownLatest>(); in setLatest() 152 Link = Latest; in setLatest() 160 if (Link.is<NotKnownLatest>()) in getLatestNotUpdated() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 415 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, in GlobalVariable() argument 421 InitVal != nullptr, Link, Name, AddressSpace), in GlobalVariable() 435 LinkageTypes Link, Constant *InitVal, in GlobalVariable() argument 440 : GlobalVariable(Ty, constant, Link, InitVal, Name, TLMode, in GlobalVariable() 508 GlobalAlias::GlobalAlias(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalAlias() argument 511 : GlobalValue(Ty, Value::GlobalAliasVal, &Op<0>(), 1, Link, Name, in GlobalAlias() 519 LinkageTypes Link, const Twine &Name, in create() argument 536 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() argument 565 GlobalIFunc::GlobalIFunc(Type *Ty, unsigned AddressSpace, LinkageTypes Link, in GlobalIFunc() argument 568 : GlobalObject(Ty, Value::GlobalIFuncVal, &Op<0>(), 1, Link, Name, in GlobalIFunc() [all …]
|
| /freebsd-14.2/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 127 <Link> 140 <Link> 145 <Link> 150 <Link> 155 <Link> 162 <Link> 167 <Link> 172 <Link> 177 <Link> 184 <Link> [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SuffixTreeNode.h | 102 SuffixTreeInternalNode *Link = nullptr; member 130 SuffixTreeInternalNode *Link) in SuffixTreeInternalNode() 132 Link(Link) {} in SuffixTreeInternalNode()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cpp | 41 struct Link { struct 61 Link pending[kMaxMutex]; 62 Link path[kMaxMutex]; 80 Link link[kMaxLink]; 229 Link *link = &mtx1->link[li]; in MutexBeforeLock() 245 Link *link = &mtx1->link[mtx1->nlink++]; in MutexBeforeLock() 368 Link link = pt->pending[--npending]; in CycleCheck() 383 pt->pending[npending++] = Link(kEndId); in CycleCheck() 387 Link *link1 = &mtx1->link[li]; in CycleCheck() 402 Link *link = &pt->path[i]; in Report() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | tplink,safeloader-partitions.yaml | 7 title: TP-Link SafeLoader partitions 10 TP-Link home routers store various data on flash (e.g. bootloader, 14 Flash space layout of TP-Link devices is stored on flash itself using 15 a custom ASCII-based format. That format was first found in TP-Link
|
| /freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dmsmp.c | 118 dmSMPRequestBody = DMLIST_OBJECT_BASE(dmSMPRequestBody_t, Link, SMPList); in dmSMPStart() 312 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 323 dmSMPResponseBody = DMLIST_OBJECT_BASE(dmSMPRequestBody_t, Link, SMPList); in dmSMPStart() 450 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 454 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 455 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPStart() 2336 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPCompleted() 2389 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPCompleted() 3662 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPRequestBody->Link), &(dmAllShared->freeSMPList)); in dmSMPCompleted() 3674 DMLIST_ENQUEUE_AT_TAIL(&(dmSMPResponseBody->Link), &(dmAllShared->freeSMPList)); in dmSMPCompleted() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | lvds-codec.yaml | 28 Those devices have been marketed under the FPD-Link and FlatLink brand names 36 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer 37 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer 42 - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver 43 - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,sm8450-dispcc.yaml | 34 - description: Link clock from DP PHY0 36 - description: Link clock from DP PHY1 38 - description: Link clock from DP PHY2 40 - description: Link clock from DP PHY3
|
| H A D | qcom,sm8550-dispcc.yaml | 34 - description: Link clock from DP PHY0 36 - description: Link clock from DP PHY1 38 - description: Link clock from DP PHY2 40 - description: Link clock from DP PHY3
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/ |
| H A D | tst.chasestrings.ksh.out | 2 game: Link's Awakening, dungeon: 9, villain: Nightmare, zelda: 0 3 game: A Link to the Past, dungeon: 12, villain: Ganon, zelda: 1
|
| H A D | tst.userlandkey.ksh.out | 2 game: Link's Awakening, dungeon: 9, villain: Nightmare, zelda: 0 3 game: A Link to the Past, dungeon: 12, villain: Ganon, zelda: 1
|
| H A D | tst.userstrings.ksh.out | 2 game: Link's Awakening, dungeon: 9, villain: Nightmare, zelda: 0 3 game: A Link to the Past, dungeon: 12, villain: Ganon, zelda: 1
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SuffixTreeNode.cpp | 30 Link = L; in setLink() 32 SuffixTreeInternalNode *SuffixTreeInternalNode::getLink() const { return Link; } in getLink()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | snps,dw-pcie.yaml | 130 Link Equalization Request flag is set in the Link Status 2 132 the Link Control 3 register). 181 Link Autonomous Bandwidth Status flag has been set in the Link 183 Link Control register). 186 Bandwidth Management Status flag has been set in the Link 188 Link Control register).
|
| /freebsd-14.2/tests/sys/fs/fusefs/ |
| H A D | link.cc | 40 class Link: public FuseTest { class 107 TEST_F(Link, clear_attr_cache) in TEST_F() argument 150 TEST_F(Link, emlink) in TEST_F() argument 181 TEST_F(Link, bad_inode) in TEST_F() argument 224 TEST_F(Link, ok) in TEST_F() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 110 Value *Link = nullptr; member in __anone5fa09f30111::WinEHStatePass 294 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 1); in emitExceptionRegistrationRecord() 348 Link = Builder.CreateStructGEP(RegNodeTy, RegNode, 2); in emitExceptionRegistrationRecord() 424 Builder.CreateStore(Handler, Builder.CreateStructGEP(LinkTy, Link, 1)); in linkExceptionRegistration() 428 Builder.CreateStore(Next, Builder.CreateStructGEP(LinkTy, Link, 0)); in linkExceptionRegistration() 430 Builder.CreateStore(Link, FSZero); in linkExceptionRegistration() 435 if (auto *GEP = dyn_cast<GetElementPtrInst>(Link)) { in unlinkExceptionRegistration() 438 Link = GEP; in unlinkExceptionRegistration() 445 Builder.CreateStructGEP(LinkTy, Link, 0)); in unlinkExceptionRegistration()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | qcom,glink-rpm-edge.yaml | 7 title: Qualcomm G-Link RPM edge 10 Qualcomm G-Link edge, a FIFO based mechanism for communication with Resource 49 Qualcomm Resource Power Manager (RPM) over G-Link
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | bcm47094-dlink-dir-890l.dts | 3 * Device tree for D-Link DIR-890L 4 * D-Link calls this board "WRGAC36" 5 * this router has the same looks and form factor as D-Link DIR-885L. 25 model = "D-Link DIR-890L";
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewHTML.cpp | 70 std::string a(StringRef Link, StringRef Str, StringRef TargetName = "") { in a() argument 79 Tag += Link; in a() 519 std::string Link = buildLinkToFile(SourceFiles[I], FileReports[I]); in createIndexFile() local 520 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; in createIndexFile() 597 auto Link = buildRelLinkToFile(FCS->Name); in generateSubDirectoryReport() local 598 OSRef << tag("tr", tag("td", tag("pre", Link)), "light-row") << '\n'; in generateSubDirectoryReport() 652 SmallString<128> Link; in buildTitleLinks() local 654 Link += "../"; in buildTitleLinks() 655 Link += "index.html"; in buildTitleLinks() 656 S += a(Link, Name); in buildTitleLinks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DependencyTracker.cpp | 87 for (BrokenLink Link : BrokenLinks) { in verifyKeepChain() local 89 WithColor::error() << formatv("{0} between {1:x} and {2:x}", Link.Message, in verifyKeepChain() 90 Link.Parent.getOffset(), in verifyKeepChain() 91 Link.Child.getOffset()); in verifyKeepChain() 94 Link.Parent.dump(errs(), 0, {}); in verifyKeepChain() 96 CU.getDIEInfo(Link.Parent).dump(); in verifyKeepChain() 99 Link.Child.dump(errs(), 2, {}); in verifyKeepChain() 101 CU.getDIEInfo(Link.Child).dump(); in verifyKeepChain()
|
| /freebsd-14.2/sys/dev/ow/ |
| H A D | owll_if.m | 33 # Dallas Semiconductor 1-Wire bus Link Layer (owll) 93 device_t lldev; /* Link Level device (eg bridge) */ 111 device_t lldev; /* Link Level device (eg bridge) */ 129 device_t lldev; /* Link Level device (eg bridge) */ 153 device_t lldev; /* Link level device (eg bridge) */
|