| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 486 id-pkix 7 : id-cmc 502 id-pkix-mod 6 : id-mod-cmc 573 id-kp 27 : cmcCA : CMC Certificate Authority 574 id-kp 28 : cmcRA : CMC Registration Authority 575 id-kp 29 : cmcArchive : CMC Archive Server 636 # CMC controls 637 id-cmc 1 : id-cmc-statusInfo 638 id-cmc 2 : id-cmc-identification 639 id-cmc 3 : id-cmc-identityProof 640 id-cmc 4 : id-cmc-dataReturn [all …]
|
| H A D | obj_dat.h | 1618 {"id-cmc", "id-cmc", NID_id_cmc, 7, &so[1913]}, 1629 {"id-mod-cmc", "id-mod-cmc", NID_id_mod_cmc, 8, &so[1995]}, 1682 {"id-cmc-statusInfo", "id-cmc-statusInfo", NID_id_cmc_statusInfo, 8, &so[2427]}, 1683 {"id-cmc-identification", "id-cmc-identification", NID_id_cmc_identification, 8, &so[2435]}, 1684 {"id-cmc-identityProof", "id-cmc-identityProof", NID_id_cmc_identityProof, 8, &so[2443]}, 1685 {"id-cmc-dataReturn", "id-cmc-dataReturn", NID_id_cmc_dataReturn, 8, &so[2451]}, 1686 {"id-cmc-transactionId", "id-cmc-transactionId", NID_id_cmc_transactionId, 8, &so[2459]}, 1687 {"id-cmc-senderNonce", "id-cmc-senderNonce", NID_id_cmc_senderNonce, 8, &so[2467]}, 1688 {"id-cmc-recipientNonce", "id-cmc-recipientNonce", NID_id_cmc_recipientNonce, 8, &so[2475]}, 1689 {"id-cmc-addExtensions", "id-cmc-addExtensions", NID_id_cmc_addExtensions, 8, &so[2483]}, [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/davinci/ |
| H A D | da850-enbw-cmc.dts | 3 * Device Tree for AM1808 EnBW CMC board 12 compatible = "enbw,cmc", "ti,da850"; 13 model = "EnBW CMC";
|
| /freebsd/share/man/man4/ |
| H A D | mca.4 | 171 support is enabled and the hardware supports CMC interrupt throttling.) 173 This sets the maximum time (in seconds) to throttle CMC interrupts. 174 In normal operation, the system attempts to receive CMC interrupts as soon as 177 begin throttling the CMC interrupts.
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ti/ |
| H A D | ti,davinci.yaml | 23 - enbw,cmc # EnBW AM1808 based CMC board
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.reg | 644 * CMC Receive Message 0 691 * CMC Receive Message 1 736 * CMC Receive Message 2 775 * CMC Receive Message 3 811 * CMC Sequencer Byte Count 856 * CMC Split Status 0 900 * CMC Split Status 1 1131 * CMC PCI Status 2718 * CMC SCB Array Count 2719 * Number of bytes to transfer between CMC SCB memory and SCBRAM. [all …]
|
| H A D | aic79xx_pci.c | 783 "CMC", 791 "CMC",
|
| /freebsd/sys/kern/ |
| H A D | uipc_usrreq.c | 1139 struct mchain mc, cmc; in uipc_sosend_stream_or_seqpacket() local 1155 cmc = MCHAIN_INITIALIZER(&cmc); in uipc_sosend_stream_or_seqpacket() 1162 (error = unp_internalize(c, &cmc, td, &needsopts))) in uipc_sosend_stream_or_seqpacket() 1224 unp_addsockcred(td, &cmc, unp2->unp_flags); in uipc_sosend_stream_or_seqpacket() 1238 while (mc.mc_len + cmc.mc_len > 0) { in uipc_sosend_stream_or_seqpacket() 1245 if (__predict_false(cmc.mc_len > sb->sb_hiwat)) { in uipc_sosend_stream_or_seqpacket() 1261 if (space < sb->sb_lowat || space < cmc.mc_len) { in uipc_sosend_stream_or_seqpacket() 1282 MPASS(space >= cmc.mc_len); in uipc_sosend_stream_or_seqpacket() 1283 space -= cmc.mc_len; in uipc_sosend_stream_or_seqpacket() 1286 MPASS(!STAILQ_EMPTY(&cmc.mc_q)); in uipc_sosend_stream_or_seqpacket() [all …]
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | obj_mac.h | 1460 #define SN_id_cmc "id-cmc" 1516 #define SN_id_mod_cmc "id-mod-cmc" 1751 #define LN_cmcCA "CMC Certificate Authority" 1756 #define LN_cmcRA "CMC Registration Authority" 1761 #define LN_cmcArchive "CMC Archive Server" 1940 #define SN_id_cmc_statusInfo "id-cmc-statusInfo" 1944 #define SN_id_cmc_identification "id-cmc-identification" 1948 #define SN_id_cmc_identityProof "id-cmc-identityProof" 1952 #define SN_id_cmc_dataReturn "id-cmc-dataReturn" 1956 #define SN_id_cmc_transactionId "id-cmc-transactionId" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/potentiometer/ |
| H A D | microchip,mcp41010.yaml | 10 - Chris Coffey <cmc@babblebit.net>
|
| /freebsd/lib/libc/rpc/ |
| H A D | rpc | 58 snmp 100122 na.snmp snmp-cmc snmp-synoptics snmp-unisys snmp-utk
|
| /freebsd/sys/dev/firewire/ |
| H A D | iec13213.h | 168 cmc:1, /* cycle master capable */ member 192 cmc:1, /* cycle master capable */
|
| H A D | fwcrom.c | 579 src.businfo.cmc = 1; in main()
|
| H A D | firewire.c | 702 src->businfo.cmc = 1; in fw_init_crom() 1576 "irmc(%d) cmc(%d) isc(%d) bmc(%d) pmc(%d) " in fw_explore_node() 1580 binfo->irmc, binfo->cmc, binfo->isc, in fw_explore_node()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
| H A D | cache.json | 58 …LS). The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co… 64 …nse. The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co…
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 15 modules, and Core Mode Controller (CMC)1 blocks
|
| H A D | imx7ulp-pcc-clock.yaml | 15 modules, and Core Mode Controller (CMC)1 blocks
|
| H A D | imx7ulp-clock.txt | 5 modules, and Core Mode Controller (CMC)1 blocks
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/aspeed/ |
| H A D | aspeed.yaml | 89 - facebook,minerva-cmc
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/ |
| H A D | cache.json | 298 …LS). The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co… 304 …nse. The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co…
|
| /freebsd/share/misc/ |
| H A D | iso639 | 128 cmc cmc Chamic languages
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/ |
| H A D | cache.json | 304 …LS). The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co… 310 …nse. The number of instruction cache lines invalidated. A non-SMC event is CMC (cross modifying co…
|
| /freebsd/contrib/ntp/html/ |
| H A D | quick.html | 31 Metrology Centre (CMC)</a> and many others available on the Internet. Lists
|
| /freebsd/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 379 "irmc:%d cmc:%d isc:%d bmc:%d pmc:%d\n" in parse_bus_info_block() 384 bi->irmc, bi->cmc, bi->isc, bi->bmc, bi->pmc, in parse_bus_info_block()
|
| /freebsd/sys/dev/ciss/ |
| H A D | ciss.c | 2487 struct ciss_message_cdb *cmc; 2501 cc->cdb.cdb_length = sizeof(*cmc); 2507 cmc = (struct ciss_message_cdb *)&(cc->cdb.cdb[0]); 2508 cmc->opcode = CISS_OPCODE_MESSAGE_ABORT; 2509 cmc->type = CISS_MESSAGE_ABORT_TASK; 2510 cmc->abort_tag = ar->cr_tag; /* endianness?? */
|