Searched refs:pps (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_tc.c852 pps_ioctl(u_long cmd, void *data, struct pps_state *pps) argument
862 KASSERT(pps != NULL); /* XXX ("NULL pps pointer in pps_ioctl") */
870 if (app->mode & ~pps->ppscap)
872 pps->ppsparam = *app;
876 *app = pps->ppsparam;
880 *(int*)data = pps->ppscap;
884 pps->ppsinfo.current_mode = pps->ppsparam.mode;
885 *pipi = pps
904 pps_init(struct pps_state *pps) argument
917 pps_capture(struct pps_state *pps) argument
933 pps_event(struct pps_state *pps, int event) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dcook.c34 contiguous_quote(char ** pps, char * pq, int * lnct_p);
136 contiguous_quote(char ** pps, char * pq, int * lnct_p) argument
138 char * ps = *pps + 1;
153 *pps = ps;
162 *pps = NULL;
171 *pps = NULL;
183 *pps = NULL;
202 *pps = ps;
/netbsd-6-1-5-RELEASE/usr.sbin/spray/
H A Dspray.c201 double pps; /* packets per second */ local
205 pps = packets / xfertime;
208 printf("\t%.0f packets/sec, ", pps);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c111 struct coff_slots **pps;
113 pps = &types->slots;
117 if (*pps == NULL)
119 *pps = (struct coff_slots *) xmalloc (sizeof **pps);
120 memset (*pps, 0, sizeof **pps);
122 pps = &(*pps)->next;
126 if (*pps
110 struct coff_slots **pps; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/altq/altqstat/
H A Daltqstat.c218 double pps; local
220 pps = (double)(new_pkts - last_pkts) / interval;
221 return (pps);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/ap/
H A Dwmm.c160 int medium_time, pps, duration; local
186 /* pps = Ceiling((Mean Data Rate / 8) / Nominal MSDU Size) */
187 pps = ((le_to_host32(tspec->mean_data_rate) / 8) + val - 1) / val;
189 pps);
209 medium_time = surplus * pps * duration / 0x2000;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/ia64/
H A D20020313-1.c40 __u32 pps; member in struct:tc_stats
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/ia64/
H A D20020313-1.c40 __u32 pps; member in struct:tc_stats
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_pager.c170 uvm_pagermapin(struct vm_page **pps, int npages, int flags) argument
178 const u_int first_color = VM_PGCOLOR_BUCKET(*pps);
181 UVMHIST_LOG(maphist,"(pps=0x%x, npages=%d, first_color=%u)",
182 pps, npages, first_color, 0);
230 pp = *pps++;
H A Duvm_aobj.c816 * => NOTE: offset is the offset of pps[0], _NOT_ pps[centeridx]
821 uao_get(struct uvm_object *uobj, voff_t offset, struct vm_page **pps, argument
856 if (pps[lcv] == PGO_DONTCARE)
898 pps[lcv] = ptmp;
932 if (pps[lcv] != NULL ||
939 * we have yet to locate the current page (pps[lcv]). we
945 * busy it (so we own it) and plug it into pps[lcv]. this
949 * if we exit the while loop with pps[lcv] still set to NULL,
954 /* top of "pps" whil
[all...]
H A Duvm_device.c349 * => NOTE: vaddr is the VA of pps[0] in ufi->entry, _NOT_ pps[centeridx]
353 udv_fault(struct uvm_faultinfo *ufi, vaddr_t vaddr, struct vm_page **pps, argument
402 /* pmap va = vaddr (virtual address of pps[0]) */
415 if (pps[lcv] == PGO_DONTCARE)
H A Duvm_vnode.c156 * => NOTE: offset is the offset of pps[0], _NOT_ pps[centeridx]
162 struct vm_page **pps /* IN/OUT */,
180 error = VOP_GETPAGES(vp, offset, pps, npagesp, centeridx,
H A Duvm_swap.c1731 uvm_swap_io(struct vm_page **pps, int startslot, int npages, int flags) argument
1753 uvm_aio_aiodone_pages(pps, npages, true, ENOMEM);
1770 kva = uvm_pagermapin(pps, npages, mapinflags);
/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dpps_ppbus.c52 struct pps_state pps_state; /* pps state */
57 CFATTACH_DECL_NEW(pps, sizeof(struct pps_softc), pps_probe, pps_attach,
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dprivcmd.c488 privpgop_fault(struct uvm_faultinfo *ufi, vaddr_t vaddr, struct vm_page **pps, argument
504 if (pps[i] == PGO_DONTCARE)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/html/
H A DMakefile86 pps.html \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dmasterdump.c1496 unsigned int pps = dns_pps; /* packets per second */ local
1502 if (pps < 100)
1503 pps = 100;
1504 interval = 1000000 / pps; /* interval in usecs */
H A Drbtdb.c802 unsigned int pps = dns_pps; /* packets per second */ local
808 if (pps < 100)
809 pps = 100;
812 interval = 1000000 / pps; /* interval in usec */
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipf_y.y252 pps age new
460 pps: | IPFY_PPS YY_NUMBER { DOALL(fr->fr_pps = $2;) } label
1543 { "pps", IPFY_PPS },
/netbsd-6-1-5-RELEASE/gnu/dist/grep/src/
H A Ddfa.c2606 `mbclen' and `pps' are the output. `mbclen' is the length of the
2607 character consumed, and `pps' is the set this function enumerate. */
2610 int *match_lens, int *mbclen, position_set *pps)
2630 /* Copy the positions contained by `s1' to the set `pps'. */
2631 copy(&(d->states[s1].elems), pps);
2647 pps);
2609 transit_state_consume_1char(struct dfa *d, int s, unsigned char const **pp, int *match_lens, int *mbclen, position_set *pps) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Ddfa.c2585 `mbclen' and `pps' are the output. `mbclen' is the length of the
2586 character consumed, and `pps' is the set this function enumerate. */
2589 int *match_lens, int *mbclen, position_set *pps)
2609 /* Copy the positions contained by `s1' to the set `pps'. */
2610 copy(&(d->states[s1].elems), pps);
2626 pps);
2588 transit_state_consume_1char(struct dfa *d, int s, unsigned char const **pp, int *match_lens, int *mbclen, position_set *pps) argument

Completed in 409 milliseconds