Searched refs:cc (Results 176 - 200 of 727) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libdiff/include/
H A Ddiff_output.h82 void diff_chunk_context_get(struct diff_chunk_context *cc,
85 void diff_chunk_context_load_change(struct diff_chunk_context *cc,
99 const struct diff_chunk_context *cc);
104 const struct diff_chunk_context *cc);
109 const struct diff_chunk_context *cc);
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-ptp.c119 static u64 xgbe_cc_read(const struct cyclecounter *cc) argument
121 struct xgbe_prv_data *pdata = container_of(cc,
225 struct cyclecounter *cc = &pdata->tstamp_cc; local
254 cc->read = xgbe_cc_read;
255 cc->mask = CLOCKSOURCE_MASK(64);
256 cc->mult = 1;
257 cc->shift = 0;
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c89 ng_hci_command_compl_ep *cc = local
92 cc->opcode = le16toh(cc->opcode);
94 if (cc->opcode == 0x0000 || cc->opcode != opcode)
97 n -= (sizeof(*e) + sizeof(*cc));
101 memcpy(rp, buffer + sizeof(*e) + sizeof(*cc), *rp_size);
/freebsd-current/sys/dev/ciss/
H A Dciss.c1079 struct ciss_command *cc; local
1094 cc = cr->cr_cc;
1095 cc->header.address = sc->ciss_controllers[i];
1311 struct ciss_command *cc; local
1338 cc = cr->cr_cc;
1343 cc->header.address.physical.mode = CISS_HDR_ADDRESS_MODE_PERIPHERAL;
1344 cc->header.address.physical.bus = 0;
1345 cc->header.address.physical.target = 0;
1346 cc->cdb.cdb_length = sizeof(*crc);
1347 cc
1649 struct ciss_command *cc; local
1710 struct ciss_command *cc; local
1810 struct ciss_command *cc; local
1896 struct ciss_command *cc; local
2111 struct ciss_command *cc; local
2143 struct ciss_command *cc; local
2292 struct ciss_command *cc; local
2506 struct ciss_command *cc; local
2548 struct ciss_command *cc; local
2624 struct ciss_command *cc; local
2756 struct ciss_command *cc; local
3098 struct ciss_command *cc; local
3287 struct ciss_command *cc; local
3434 struct ciss_command *cc = NULL; local
3520 struct ciss_command *cc; local
3574 struct ciss_command *cc; local
3737 struct ciss_command *cc; local
4209 struct ciss_command *cc; local
[all...]
/freebsd-current/sbin/nvmecontrol/
H A Dfabrics.c192 uint64_t cap, cc, csts; local
237 error = nvmf_read_property(qp, NVMF_PROP_CC, 4, &cc);
242 cc &= ~(NVMEM(NVME_CC_REG_SHN) | NVMEM(NVME_CC_REG_AMS) |
247 cc |= NVMEF(NVME_CC_REG_EN, 1);
249 error = nvmf_write_property(qp, NVMF_PROP_CC, 4, cc);
283 uint64_t cap, cc, csts; local
325 error = nvmf_read_property(qp, NVMF_PROP_CC, 4, &cc);
333 cc &= ~(NVMEM(NVME_CC_REG_IOCQES) | NVMEM(NVME_CC_REG_IOSQES) |
337 cc |= NVMEF(NVME_CC_REG_IOCQES, 4); /* CQE entry size == 16 */
338 cc |
380 uint64_t cc; local
[all...]
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_core.c119 struct core_cpu *cc; local
134 cc = malloc(sizeof(struct core_cpu) + npmc * sizeof(struct pmc_hw),
137 core_pcpu[cpu] = cc;
140 KASSERT(pc != NULL && cc != NULL,
143 for (n = 0, phw = cc->pc_corepmcs; n < npmc; n++, phw++) {
164 struct core_cpu *cc; local
171 if ((cc = core_pcpu[cpu]) == NULL)
195 free(cc, M_PMC);
419 struct core_cpu *cc; local
428 cc
445 struct core_cpu *cc; local
471 struct core_cpu *cc; local
881 struct core_cpu *cc; local
1007 struct core_cpu *cc; local
1065 struct core_cpu *cc; local
[all...]
H A Dhwpmc_x86.c74 pmc_save_user_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) argument
87 *cc++ = pc; n = 1;
113 *cc++ = pc; n++;
154 pmc_save_kernel_callchain(uintptr_t *cc, int nframes, struct trapframe *tf) argument
167 *cc++ = pc;
211 *cc++ = pc;
/freebsd-current/contrib/libpcap/
H A Dpcap-nit.c105 register int cc, n; local
110 cc = p->cc;
111 if (cc == 0) {
112 cc = read(p->fd, (char *)p->buffer, p->bufsize);
113 if (cc < 0) {
133 ep = bp + cc;
149 p->cc = ep - bp;
191 p->cc = ep - bp;
197 p->cc
[all...]
H A Dpcap-pf.c104 register int cc, n, buflen, inc; local
110 cc = pc->cc;
111 if (cc == 0) {
112 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize);
113 if (cc < 0) {
142 while (cc > 0) {
157 pc->cc = cc;
162 if (cc < sizeo
[all...]
/freebsd-current/tools/tools/ath/athsurvey/
H A Dathsurvey.c77 float tx = 0.0, rx = 0.0, cc = 0.0, cext = 0.0; local
107 cc = (float) hs->samples[i].chan_busy * 100.0 /
133 if (cc > max_cc)
134 max_cc = cc;
145 if (cc < min_cc)
146 min_cc = cc;
/freebsd-current/stand/libsa/
H A Dudp.c58 ssize_t cc; local
93 cc = sendip(d, uh, len, IPPROTO_UDP);
94 if (cc == -1)
96 if (cc != len)
97 panic("sendudp: bad write (%zd != %zd)", cc, len);
98 return (cc - sizeof(*uh));
/freebsd-current/contrib/bearssl/src/int/
H A Di15_moddiv.c46 uint32_t cc, xm; local
48 cc = ctl;
54 aw = (aw ^ xm) + cc;
56 cc = (aw >> 15) & 1;
74 uint32_t cc, xm, ym; local
79 cc = 0;
85 cc = (aw - mw - cc) >> 31;
90 * if neg = 1, then we must add m (regardless of cc)
91 * if neg = 0 and cc
[all...]
H A Di31_moddiv.c46 uint32_t cc, xm; local
48 cc = ctl;
54 aw = (aw ^ xm) + cc;
56 cc = aw >> 31;
74 uint32_t cc, xm, ym; local
82 cc = 0;
88 cc = (aw - mw - cc) >> 31;
93 * if neg = 1, then we must add m (regardless of cc)
94 * if neg = 0 and cc
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dvm_reserv_populate.sh39 sed '1,/^EOF/d' < $odir/$0 > vm_reserv_populate.cc
41 mycc -o vm_reserv_populate -Wall -Wextra -g -O2 vm_reserv_populate.cc ||
43 rm -f vm_reserv_populate.cc
/freebsd-current/contrib/bmake/mk/sys/
H A DAIX.mk31 CC ?= cc
41 COMPILE.cc ?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c
42 LINK.cc ?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}
91 ${LINK.cc} -o ${.TARGET} ${.IMPSRC} ${LDLIBS}
93 ${COMPILE.cc} ${.IMPSRC}
95 ${COMPILE.cc} ${.IMPSRC}
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_internal.h102 diff_chunk_context_empty(const struct diff_chunk_context *cc);
105 diff_chunk_contexts_touch(const struct diff_chunk_context *cc,
109 diff_chunk_contexts_merge(struct diff_chunk_context *cc,
/freebsd-current/contrib/ntp/libntp/
H A Daudio.c156 char *cp, *cc, *ca; local
170 for (cc = line; *cc && isascii((unsigned char)*cc) && isspace((unsigned char)*cc); cc++)
174 if (!*cc)
178 for (ca = cc; *ca; ca++) {
191 if (!strncmp(cc, "IDEV", 4) &&
195 } else if (!strncmp(cc, "CDE
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh50 cc -o main main.o provmain.o
53 cc -c main.c
62 cc -shared -o altlib.so altlib.o provalt.o -lc
65 cc -c altlib.c
/freebsd-current/contrib/atf/atf-c/
H A Dpkg_config_test.sh76 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
77 cc=$(cat stdout)
113 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
114 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh53 cc -o test test.c
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkunpriv.ksh67 cc -c test.c
77 cc -o test test.o prov.o
H A Dtst.linkpriv.ksh65 cc -c test.c
75 cc -o test test.o prov.o
H A Dtst.noprobes.ksh49 cc -c test.c
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.h62 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
/freebsd-current/lib/libkvm/
H A Dkvm.c369 int cc; local
396 cc = kd->arch->ka_kvatop(kd, kva, &pa);
397 if (cc == 0)
399 if (cc > (ssize_t)len)
400 cc = len;
406 cr = read(kd->pmfd, cp, cc);
429 int cc; local
449 cc = write(kd->vmfd, buf, len);
450 if (cc < 0) {
453 } else if ((size_t)cc < le
[all...]

Completed in 328 milliseconds

1234567891011>>