Home
last modified time | relevance | path

Searched full:cas (Results 1 – 25 of 227) sorted by relevance

12345678910

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set0_CA_list.pod65 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when
69 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when
74 SSL_CTX_get_client_CA_list() returns the list of client CAs explicitly set for
78 SSL_get_client_CA_list() returns the list of client CAs explicitly
81 SSL_get_client_CA_list returns the list of client CAs sent from the server, if
85 list of CAs sent to the client when requesting a client certificate for
89 list of CAs sent to the client when requesting a client certificate for
106 SSL_CTX_set0_CA_list() sets the list of CAs to be sent to the peer to
110 SSL_set0_CA_list() sets the list of CAs to be sent to the peer to B<name_list>
114 SSL_CTX_get0_CA_list() retrieves any previously set list of CAs set for
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set0_CA_list.3124 \&\fBSSL_CTX_set_client_CA_list()\fR sets the \fBlist\fR of CAs sent to the client when
128 \&\fBSSL_set_client_CA_list()\fR sets the \fBlist\fR of CAs sent to the client when
133 \&\fBSSL_CTX_get_client_CA_list()\fR returns the list of client CAs explicitly set for
137 \&\fBSSL_get_client_CA_list()\fR returns the list of client CAs explicitly
140 SSL_get_client_CA_list returns the list of client CAs sent from the server, if
144 list of CAs sent to the client when requesting a client certificate for
148 list of CAs sent to the client when requesting a client certificate for
165 \&\fBSSL_CTX_set0_CA_list()\fR sets the list of CAs to be sent to the peer to
169 \&\fBSSL_set0_CA_list()\fR sets the list of CAs to be sent to the peer to \fBname_list\fR
173 \&\fBSSL_CTX_get0_CA_list()\fR retrieves any previously set list of CAs set for
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json93 … up a page on the DRAM devices so that it can be read or written to with a CAS (Column Access Sele…
98 "BriefDescription": "All DRAM CAS Commands issued",
103 …"PublicDescription": "Counts all CAS (Column Address Select) commands issued to DRAM per memory ch…
108 "BriefDescription": "All DRAM Read CAS Commands issued (does not include underfills)",
113 …"PublicDescription": "Counts CAS (Column Access Select) regular read commands issued to DRAM on a …
118 "BriefDescription": "DRAM Underfill Read CAS Commands issued",
123 …iption": "Counts CAS (Column Access Select) underfill read commands issued to DRAM due to a partia…
128 …"BriefDescription": "DRAM CAS (Column Address Strobe) Commands.; DRAM WR_CAS (w/ and w/out auto-pr…
133 …"PublicDescription": "Counts the total number or DRAM Write CAS commands issued on this channel wh…
143 …eing sent from the CHA to the iMC. The requests deallocate after the read CAS command has been is…
[all …]
/freebsd/stand/powerpc/ofw/
H A Dmain.c38 #ifdef CAS
47 #ifdef CAS
104 #ifdef CAS
110 const char *cas; in ppc64_autoload() local
112 if ((cas = getenv("cas")) && cas[0] == '1') in ppc64_autoload()
180 #ifdef CAS in main()
181 setenv("cas", "1", 0); in main()
H A Dcas.c202 printf("cas: couldn't find /chosen\n"); in ppc64_cas()
209 /* CAS not supported */ in ppc64_cas()
253 printf("cas: failed to open / node\n"); in ppc64_cas()
262 printf("cas: CAS method returned an error: rc %d err %jd\n", in ppc64_cas()
268 printf("cas: selected %s MMU\n", radix_mmu ? "radix" : "hash"); in ppc64_cas()
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Duncore-memory.json200 … up a page on the DRAM devices so that it can be read or written to with a CAS (Column Access Sele…
205 "BriefDescription": "All DRAM CAS Commands issued",
210 …"PublicDescription": "Counts all CAS (Column Address Select) commands issued to DRAM per memory ch…
215 "BriefDescription": "All DRAM Read CAS Commands issued (does not include underfills)",
220 …"PublicDescription": "Counts CAS (Column Access Select) regular read commands issued to DRAM on a …
225 "BriefDescription": "DRAM Underfill Read CAS Commands issued",
230 …iption": "Counts CAS (Column Access Select) underfill read commands issued to DRAM due to a partia…
235 …"BriefDescription": "DRAM CAS (Column Address Strobe) Commands.; DRAM WR_CAS (w/ and w/out auto-pr…
240 …"PublicDescription": "Counts the total number or DRAM Write CAS commands issued on this channel wh…
300 …eing sent from the CHA to the iMC. The requests deallocate after the read CAS command has been is…
[all …]
/freebsd/contrib/tcpdump/
H A Dl2vpn.c51 { 42, "E1 Nx64kbit/s with CAS using Structure-aware"},
52 { 43, "DS1 (ESF) Nx64kbit/s with CAS using Structure-aware"},
53 { 44, "DS1 (SF) Nx64kbit/s with CAS using Structure-aware"},
88 { 0x0017, "CESoPSN TDM with CAS"},
89 { 0x0018, "TDMoIP TDM with CAS"},
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzrlock.c80 uint32_t cas = atomic_cas_32( in zrl_add_impl() local
82 if (cas == n) { in zrl_add_impl()
96 n = cas; in zrl_add_impl()
128 uint32_t cas = atomic_cas_32( in zrl_tryenter() local
130 if (cas == 0) { in zrl_tryenter()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp743 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic8_compare_exchange_strong()
749 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic16_compare_exchange_strong()
755 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic32_compare_exchange_strong()
761 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic64_compare_exchange_strong()
768 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic128_compare_exchange_strong()
775 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic8_compare_exchange_weak()
781 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic16_compare_exchange_weak()
787 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic32_compare_exchange_weak()
793 ATOMIC_IMPL(CAS, a, c, v, mo, fmo); in __tsan_atomic64_compare_exchange_weak()
800 ATOMIC_IMPL(CAS, in __tsan_atomic128_compare_exchange_weak()
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S145 DEFINE_COMPILERRT_OUTLINE_FUNCTION_UNMANGLED(NAME(cas))
149 #define CAS GLUE4(cas, A, L, S) s(0), s(1), [x2] macro
151 #define CAS .inst 0x08a07c41 + B + M macro
153 CAS // s(0), s(1), [x2]
196 END_COMPILERRT_OUTLINE_FUNCTION(NAME(cas))
/freebsd/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c231 fileargs_cinit(cap_channel_t *cas, int argc, char *argv[], int flags, in fileargs_cinit() argument
245 return (fileargs_cinitnv(cas, limits)); in fileargs_cinit()
251 cap_channel_t *cas; in fileargs_initnv() local
258 cas = cap_init(); in fileargs_initnv()
259 if (cas == NULL) { in fileargs_initnv()
264 fa = fileargs_cinitnv(cas, limits); in fileargs_initnv()
265 cap_close(cas); in fileargs_initnv()
271 fileargs_cinitnv(cap_channel_t *cas, nvlist_t *limits) in fileargs_cinitnv() argument
277 assert(cas != NULL); in fileargs_cinitnv()
286 chann = cap_service_open(cas, "system.fileargs"); in fileargs_cinitnv()
H A Dcap_fileargs.h51 fileargs_t *fileargs_cinit(cap_channel_t *cas, int argc, char *argv[],
54 fileargs_t *fileargs_cinitnv(cap_channel_t *cas, nvlist_t *limits);
88 fileargs_cinit(cap_channel_t *cas __unused, int argc, char *argv[], int flags,
111 fileargs_cinitnv(cap_channel_t *cas __unused, nvlist_t *limits)
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-memory.json81 … up a page on the DRAM devices so that it can be read or written to with a CAS. One can calculate…
86 "BriefDescription": "All DRAM CAS commands issued",
92 "PublicDescription": "Counts the total number of DRAM CAS commands issued on this channel.",
168 …uffer before being sent from the HA to the iMC. They deallocate after the CAS command has been is…
179 …uffer before being sent from the HA to the iMC. They deallocate after the CAS command has been is…
190 …buffer before being sent from the HA to the iMC. They deallocate after the CAS command has been is…
200 …buffer before being sent from the HA to the iMC. They deallocate after the CAS command has been is…
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp538 LLDB_LOG(log, " CAS::FEVD Searching the root namespace"); in FindExternalVisibleDecls()
545 LLDB_LOG(log, " CAS::FEVD Registering namespace map {0:x} ({1} entries)", in FindExternalVisibleDecls()
617 LLDB_LOG(log, " CAS::FEVD Matching type found for \"{0}\": {1}", name, in FindExternalVisibleDecls()
626 LLDB_LOG(log, " CAS::FEVD - Couldn't export a type"); in FindExternalVisibleDecls()
665 LLDB_LOG(log, " CAS::FEVD Found namespace {0} in module {1}", name, in FillNamespaceMap()
701 LLDB_LOG(log, " CAS::FEVD Found namespace {0} in module {1}", name, in FillNamespaceMap()
781 LLDB_LOG(log, " CAS::FOMD found ({0}) {1}", log_info, in FindObjCMethodDeclsWithOrigin()
806 LLDB_LOG(log, " CAS::FEVD Matching entity found for \"{0}\" in the modules", in FindDeclInModules()
819 LLDB_LOG(log, " CAS::FEVD - Couldn't export a type from the modules"); in FindDeclInModules()
857 LLDB_LOG(log, " CAS::FEVD Matching type found for \"{0}\" in the runtime", in FindDeclInObjCRuntime()
[all …]
/freebsd/lib/libpmc/
H A Dpmc.corei7uc.3802 Counts the number of times a read CAS command was issued on DRAM channel 0.
805 Counts the number of times a read CAS command was issued on DRAM channel 0
809 Counts the number of times a read CAS command was issued on DRAM channel 1.
812 Counts the number of times a read CAS command was issued on DRAM channel 1
816 Counts the number of times a read CAS command was issued on DRAM channel 2.
819 Counts the number of times a read CAS command was issued on DRAM channel 2
823 Counts the number of times a write CAS command was issued on DRAM channel 0.
826 Counts the number of times a write CAS command was issued on DRAM channel 0
830 Counts the number of times a write CAS command was issued on DRAM channel 1.
833 Counts the number of times a write CAS command was issued on DRAM channel 1
[all …]
H A Dpmc.westmereuc.3920 Counts the number of times a read CAS command was issued on DRAM channel 0.
923 Counts the number of times a read CAS command was issued on DRAM channel 0
927 Counts the number of times a read CAS command was issued on DRAM channel 1.
930 Counts the number of times a read CAS command was issued on DRAM channel 1
934 Counts the number of times a read CAS command was issued on DRAM channel 2.
937 Counts the number of times a read CAS command was issued on DRAM channel 2
941 Counts the number of times a write CAS command was issued on DRAM channel 0.
944 Counts the number of times a write CAS command was issued on DRAM channel 0
948 Counts the number of times a write CAS command was issued on DRAM channel 1.
951 Counts the number of times a write CAS command was issued on DRAM channel 1
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Duncore-memory.json23 "BriefDescription": "All DRAM read CAS commands issued (does not include underfills)",
34 "BriefDescription": "DRAM underfill read CAS commands issued",
45 "BriefDescription": "All DRAM read CAS commands issued (including underfills)",
56 "BriefDescription": "All DRAM write CAS commands issued",
280 "BriefDescription": "All DRAM CAS commands issued",
/freebsd/lib/libcompiler_rt/
H A DMakefile22 . for pat in cas swp ldadd ldclr ldeor ldset
25 . if ${pat} == "cas" || ${size} != "16"
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_cas6 PROJECT_NAME = "FreeBSD kernel CAS device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/cas/ \
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
219 mov %o3,%o2 ! cas is always fetching to dest. register
495 .word 0xc9e2100c !cas [%o0],%o4,%g4
508 .word 0xc9e2100c !cas [%o0],%o4,%g4
535 .word 0xc9e2100c !cas [%o0],%o4,%g4
549 .word 0xc9e2100c !cas [%o0],%o4,%g4
/freebsd/share/man/man4/
H A Dcas.430 .Nm cas
38 .Cd "device cas"
H A Dmiibus.466 .It Xr cas 4
140 .Xr cas 4 ,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrAtomics.td22 "cas."#type.Prefix#" $dc, $du, $mem"> {
41 (!cast<MxInst>("CAS"#size) !cast<MxRegOp>("MxDRD"#size):$cmp,
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-crl2pkcs7.pod.in87 This command can be used to send certificates and CAs to Netscape as part of
92 install user certificates and CAs in MSIE using the Xenroll control.
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Duncore-memory.json73 "BriefDescription": "All DRAM read CAS commands issued (including underfills)",
83 "BriefDescription": "All DRAM write CAS commands issued",
93 "BriefDescription": "All DRAM CAS commands issued",

12345678910