Home
last modified time | relevance | path

Searched refs:SRV (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp65 ResourceInfo ResourceInfo::SRV(Value *Symbol, StringRef Name, in SRV() function in ResourceInfo
69 ResourceInfo RI(ResourceClass::SRV, Kind, Symbol, Name, Binding, UniqueID); in SRV()
80 ResourceInfo RI(ResourceClass::SRV, ResourceKind::RawBuffer, Symbol, Name, in RawBuffer()
89 ResourceInfo RI(ResourceClass::SRV, ResourceKind::StructuredBuffer, Symbol, in StructuredBuffer()
101 ResourceInfo RI(ResourceClass::SRV, ResourceKind::Texture2DMS, Symbol, Name, in Texture2DMS()
112 ResourceInfo RI(ResourceClass::SRV, ResourceKind::Texture2DMSArray, Symbol, in Texture2DMSArray()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp242 const auto *SRV = dyn_cast<SymbolRegionValue>(SymBase->getSymbol()); in findInvalidatedSymbolicBase() local
243 if (!SRV) in findInvalidatedSymbolicBase()
245 Reg = SRV->getRegion(); in findInvalidatedSymbolicBase()
246 if (const auto *VarReg = dyn_cast<VarRegion>(SRV->getRegion())) in findInvalidatedSymbolicBase()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h43 SRV = 0, enumerator
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c752 size_t hostlen = strnlen(pRec->Data.SRV.pNameTarget, DNS_MAX_NAME_LENGTH); in parse_dns_record()
762 rr->u.srv->priority = pRec->Data.SRV.wPriority; in parse_dns_record()
763 rr->u.srv->weight = pRec->Data.SRV.wWeight; in parse_dns_record()
764 rr->u.srv->port = pRec->Data.SRV.wPort; in parse_dns_record()
765 strcpy_s(rr->u.srv->target, hostlen + 1, pRec->Data.SRV.pNameTarget); in parse_dns_record()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp178 raw_ostream &OS, bool SRV, bool HasCounter, in printKind() argument
187 if (SRV) in printKind()
H A DDXILResource.h46 raw_ostream &OS, bool SRV = false,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp308 if (const auto *SRV = dyn_cast<SymbolRegionValue>(SubSym)) { in getTaintedSymbolsImpl() local
310 getTaintedSymbolsImpl(State, SRV->getRegion(), Kind, returnFirstOnly); in getTaintedSymbolsImpl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp184 : llvm::hlsl::ResourceClass::SRV; in finishCodeGen()
210 case llvm::hlsl::ResourceClass::SRV: in addBufferResourceAnnotation()
/freebsd/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt47 removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR, SRV, NAPTR types.
H A DFEATURES89 2782: SRV type
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h121 static ResourceInfo SRV(Value *Symbol, StringRef Name,
/freebsd/crypto/heimdal/doc/
H A Dsetup.texi106 SRV-record for your realm, or your Kerberos server has DNS CNAME
961 will try to find a @code{SRV} resource record (RR) for the realm. If no
962 SRV RRs are found, it will fall back to looking for an @code{A} RR for
980 _kerberos._tcp SRV 10 1 88 kerberos.example.com.
981 _kerberos._udp SRV 10 1 88 kerberos.example.com.
982 _kerberos._tcp SRV 10 1 88 kerberos-1.example.com.
983 _kerberos._udp SRV 10 1 88 kerberos-1.example.com.
984 _kpasswd._udp SRV 10 1 464 kerberos.example.com.
985 _kerberos-adm._tcp SRV 10 1 749 kerberos.example.com.
989 More information about DNS SRV resource records can be found in
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set1_host.pod38 via CNAME, MX or SRV records as specified in RFC7671, RFC7672 or
H A DSSL_CTX_dane_enable.pod157 In particular, SMTP and XMPP clients should set this option as SRV and MX
/freebsd/crypto/heimdal/
H A DNEWS668 * follow RFC2782 and by default do not look for non-underscore SRV names
745 * fix SRV lookup for admin server
767 * support SRV records for kpasswd
H A DChangeLog.1999940 * lib/krb5/krbhst.c: do SRV lookups for admin server as well.
1515 * lib/krb5/krbhst.c: lookup SRV-records to find a kdc for a realm
H A DChangeLog.2000682 * lib/krb5/krbhst.c (get_krbhst): only try SRV lookup if there are
H A DChangeLog.2004980 * lib/krb5/krbhst.c: also lookup _kpasswd._tcp SRV-rr
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr1027 # If we have a TCP media type configured, check for an SRV record
1046 # Query SRV types first (1st host response taken as new host to query)
1049 host -t SRV $__wait -- "$__type.$__host" \
1053 awk '/ SRV /{print $NF;exit}' )
/freebsd/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1491 PROV-SRV-LOCATION ::= GeneralString
H A DChangeLog1561 * k5.asn1: PROV-SRV-LOCATION, PacketCable provisioning server
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_client.pod.in405 In particular, SMTP and XMPP clients should set this option as SRV and MX
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4603 /*is_string=*/true, ["SRV", "UAV", "CBuffer", "Sampler"],
4604 ["SRV", "UAV", "CBuffer", "Sampler"],
H A DAttrDocs.td7503 t for shader resource views (SRV),