| /src/sys/dev/mvs/ |
| H A D | mvs_pci.c | 112 ctlr->ccc = 0; in mvs_attach() 114 device_get_unit(dev), "ccc", &ctlr->ccc); in mvs_attach() 118 if (ctlr->ccc == 0 || ctlr->cccc == 0) { in mvs_attach() 119 ctlr->ccc = 0; in mvs_attach() 122 if (ctlr->ccc > 100000) in mvs_attach() 123 ctlr->ccc = 100000; in mvs_attach() 206 int i, ccc = ctlr->ccc, cccc = ctlr->cccc, ccim = 0; in mvs_ctlr_setup() local 214 if (ccc && bootverbose) { in mvs_ctlr_setup() 217 ctlr->ccc, ctlr->cccc); in mvs_ctlr_setup() 219 ccc *= 150; in mvs_ctlr_setup() [all …]
|
| H A D | mvs_soc.c | 110 ctlr->ccc = 0; in mvs_attach() 112 device_get_unit(dev), "ccc", &ctlr->ccc); in mvs_attach() 116 if (ctlr->ccc == 0 || ctlr->cccc == 0) { in mvs_attach() 117 ctlr->ccc = 0; in mvs_attach() 120 if (ctlr->ccc > 100000) in mvs_attach() 121 ctlr->ccc = 100000; in mvs_attach() 204 int ccc = ctlr->ccc, cccc = ctlr->cccc; in mvs_ctlr_setup() local 213 if (ccc && bootverbose) { in mvs_ctlr_setup() 216 ctlr->ccc, ctlr->cccc); in mvs_ctlr_setup() 218 ccc *= 150; in mvs_ctlr_setup() [all …]
|
| /src/contrib/bmake/unit-tests/ |
| H A D | suff-lookup.mk | 12 .SUFFIXES: .c .cc .ccc 20 .ccc.cc: 24 .c.ccc: 40 .SUFFIXES: .c .cc .ccc .short .sho .dead-end
|
| /src/usr.bin/tip/tip/ |
| H A D | cmds.c | 149 read(repdes[0], (char *)&ccc, 1); /* Wait until read process stops */ in transfer() 194 write(fildes[1], (char *)&ccc, 1); in transfer() 306 read(repdes[0], (char *)&ccc, 1); in transmit() 383 write(fildes[1], (char *)&ccc, 1); in transmit() 481 read(repdes[0], (char *)&ccc, 1); in pipeout() 506 write(fildes[1], (char *)&ccc, 1); in pipeout() 534 read(repdes[0], (char *)&ccc, 1); in consh() 560 write(fildes[1], (char *)&ccc, 1); in consh()
|
| H A D | tipout.c | 59 write(repdes[1],&ccc,1); in intIOT() 60 read(fildes[0], &ccc,1); in intIOT()
|
| H A D | tip.h | 268 EXTERN char ccc; /* synchronization character */ variable
|
| /src/crypto/heimdal/appl/ftp/ftp/ |
| H A D | security.h | 72 int (*ccc)(void*); member 118 void ccc (void);
|
| H A D | security.c | 531 void ccc(void) in ccc() function 534 if(mech->ccc && (*mech->ccc)(app_data) == 0) { in ccc()
|
| /src/contrib/llvm-project/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 48 border-right: 1px solid #ccc; 209 background-color: #ccc; 251 border: 1px solid #ccc; 269 border: 1px solid #ccc; 329 border: 1px solid #ccc;
|
| /src/crypto/openssh/regress/ |
| H A D | cfginclude.sh | 51 Hostname ccc 99 trial c ccc 192 Hostname ccc # comment 240 trial c ccc
|
| H A D | servcfginclude.sh | 48 Banner /ccc 100 trial c /ccc
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.css | 91 background-color: #ccc; 97 background-color: #ccc; 111 background-color: #ccc;
|
| /src/tests/sys/acl/ |
| H A D | tools-posix.test | 445 $ mknod ccc c 1 1 446 $ setfacl -m u:42:r,g:43:w ccc 447 > setfacl: ccc: acl_get_file() failed: Operation not supported 448 $ ls -l ccc | cut -d' ' -f1 451 $ rm ccc
|
| /src/crypto/openssl/crypto/cmp/ |
| H A D | cmp_server.c | 402 OSSL_CMP_CERTCONFIRMCONTENT *ccc; in process_certConf() local 411 ccc = req->body->value.certConf; in process_certConf() 412 num = sk_OSSL_CMP_CERTSTATUS_num(ccc); in process_certConf() 425 status = sk_OSSL_CMP_CERTSTATUS_value(ccc, 0); in process_certConf()
|
| /src/sys/contrib/device-tree/src/riscv/microchip/ |
| H A D | mpfs.dtsi | 263 compatible = "microchip,mpfs-ccc"; 271 compatible = "microchip,mpfs-ccc"; 279 compatible = "microchip,mpfs-ccc"; 287 compatible = "microchip,mpfs-ccc";
|
| /src/contrib/lib9p/pytest/ |
| H A D | client.py | 43 def ccc(self, cid=None): member in TestState 87 pair = self.ccc(cid) 382 tstate.ccc() 393 clnt = tstate.ccc()[0]
|
| /src/sys/kern/ |
| H A D | uipc_sockbuf.c | 1101 u_long acc, ccc, mbcnt; in sbcheck() local 1108 acc = ccc = mbcnt = 0; in sbcheck() 1128 ccc += m->m_len; in sbcheck() 1142 ccc += sb->sb_tlsdcc; in sbcheck() 1155 ccc += m->m_len; in sbcheck() 1167 if (acc != sb->sb_acc || ccc != sb->sb_ccc || mbcnt != sb->sb_mbcnt) { in sbcheck() 1169 acc, sb->sb_acc, ccc, sb->sb_ccc, mbcnt, sb->sb_mbcnt); in sbcheck()
|
| /src/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | security.c | 531 void ccc(void) in ccc() function 534 if(mech->ccc && (*mech->ccc)(app_data) == 0) { in ccc()
|
| /src/sys/dev/ahci/ |
| H A D | ahci.c | 118 if (ctlr->ccc) { in ahci_ctlr_setup() 121 (ctlr->ccc << AHCI_CCCC_TV_SHIFT) | in ahci_ctlr_setup() 129 ctlr->ccc, ctlr->cccv); in ahci_ctlr_setup() 202 ctlr->ccc = 0; in ahci_attach() 204 device_get_unit(dev), "ccc", &ctlr->ccc); in ahci_attach() 273 ctlr->ccc = 0; in ahci_attach() 460 if (ctlr->channels == 1 && !ctlr->ccc && ctlr->msi) in ahci_setup_interrupt() 463 (ctlr->ccc && i == ctlr->cccv)) in ahci_setup_interrupt() 508 if (ctlr->ccc) in ahci_intr() 518 if (ctlr->ccc) in ahci_intr() [all …]
|
| /src/contrib/lua/doc/ |
| H A D | lua.css | 13 border: solid #ccc 1px ;
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_string.c | 3360 int ccc; in archive_string_normalize_D() member 3363 int ccc; in archive_string_normalize_D() local 3409 fdc[0].ccc = CCC(cp2); in archive_string_normalize_D() 3417 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) { in archive_string_normalize_D() 3423 if (fdc[j].ccc > ccc) in archive_string_normalize_D() 3429 fdc[j].ccc = ccc; in archive_string_normalize_D() 3432 fdc[fdi].ccc = ccc; in archive_string_normalize_D()
|
| /src/contrib/netbsd-tests/lib/libcurses/ |
| H A D | atf.terminfo | 3 am, bce, ccc, km, mc5i, mir, msgr, npc, xenl,
|
| /src/sys/dev/mmc/ |
| H A D | mmcreg.h | 667 uint16_t ccc; member
|
| /src/contrib/netbsd-tests/bin/sh/ |
| H A D | t_option.sh | 245 for f in a b c d e f aa ab ac ad ae aaa aab aac aad aba abc bbb ccc
|
| /src/sys/contrib/openzfs/config/ |
| H A D | config.rpath | 85 ccc*)
|