/freebsd/sys/fs/cuse/ |
H A D | cuse.c | 177 #define CUSE_CLIENT_CLOSING(pcc) \ argument 178 ((pcc)->cflags & CUSE_CLI_IS_CLOSING) 359 struct cuse_client *pcc; in cuse_server_is_closing() local 366 TAILQ_FOREACH(pcc, &pcs->hcli, entry) { in cuse_server_is_closing() 367 cuse_client_is_closing(pcc); in cuse_server_is_closing() 374 struct cuse_client *pcc; in cuse_server_find_command() local 380 TAILQ_FOREACH(pcc, &pcs->hcli, entry) { in cuse_server_find_command() 381 if (CUSE_CLIENT_CLOSING(pcc)) in cuse_server_find_command() 384 if (pcc->cmds[n].entered == td) in cuse_server_find_command() 385 return (&pcc->cmds[n]); in cuse_server_find_command() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 45 B<km>, B<kmc>, B<kmac>, B<kmctr>, B<kmo>, B<kmf>, B<prno>, B<kma>, B<pcc> 145 pcc : 147 # 64 1<<63 PCC-Scalar-Multiply-P256 148 # 65 1<<62 PCC-Scalar-Multiply-P384 149 # 66 1<<61 PCC-Scalar-Multiply-P521 150 # 72 1<<55 PCC-Scalar-Multiply-Ed25519 151 # 73 1<<54 PCC-Scalar-Multiply-Ed448 152 # 80 1<<47 PCC-Scalar-Multiply-X25519 153 # 81 1<<46 PCC-Scalar-Multiply-X448
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OPENSSL_s390xcap.3 | 178 \&\fBkm\fR, \fBkmc\fR, \fBkmac\fR, \fBkmctr\fR, \fBkmo\fR, \fBkmf\fR, \fBprno\fR, \fBkma\fR, \fBpcc… 276 \& pcc : 278 \& # 64 1<<63 PCC\-Scalar\-Multiply\-P256 279 \& # 65 1<<62 PCC\-Scalar\-Multiply\-P384 280 \& # 66 1<<61 PCC\-Scalar\-Multiply\-P521 281 \& # 72 1<<55 PCC\-Scalar\-Multiply\-Ed25519 282 \& # 73 1<<54 PCC\-Scalar\-Multiply\-Ed448 283 \& # 80 1<<47 PCC\-Scalar\-Multiply\-X25519 284 \& # 81 1<<46 PCC\-Scalar\-Multiply\-X448
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | imx7ulp-pcc-clock.yaml | 4 $id: http://devicetree.org/schemas/clock/imx7ulp-pcc-clock.yaml# 7 title: Freescale i.MX7ULP Peripheral Clock Control (PCC) modules Clock Controller 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 28 The Peripheral Clock Control (PCC) is responsible for clock selection,
|
H A D | imx8ulp-pcc-clock.yaml | 4 $id: http://devicetree.org/schemas/clock/imx8ulp-pcc-clock.yaml# 7 title: NXP i.MX8ULP Peripheral Clock Controller(PCC) Module 14 under the control of several CGCs & PCCs modules. The PCC modules control
|
H A D | imx7ulp-clock.txt | 4 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 36 Peripheral Clock Control (PCC) modules: 38 The Peripheral Clock Control (PCC) is responsible for clock selection,
|
H A D | imx7ulp-scg-clock.yaml | 14 Clock Generation (SCG) modules, Peripheral Clock Control (PCC)
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 176 OPENSSL_s390xcap_P.pcc[0] &= cap.pcc[0]; in OPENSSL_cpuid_setup() 177 OPENSSL_s390xcap_P.pcc[1] &= cap.pcc[1]; in OPENSSL_cpuid_setup() 206 /*.pcc = */{0ULL, 0ULL}, in parse_env() 234 /*.pcc = */{0ULL, 0ULL}, in parse_env() 267 /*.pcc = */{0ULL, 0ULL}, in parse_env() 306 /*.pcc = */{0ULL, 0ULL}, in parse_env() 364 /*.pcc = */{S390X_CAPBIT(S390X_QUERY), in parse_env() 423 /*.pcc = */{S390X_CAPBIT(S390X_QUERY), in parse_env() 486 /*.pcc = */{S390X_CAPBIT(S390X_QUERY), in parse_env() 568 /*.pcc = */{S390X_CAPBIT(S390X_QUERY), in parse_env() [all …]
|
H A D | info.c | 81 "pcc:0x%llx:0x%llx:" in DEFINE_RUN_ONCE_STATIC() 95 OPENSSL_s390xcap_P.pcc[0], OPENSSL_s390xcap_P.pcc[1], in DEFINE_RUN_ONCE_STATIC()
|
H A D | s390x_arch.h | 71 unsigned long long pcc[2]; member 145 /* pcc */
|
H A D | s390xcpuid.pl | 115 lghi %r0,S390X_QUERY # query pcc capability vector 117 .long 0xb92c0000 # pcc 460 .long 0xb92c0000 # pcc
|
/freebsd/contrib/byacc/ |
H A D | NOTES | 3 developed on a VAX using PCC. PCC placed at most six variables
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 983 if (pcc) in my_telnet() 984 strncat(ptyibuf2, ptyip, pcc+1); in my_telnet() 986 pcc = strlen(ptyip); in my_telnet() 1006 if (ncc < 0 && pcc < 0) in my_telnet() 1021 if (nfrontp - nbackp || pcc > 0) { in my_telnet() 1133 pcc = readstream(p, ptyibuf, BUFSIZ); in my_telnet() 1136 pcc = read(p, ptyibuf, BUFSIZ); in my_telnet() 1143 if (pcc < 0 && (errno == EWOULDBLOCK || in my_telnet() 1148 pcc = 0; in my_telnet() 1150 if (pcc <= 0) in my_telnet() [all …]
|
H A D | global.c | 69 int pcc, ncc; variable
|
/freebsd/contrib/tcsh/ |
H A D | Ported | 172 NOTES : pcc broken: typedef void sigret_t (vax); 234 COMPILER: pcc 242 NOTES : pcc broken: typedef void sigret_t; typedef void pret_t; 466 NOTES : Dont use the -pcc flag. 713 COMPILER: pcc 724 COMPILER: pcc 867 COMPILER: pcc
|
/freebsd/contrib/ntp/html/ |
H A D | ntpd.html | 99 which do not use the PCC to implement QueryPerformanceCounter 100 and have a fixed PCC frequency. The frequency specified must 103 of the processor cycle counter. For x86-compatible processors, the PCC is 108 appear equivalent. This option should be used only if the PCC 110 PCC frequency. (Windows only)</dd>
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_s390x_nistp.c | 31 /* Offsets of fields in PCC parameter blocks */ 76 * Use PCC for EC keygen and ECDH key derivation: in ec_GFp_s390x_nistp_mul() 385 if ((OPENSSL_s390xcap_P.pcc[1] \
|
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 148 if (OPENSSL_s390xcap_P.pcc[1] in ecx_derive() 164 if (OPENSSL_s390xcap_P.pcc[1] in ecx_derive()
|
/freebsd/sys/contrib/dev/acpica/components/executer/ |
H A D | exfield.c | 363 * Reading from a PCC field unit does not require the handler because in AcpiExReadDataFromField() 367 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 502 "PCC COMD field has been written. Invoking PCC handler now.\n")); in AcpiExWriteDataToField()
|
/freebsd/contrib/ntp/html/hints/ |
H A D | bsdi | 8 the "cc" command is GCC 1.4x rather than PCC or GCC 2.x. It is imperative
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 145 const ParamCommandComment *PCC = cast<ParamCommandComment>(Child); in FullCommentParts() local 146 if (!PCC->hasParamName()) in FullCommentParts() 149 if (!PCC->isDirectionExplicit() && !PCC->hasNonWhitespaceParagraph()) in FullCommentParts() 152 Params.push_back(PCC); in FullCommentParts()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiPxe.h | 902 /// PCC BusType definitions. 913 PCI, PCC; member 1215 /// For PCC bus devices, this field is set to PXE_BUSTYPE_PCC. 1220 /// This identifies the PCC network device that this UNDI interface 1228 /// This is a copy of the PCC configuration space for this 1240 PXE_PCC_CONFIG_INFO pcc; member
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 640 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X25519)) in x25519_gen() 654 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_X448)) in x448_gen() 668 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED25519) in ed25519_gen() 685 if (OPENSSL_s390xcap_P.pcc[1] & S390X_CAPBIT(S390X_SCALAR_MULTIPLY_ED448) in ed448_gen()
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 441 pcc
|
/freebsd/share/man/man9/ |
H A D | cdefs.9 | 37 .It pcc Ta 1.1 40 Due to testing constraints, tcc and pcc may not always work.
|