/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DXILResource.cpp | 65 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 D | InvalidPtrChecker.cpp | 242 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 D | DXILABI.h | 43 SRV = 0, enumerator
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | resolve.c | 752 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 D | DXILResource.cpp | 178 raw_ostream &OS, bool SRV, bool HasCounter, in printKind() argument 187 if (SRV) in printKind()
|
H A D | DXILResource.h | 46 raw_ostream &OS, bool SRV = false,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 308 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 D | CGHLSLRuntime.cpp | 184 : llvm::hlsl::ResourceClass::SRV; in finishCodeGen() 210 case llvm::hlsl::ResourceClass::SRV: in addBufferResourceAnnotation()
|
/freebsd/contrib/unbound/doc/ |
H A D | control_proto_spec.txt | 47 removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR, SRV, NAPTR types.
|
H A D | FEATURES | 89 2782: SRV type
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | DXILResource.h | 121 static ResourceInfo SRV(Value *Symbol, StringRef Name,
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 106 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 D | SSL_set1_host.pod | 38 via CNAME, MX or SRV records as specified in RFC7671, RFC7672 or
|
H A D | SSL_CTX_dane_enable.pod | 157 In particular, SMTP and XMPP clients should set this option as SRV and MX
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 668 * 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 D | ChangeLog.1999 | 940 * 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 D | ChangeLog.2000 | 682 * lib/krb5/krbhst.c (get_krbhst): only try SRV lookup if there are
|
H A D | ChangeLog.2004 | 980 * lib/krb5/krbhst.c: also lookup _kpasswd._tcp SRV-rr
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | tcpip.subr | 1027 # 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 D | krb5.asn1 | 491 PROV-SRV-LOCATION ::= GeneralString
|
H A D | ChangeLog | 1561 * k5.asn1: PROV-SRV-LOCATION, PacketCable provisioning server
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-s_client.pod.in | 405 In particular, SMTP and XMPP clients should set this option as SRV and MX
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 4603 /*is_string=*/true, ["SRV", "UAV", "CBuffer", "Sampler"], 4604 ["SRV", "UAV", "CBuffer", "Sampler"],
|
H A D | AttrDocs.td | 7503 t for shader resource views (SRV),
|