Searched refs:cps (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat_string.c59 const struct pmcstat_string *cps; local
62 if ((cps = pmcstat_string_lookup(s)) != NULL)
63 return (cps);
/freebsd-13-stable/sys/dev/firewire/
H A Dfwphyreg.h47 cps:1; member in struct:phyreg_base
76 uint8_t cps:1,
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dcpu.c291 uint64_t cps; local
338 if (cpu_est_clockrate(0, &cps) == 0)
339 printf(", %jd.%02jd MHz", cps / 1000000, (cps / 10000) % 100);
357 cpu_est_clockrate(int cpu_id, uint64_t *cps) argument
385 *cps = (mfspr(SPR_PMC1_74XX) * 1000) + 4999;
404 *cps = (mfspr(SPR_PMC1) * 1000) + 4999;
432 cps, sizeof(*cps)) >= 0) {
433 *cps
[all...]
/freebsd-13-stable/usr.bin/pr/
H A Dpr.c186 int cps; local
251 cps = 0;
262 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
355 int cps = 0; local
489 cnt = inln(inf,ptbf,colwd,&cps,1,&mor);
675 int cps = 0; local
738 if ((cnt = inln(inf,ptbf,colwd,&cps,1,
827 int cps = 0; local
940 &cps, 1, &mor)) < 0) {
1023 * cps
1028 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor) argument
[all...]
/freebsd-13-stable/sys/mips/nlm/dev/net/ucore/
H A Ducore.h276 * cps - If 1, uses the polynomial in RX_CRC_POLY1 of NAE register.
292 nlm_ucore_crc_setup(int crcpos, int cps, int cfi, int cbm, int fcoe, argument
300 val |= ((cps & 0x1) << 16);
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dipft_tx.c172 char *cps[20], **cpp, c, ipopts[68]; local
184 for (i = 0, cps[0] = strtok(line, " \b\t\r\n"); cps[i] && i < 19; )
185 cps[++i] = strtok(NULL, " \b\t\r\n");
187 cpp = cps;
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.h70 struct listen_list* cps; member in struct:listen_dnsport
H A Dlisten_dnsport.c1238 item->next = front->cps;
1239 front->cps = item;
1255 front->cps = NULL;
1356 if(!front->cps) {
1382 listen_list_delete(front->cps);
1687 for(p = listen->cps; p; p = p->next) {
1699 for(p=listen->cps; p; p=p->next) {
1712 for(p=listen->cps; p; p=p->next) {
/freebsd-13-stable/contrib/mandoc/
H A Dtbl_term.c164 const struct tbl_cell *cp, *cpn, *cpp, *cps; local
365 cps = cp;
366 while (cps->next != NULL &&
367 cps->next->pos == TBL_CELL_SPAN)
368 cps = cps->next;
370 uvert = dvert = cps->vert;
/freebsd-13-stable/sbin/route/
H A Droute.c630 char *cps = rt_line + sprintf(rt_line, "(%d)", sa->sa_family); local
633 while (++sp < splim && cps < cpe) /* start with sa->sa_data */
634 if ((n = snprintf(cps, cpe - cps, " %x", *sp)) > 0)
635 cps += n;
637 *cps = '\0';
731 char *cps = net_line + sprintf(net_line, "af %d:", sa->sa_family); local
734 while (sp < splim && cps < cpe)
735 if ((n = snprintf(cps, cpe - cps, "
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-eoi-defs.h506 uint64_t cps : 3; /**< PLL charge-pump current */ member in struct:cvmx_eoi_endor_clk_ctl::cvmx_eoi_endor_clk_ctl_s
517 uint64_t cps : 3;
H A Dcvmx-lmcx-defs.h4344 uint64_t cps : 3; /**< PLL charge-pump current */ member in struct:cvmx_lmcx_ddr_pll_ctl::cvmx_lmcx_ddr_pll_ctl_s
4355 uint64_t cps : 3;
/freebsd-13-stable/sys/net/
H A Dif_spppsubr.c445 static const struct cp *cps[IDX_COUNT] = { variable in typeref:struct:cp
1743 if (cps[i]->proto == proto) {
1744 upper = cps[i];
2633 if ((cps[i])->flags & CP_QUAL)
2634 (cps[i])->Open(sp);
2654 if ((cps[i])->flags & CP_AUTH)
2655 (cps[i])->Open(sp);
2660 if (((cps[i])->flags & CP_NCP) &&
2668 (cps[i] != &ipv6cp ||
2670 (cps[
[all...]
/freebsd-13-stable/contrib/unbound/daemon/
H A Dstats.c356 for(lp = worker->front->cps; lp; lp = lp->next) {
/freebsd-13-stable/crypto/heimdal/doc/
H A DMakefile.in612 -rm -rf heimdal.aux heimdal.cp heimdal.cps heimdal.fn heimdal.fns \
615 hx509.aux hx509.cp hx509.cps hx509.fn hx509.fns hx509.ky \
/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c607 b.phy_id, b.r, b.cps,

Completed in 356 milliseconds