| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8040-mcbin.dtsi | 78 /* CON17,18 - CPS lane 4 */ 91 /* CON13,14 - CPS lane 5 */ 292 /* CPS Lane 0 - J5 (Gigabit RJ45) */ 302 /* CPS Lane 5 */ 345 /* CPS Lane 1 - U32 */ 351 /* CPS Lane 3 - U31 */ 382 /* CPS Lane 2 - CON7 */
|
| H A D | armada-80x0.dtsi | 78 compatible = "marvell,armada-8k-cps-pinctrl";
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | cpu.c | 311 uint64_t cps; in cpu_setup() local 358 if (cpu_est_clockrate(0, &cps) == 0) in cpu_setup() 359 printf(", %jd.%02jd MHz", cps / 1000000, (cps / 10000) % 100); in cpu_setup() 377 cpu_est_clockrate(int cpu_id, uint64_t *cps) in cpu_est_clockrate() argument 405 *cps = (mfspr(SPR_PMC1_74XX) * 1000) + 4999; in cpu_est_clockrate() 424 *cps = (mfspr(SPR_PMC1) * 1000) + 4999; in cpu_est_clockrate() 452 cps, sizeof(*cps)) >= 0) { in cpu_est_clockrate() 453 *cps = be64toh(*cps); in cpu_est_clockrate() 457 *cps = freq32; in cpu_est_clockrate()
|
| /freebsd/lib/libpmcstat/ |
| H A D | libpmcstat_string.c | 56 const struct pmcstat_string *cps; in pmcstat_string_intern() local 59 if ((cps = pmcstat_string_lookup(s)) != NULL) in pmcstat_string_intern() 60 return (cps); in pmcstat_string_intern()
|
| /freebsd/usr.bin/pr/ |
| H A D | pr.c | 171 int cps; in onecol() local 236 cps = 0; in onecol() 247 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0) in onecol() 340 int cps = 0; in vertcol() local 474 cnt = inln(inf,ptbf,colwd,&cps,1,&mor); in vertcol() 660 int cps = 0; in horzcol() local 723 if ((cnt = inln(inf,ptbf,colwd,&cps,1, in horzcol() 812 int cps = 0; in mulfile() local 925 &cps, 1, &mor)) < 0) { in mulfile() 1008 * cps: column position 1st char in buffer (large line support) [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | marvell,sei.txt | 10 AP and is wired while a second set comes from the CPs by the mean of 24 - msi-controller: identifies the node as an MSI controller for the CPs
|
| H A D | marvell,ap806-sei.yaml | 18 and is wired while a second set comes from the CPs by the mean of MSIs.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | coff_platform.cpp | 98 static bool isInitialized() { return CPS; } in isInitialized() 151 static COFFPlatformRuntimeState *CPS; member in __anonc1d160b80111::COFFPlatformRuntimeState 166 COFFPlatformRuntimeState *COFFPlatformRuntimeState::CPS = nullptr; member in COFFPlatformRuntimeState 571 assert(!CPS && "COFFPlatformRuntimeState should be null"); in initialize() 572 CPS = new COFFPlatformRuntimeState(); in initialize() 576 assert(CPS && "COFFPlatformRuntimeState not initialized"); in get() 577 return *CPS; in get() 581 assert(CPS && "COFFPlatformRuntimeState not initialized"); in destroy() 582 delete CPS; in destroy()
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_print.3x | 50 (typically about half of its nominal cps rating). 52 6-page-per-minute lasers can typically handle 80cps, so a good conservative
|
| /freebsd/secure/caroot/untrusted/ |
| H A D | Camerfirma_Global_Chambersign_Root.pem | 63 CPS: http://cps.chambersign.org/cps/chambersignroot.html
|
| H A D | Camerfirma_Chambers_of_Commerce_Root.pem | 63 CPS: http://cps.chambersign.org/cps/chambersroot.html
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | ipft_tx.c | 160 char *cps[20], **cpp, c, ipopts[68]; in parseline() local 172 for (i = 0, cps[0] = strtok(line, " \b\t\r\n"); cps[i] && i < 19; ) in parseline() 173 cps[++i] = strtok(NULL, " \b\t\r\n"); in parseline() 175 cpp = cps; in parseline()
|
| /freebsd/sys/dev/firewire/ |
| H A D | fwphyreg.h | 46 cps:1; member 75 uint8_t cps:1,
|
| /freebsd/sbin/route/ |
| H A D | route.c | 680 char *cps = rt_line + sprintf(rt_line, "(%d)", sa->sa_family); in routename() local 683 while (++sp < splim && cps < cpe) /* start with sa->sa_data */ in routename() 684 if ((n = snprintf(cps, cpe - cps, " %x", *sp)) > 0) in routename() 685 cps += n; in routename() 687 *cps = '\0'; in routename() 781 char *cps = net_line + sprintf(net_line, "af %d:", sa->sa_family); in netname() local 784 while (sp < splim && cps < cpe) in netname() 785 if ((n = snprintf(cps, cpe - cps, " %x", *sp++)) > 0) in netname() 786 cps += n; in netname() 788 *cps = '\0'; in netname()
|
| /freebsd/contrib/mandoc/ |
| H A D | tbl_term.c | 158 const struct tbl_cell *cp, *cpn, *cpp, *cps; in term_tbl_len() 385 cps = cp; in term_tbl() 386 while (cps->next != NULL && in term_tbl() 387 cps->next->pos == TBL_CELL_SPAN) in term_tbl() 388 cps = cps->next; in term_tbl() 390 uvert = dvert = cps->vert; in term_tbl() 167 const struct tbl_cell *cp, *cpn, *cpp, *cps; term_tbl() local
|
| /freebsd/sys/contrib/device-tree/Bindings/openrisc/opencores/ |
| H A D | or1ksim.txt | 19 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
| /freebsd/secure/caroot/trusted/ |
| H A D | Entrust_Root_Certification_Authority.pem | 19 …Issuer: C = US, O = "Entrust, Inc.", OU = www.entrust.net/CPS is incorporated by reference, OU = "… 23 …Subject: C = US, O = "Entrust, Inc.", OU = www.entrust.net/CPS is incorporated by reference, OU = …
|
| H A D | Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem | 71 CPS: http://www.firmaprofesional.com/cps
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/img/ |
| H A D | pistachio.txt | 14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sm8650-mtp.dts | 761 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS) 784 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
|
| H A D | sm8750-qrd.dts | 940 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS) 963 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
|
| H A D | sm8650-qrd.dts | 1096 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS) 1119 * WSA8845 Port 6 (CPS) <=> SWR0 Port 13 (CPS)
|
| /freebsd/crypto/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 441 CPS.nnn = value 464 CPS.1 = "http://my.host.example.com/" 465 CPS.2 = "http://my.your.example.com/"
|
| /freebsd/secure/lib/libcrypto/man/man5/ |
| H A D | x509v3_config.5 | 510 \& CPS.nnn = value 537 \& CPS.1 = "http://my.host.example.com/" 538 \& CPS.2 = "http://my.your.example.com/"
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | armada-7k-8k.yaml | 80 - description: Armada CN9132 SoC with two external CPs
|