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

12

/freebsd-10-stable/sys/dev/patm/genrtab/
H A Dgenrtab.c88 cps2atmf(double cps) argument
93 if (cps < 1.0)
97 while (cps >= 2.0) {
99 cps /= 2;
102 id = (u_int)rint(512 * cps);
181 double rate, interval, xinterval, cps, xcps; local
198 /* make a cps from this interval */
199 cps = alink / xinterval;
202 atmf = cps2atmf(cps);
227 printf(" 0x%08x, /* %03u: cps
243 double cps, lcr; local
330 double cps; local
[all...]
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dcpu.c206 uint64_t cps; local
257 if (cpu_est_clockrate(0, &cps) == 0)
258 printf(", %jd.%02jd MHz", cps / 1000000, (cps / 10000) % 100);
274 cpu_est_clockrate(int cpu_id, uint64_t *cps) argument
300 *cps = (mfspr(SPR_PMC1) * 1000) + 4999;
320 *cps = (mfspr(SPR_970PMC1) * 1000) + 4999;
348 cps, sizeof(*cps)) >= 0) {
350 } else if (OF_getprop(cpu, "clock-frequency", cps,
[all...]
/freebsd-10-stable/sys/dev/firewire/
H A Dfwphyreg.h45 cps:1; member in struct:phyreg_base
74 uint8_t cps:1,
/freebsd-10-stable/contrib/unbound/services/
H A Dlisten_dnsport.h64 struct listen_list* cps; member in struct:listen_dnsport
H A Dlisten_dnsport.c946 item->next = front->cps;
947 front->cps = item;
960 front->cps = NULL;
998 if(!front->cps) {
1024 listen_list_delete(front->cps);
1137 for(p = listen->cps; p; p = p->next) {
1149 for(p=listen->cps; p; p=p->next) {
1162 for(p=listen->cps; p; p=p->next) {
/freebsd-10-stable/usr.bin/pr/
H A Dpr.c184 int cps; local
249 cps = 0;
260 if ((cnt = inln(inf,lbuf,LBUF,&cps,0,&mor)) < 0)
353 int cps = 0; local
487 cnt = inln(inf,ptbf,colwd,&cps,1,&mor);
673 int cps = 0; local
736 if ((cnt = inln(inf,ptbf,colwd,&cps,1,
825 int cps = 0; local
938 &cps, 1, &mor)) < 0) {
1021 * cps
1026 inln(FILE *inf, char *buf, int lim, int *cps, int trnc, int *mor) argument
[all...]
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm_tx.c740 u_int acri, cps; local
744 cps = IFP2IFATM(sc->ifp)->mib.pcr * 32 /
747 if (cps != vcc->cps) {
748 patm_debug(sc, VCC, "ACRI=%04x CPS=%u", acri, cps);
750 vcc->vcc.vci, cps); local
751 vcc->cps = cps;
789 cps2atmf(u_int cps) argument
793 if (cps
851 u_int increase, base, lair0, ret, t, cps; local
[all...]
H A Dif_patmvar.h203 u_int cps; /* last ABR cps */ member in struct:patm_vcc
H A Dif_patm.c302 sc->vccs[i]->cps = 0;
/freebsd-10-stable/sys/mips/nlm/dev/net/ucore/
H A Ducore.h275 * cps - If 1, uses the polynomial in RX_CRC_POLY1 of NAE register.
291 nlm_ucore_crc_setup(int crcpos, int cps, int cfi, int cbm, int fcoe, argument
299 val |= ((cps & 0x1) << 16);
/freebsd-10-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-10-stable/sbin/route/
H A Droute.c619 char *cps = line + sprintf(line, "(%d)", sa->sa_family); local
622 while (++sp < splim && cps < cpe) /* start with sa->sa_data */
623 if ((n = snprintf(cps, cpe - cps, " %x", *sp)) > 0)
624 cps += n;
626 *cps = '\0';
727 char *cps = line + sprintf(line, "af %d:", sa->sa_family); local
730 while (sp < splim && cps < cpe)
731 if ((n = snprintf(cps, cpe - cps, "
[all...]
/freebsd-10-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-10-stable/sys/net/
H A Dif_spppsubr.c447 static const struct cp *cps[IDX_COUNT] = { variable in typeref:struct:cp
1767 if (cps[i]->proto == proto) {
1768 upper = cps[i];
2660 if ((cps[i])->flags & CP_QUAL)
2661 (cps[i])->Open(sp);
2681 if ((cps[i])->flags & CP_AUTH)
2682 (cps[i])->Open(sp);
2687 if (((cps[i])->flags & CP_NCP) &&
2695 (cps[i] != &ipv6cp ||
2697 (cps[
[all...]
/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm_tx.c540 cps_to_rate(struct hatm_softc *sc, uint32_t cps) argument
546 period = (clk + 2 * cps - 1) / (2 * cps);
/freebsd-10-stable/contrib/unbound/daemon/
H A Dstats.c181 for(lp = worker->front->cps; lp; lp = lp->next) {
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c327 const struct pmcstat_string *cps; local
330 if ((cps = pmcstat_string_lookup(s)) != NULL)
331 return (cps);
/freebsd-10-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c605 b.phy_id, b.r, b.cps,
/freebsd-10-stable/contrib/binutils/libiberty/
H A DMakefile.in450 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A DMakefile.in433 -rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps306 print_rate cps num Ym - - ----- print rate in characters per second
H A DCaps.aix4306 print_rate cps num Ym - - ----- print rate in characters per second
H A DCaps.hpux11308 print_rate cps num Ym - - ----- print rate in characters per second
H A DCaps.keys308 print_rate cps num Ym - - ----- print rate in characters per second

Completed in 393 milliseconds

12