Home
last modified time | relevance | path

Searched refs:CID (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-connID-retire.md9 MVP does most of one side of the CID management. The major outstanding items
13 * use more than the just latest CID for packet transmission
19 MVP does not issue multiple connection CIDs, instead it uses a zero length CID.
32 * Supporting migration goes well beyond CID management. The additions required
33 to the CID code should be undertaken when/if connection migration is
64 * routes we've retired until they are acked as being retired (uint64_t max CID)
68 be retransmitted, they'll be done so using a new CID on a new route.
H A Dglossary.md30 **CID:** Connection ID.
93 **LCID:** Local CID. Refers to a CID which will be recognised as identifying a
96 **LCIDM:** Local CID Manager. Tracks LCIDs which have been advertised to a peer.
139 **Numbered CID:** Refers to a Connection ID which has a sequence number assigned
141 number assigned. See also Unnumbered CID.
143 **ODCID:** Original Destination CID. This is the DCID found in the first Initial
228 **RCID:** Remote CID. Refers to a CID which has been provided to us by a peer
230 Unnumbered CID and Numbered CID.
232 **RCIDM:** Remote CID Manager. Tracks RCIDs which have been provided to us by a
323 **Unnumbered CID:** Refers to a CID which does not have a sequence number
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp88 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
89 Scan(M, CID); in Scan()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h131 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo()
132 CallConstructionID = CID; in setCallInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td34 class BinOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
35 : Op<opCode, (outs CID:$dst), (ins TYPE:$src_ty, CID:$src, CID:$src2),
37 [(set CID:$dst, (assigntype (node CID:$src, CID:$src2), TYPE:$src_ty))]>;
39 class TernOpTyped<string name, bits<16> opCode, RegisterClass CCond, RegisterClass CID, SDNode node>
40 : Op<opCode, (outs CID:$dst), (ins TYPE:$src_ty, CCond:$cond, CID:$src1, CID:$src2),
42 … [(set CID:$dst, (assigntype (node CCond:$cond, CID:$src1, CID:$src2), TYPE:$src_ty))]>;
89 class UnOpTyped<string name, bits<16> opCode, RegisterClass CID, SDNode node>
90 : Op<opCode, (outs CID:$dst), (ins TYPE:$src_ty, CID:$src),
91 … "$dst = "#name#" $src_ty $src", [(set CID:$dst, (assigntype (node CID:$src), TYPE:$src_ty))]>;
/freebsd/contrib/ntp/
H A DChangeLog837 * CID 1339955: Free allocated memory in caljulian test. HStenn.
838 * CID 1339962: Explicitly initialize variable in caljulian test. HStenn.
839 * CID 1341527: Quiet a CHECKED_RETURN in sntp/tests/t-log.c. HStenn.
840 * CID 1341533: Missing assertion in sntp/tests/t-log.c. HStenn.
841 * CID 1341534: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
842 * CID 1341535: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
843 * CID 1341536: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
844 * CID 1341537: Resource leak in tests/ntpd/t-ntp_signd.c. HStenn.
845 * CID 1341538: Memory leak in tests/ntpd/ntp_prio_q.c:262. HStenn.
846 * CID 134167
[all...]
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h150 void setContextCID(const uint32_t CID);
445 inline void EtmV4ITrcPacket::setContextCID(const uint32_t CID) in setContextCID() argument
449 context.ctxtID = CID; in setContextCID()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c508 ((EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A03) && (EISA_ID_TO_NUM (AcpiEx->HID) != 0x0A08))) in DevPathToTextAcpiEx()
519 if ((EISA_ID_TO_NUM (AcpiEx->HID) == 0x0A08) || (EISA_ID_TO_NUM (AcpiEx->CID) == 0x0A08)) { in DevPathToTextAcpiEx()
546 ((AcpiEx->CID >> 10) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
547 ((AcpiEx->CID >> 5) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
548 ((AcpiEx->CID >> 0) & 0x1f) + 'A' - 1, in DevPathToTextAcpiEx()
549 (AcpiEx->CID >> 16) & 0xFFFF in DevPathToTextAcpiEx()
559 if (AcpiEx->CID == 0) { in DevPathToTextAcpiEx()
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md234 `Fix coverity defects: CID dddd, dddd...` where `dddd` represents
235 each CID fixed by the commit.
242 Fix coverity defects: CID 12345, 67890
244 CID 12345: Logically dead code (DEADCODE)
249 CID 67890: Resource Leak (RESOURCE_LEAK)
/freebsd/crypto/heimdal/
H A DChangeLog.20061684 memory Coverity, NetBSD CID#1892
1687 memory Coverity, NetBSD CID#1892
1690 protocol failure, avoid leaking memory Coverity, NetBSD CID#1900
1693 in case of error Coverity, NetBSD CID#1883
1697 Coverity, NetBSD CID#1885
1703 Coverity, NetBSD CID#1882
1706 handling. Coverity, NetBSD CID#2369
1712 easier to read Fixes Coverity, NetBSD CID#625
1715 check. Coverity NetBSD CID#2367
1719 CID#2370
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp384 if (const auto *CID = MD->getCategory()) { in mangleObjCMethodName() local
385 if (const auto *CI = CID->getClassInterface()) { in mangleObjCMethodName()
388 CategoryName = CID->getName(); in mangleObjCMethodName()
H A DDeclPrinter.cpp1577 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryImplDecl() local
1578 Out << *CID; in VisitObjCCategoryImplDecl()
1590 if (const auto *CID = PID->getClassInterface()) in VisitObjCCategoryDecl() local
1591 Out << *CID; in VisitObjCCategoryDecl()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-server-api.md284 ### CID Length Determination
286 Currently a client connection uses a zero-length local CID. Since we want to
288 support a non-zero-length local CID. Equally servers will need to support CIDs.
290 By default when a QLSO is used, we will use a real, non-zero-length CID. If the
292 `QUIC_PORT` internally but specially choose to use a zero-length local CID since
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp616 if (auto CID = VPI.getConstrainedIntrinsicID()) in expandPredication() local
617 if (Value *Call = expandPredicationToFPCall(Builder, VPI, *CID)) in expandPredication()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp899 uint32_t CID = 0; in extractAndSetContextInfo() local
902 CID |= ((uint32_t)m_currPacketData[i+payload_idx] << i*8); in extractAndSetContextInfo()
904 m_curr_packet.setContextCID(CID); in extractAndSetContextInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp267 ObjCCategoryImplDecl *CID);
767 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument
1081 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1083 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl()
1167 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
1168 assert((IMD || CID) && "Unknown ImplementationDecl"); in RewriteImplementationDecl()
1170 InsertText(IMD ? IMD->getBeginLoc() : CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1172 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl()
1185 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl()
1197 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl()
[all …]
H A DRewriteModernObjC.cpp320 ObjCCategoryImplDecl *CID);
918 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument
932 startGetterSetterLoc = IMD ? IMD->getEndLoc() : CID->getEndLoc(); in RewritePropertyImplDecl()
1248 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local
1250 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl()
1334 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local
1335 assert((IMD || CID) && "Unknown implementation type"); in RewriteImplementationDecl()
1347 InsertText(CID->getBeginLoc(), "// "); in RewriteImplementationDecl()
1349 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl()
1362 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp557 #define VP_PROPERTY_CONSTRAINEDFP(CID) return Intrinsic::CID; in getConstrainedIntrinsicIDForVP() argument
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h238 UINT32 CID; member
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog282 Fixes Coverity, NetBSD CID#628
285 CID#626
286 (kadm5_log_modify): add error handling Coverity, NetBSD CID#627
289 case no client name was passed in. Coverity, NetBSD CID#919
292 case of error. Coverity NetBSD CID#1908
/freebsd/crypto/openssh/
H A DChangeLog390 calls by reusing the macro in monitor.c. Flagged by Coverity CID
403 CID 901296, ok djm@
1648 (was repeatedly checking the subsystem name) spotted by Coverity (CID 898836)
2104 this is a no-op, but it should placate Coverity CID 405064.
2112 upstream: Plug leaks while parsing Match blocks. Coverity CID
2122 upstream: Plug leaks while parsing Match blocks. Coverity CID
2176 either. Coverity CID 443285.
3203 Adding this additional check on the array placates CID 896018. ok djm@
3238 potentially reuse the variable. Fixes Coverity CID 405057.
3323 Fixes potential modulo-by-zero UB flagged by Coverity CID 405068
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dimg-1x1-4096-apm.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-512-bsd.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-1x1-512-ebr.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|
H A Dimg-63x255-4096-apm.vmdk.hex10 00000220 43 49 44 3d 30 30 30 30 30 30 30 30 0a 70 61 72 |CID=00000000.par|

123