Searched refs:pdst (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c657 char *pdst, *edst, ch; local
674 pdst = up->buffer + up->buflen;
675 edst = pdst + sizeof(up->buffer) - 1; /* for trailing NUL */
681 while (pdst != up->buffer && pdst[-1] <= ' ')
682 --pdst;
683 *pdst = '\0';
685 up->buflen = pdst - up->buffer;
687 pdst = up->buffer;
688 } else if (pdst !
[all...]
/freebsd-10-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c407 vm_paddr_t pdst, psrc; local
422 pdst = sc->dmamap_seg_addrs[idx];
431 pdst = sc->sc_sdhci_buffer_phys;
452 err = bcm_dma_start(sc->sc_dma_ch, psrc, pdst, len);
/freebsd-10-stable/contrib/nvi/common/
H A Dconv.c198 size_t *tolen, char **pdst, iconv_t id)
281 *pdst = cw->bp1.c;
197 default_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **pdst, iconv_t id) argument
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dpmap.c1865 vm_paddr_t pdst; local
1874 pdst = VM_PAGE_TO_PHYS(mdst);
1878 mdst->md.color == DCACHE_COLOR(pdst))) {
1880 vdst = TLB_PHYS_TO_DIRECT(pdst);
1885 ascopy(ASI_PHYS_USE_EC, psrc, pdst, PAGE_SIZE);
1887 if (mdst->md.color == DCACHE_COLOR(pdst)) {
1889 vdst = TLB_PHYS_TO_DIRECT(pdst);
1898 TD_V | TD_8K | TD_PA(pdst) | TD_CP | TD_CV | TD_W;
1909 ascopyto((void *)vsrc, ASI_PHYS_USE_EC, pdst,
1919 ascopyto((void *)vsrc, ASI_PHYS_USE_EC, pdst,
[all...]
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipfcomp.c563 int pdst = 0, psrc = 0; local
580 pdst = 1;
585 if (pdst == 1)
/freebsd-10-stable/sys/dev/glxsb/
H A Dglxsb.c650 uint32_t pdst, void *key, int len, void *iv)
665 bus_write_4(sc->sc_sr, SB_DEST_A, pdst);
649 glxsb_aes(struct glxsb_softc *sc, uint32_t control, uint32_t psrc, uint32_t pdst, void *key, int len, void *iv) argument
/freebsd-10-stable/sys/dev/isp/
H A Disp.c2233 vp_port_info_t pi, *pdst; local
2277 pdst = (vp_port_info_t *) off;
2278 isp_put_vp_port_info(isp, &pi, pdst);

Completed in 209 milliseconds