HomeSort by: relevance | last modified time | path
    Searched refs:bbuf (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/bin/ln/
ln.c 237 char bbuf[PATH_MAX]; local in function:linkit
260 if (strlcpy(bbuf, source, sizeof(bbuf)) >= sizeof(bbuf) ||
261 (p = basename(bbuf)) == NULL ||
286 strlcpy(bbuf, target, sizeof(bbuf));
287 p = dirname(bbuf);
  /src/sys/arch/hppa/stand/common/
lif.c 163 char bbuf[DEV_BSIZE]; local in function:lif_read
164 size_t bsize, count = sizeof(bbuf);
173 for (p = bbuf; size; fp->f_seek += bsize, p += bsize) {
180 if (p == bbuf) {
181 bsize = sizeof(bbuf) - (foff & (sizeof(bbuf) - 1));
183 memcpy(buf, bbuf + (foff & (sizeof(bbuf) - 1)), bsize);
  /src/sys/dev/raidframe/
rf_pq.h 69 unsigned long *bbuf, unsigned length, unsigned coeff_a, unsigned coeff_b);
rf_pq.c 787 bufs abuf and bbuf. All bufs are word aligned.
798 rf_PQ_recover(unsigned long *pbuf, unsigned long *qbuf, unsigned long *abuf, unsigned long *bbuf, unsigned length, unsigned coeff_a, unsigned coeff_b)
831 *bbuf++ = a ^ p;
  /src/tests/crypto/libcrypto/ecdh/
ecdhtest.c 129 unsigned char *abuf = NULL, *bbuf = NULL; local in function:test_ecdh_curve
236 bbuf = (unsigned char *)OPENSSL_malloc(blen);
238 ECDH_compute_key(bbuf, blen, EC_KEY_get0_public_key(a), b, KDF1_SHA1);
243 sprintf(buf, "%02X", bbuf[i]);
252 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
274 sprintf(buf, "%02X", bbuf[i]);
298 if (bbuf != NULL)
299 OPENSSL_free(bbuf);
  /src/usr.sbin/umcpmioctl/
putflash.c 57 uint8_t *bbuf = (uint8_t *)&current_flash.get_flash_res; local in function:parse_flash_gp_req
61 fprintf(stderr, "%02x ", bbuf[i]);
  /src/sys/arch/newsmips/apbus/
xafb.c 392 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:xafb_putcmap
404 error = copyin(cm->blue, &bbuf[index], count);
410 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/arch/prep/pci/
gten.c 396 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:gten_putcmap
407 error = copyin(cm->blue, &bbuf[index], count);
413 memcpy(&gt->gt_cmap_blue[index], &bbuf[index], count);
  /src/sys/arch/sparc64/dev/
gfb.c 402 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:gfb_putcmap
416 error = copyin(cm->blue, &bbuf[index], count);
422 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/arch/macppc/dev/
ofb.c 397 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:ofb_putcmap
409 error = copyin(cm->blue, &bbuf[index], count);
415 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
platinumfb.c 988 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:platinumfb_putcmap
999 error = copyin(cm->blue, &bbuf[index], count);
1005 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/dev/sdmmc/
sdmmc.c 712 &sf->bbuf, BUS_DMA_WAITOK);
716 sf->bbuf, MAXPHYS, NULL,
727 bus_dmamem_unmap(sc->sc_dmat, sf->bbuf, MAXPHYS);
751 bus_dmamem_unmap(sc->sc_dmat, sf->bbuf, MAXPHYS);
sdmmcvar.h 226 void *bbuf; /* bounce buffer */ member in struct:sdmmc_function
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 1699 sljit_s8 bbuf[5]; local in function:test22
1723 bbuf[0] = 0;
1724 bbuf[1] = 0;
1725 bbuf[2] = -56;
1726 bbuf[3] = 0;
1727 bbuf[4] = 0;
1779 code.func3((sljit_sw)&buf, (sljit_sw)&sbuf, (sljit_sw)&bbuf);
1796 FAILED(bbuf[0] != -45, "test22 case 15 failed\n");
1797 FAILED(bbuf[1] != 0x12, "test22 case 16 failed\n");
1798 FAILED(bbuf[3] != -56, "test22 case 17 failed\n")
1921 sljit_s8 bbuf[7]; local in function:test24
    [all...]
  /src/sys/arch/sparc/dev/
cgfourteen.c 897 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:cg14_putcmap
908 error = copyin(cm->blue, &bbuf[index], count);
915 sc->sc_cmap.cm_map[index][1] = bbuf[index];
929 uint8_t rbuf[256], gbuf[256], bbuf[256]; local in function:cg14_getcmap
941 bbuf[i] = sc->sc_cmap.cm_map[index][1];
951 error = copyout(bbuf, cm->blue, count);
  /src/sys/dev/ic/
ct65550.c 338 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:chipsfb_putcmap
352 error = copyin(cm->blue, &bbuf[index], count);
358 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/dev/sbus/
agten.c 542 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:agten_putcmap
554 error = copyin(cm->blue, &bbuf[index], count);
560 b = &bbuf[index];
p9100.c 1395 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:p9100_putcmap
1407 error = copyin(cm->blue, &bbuf[index], count);
1413 b = &bbuf[index];
mgx.c 444 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:mgx_putcmap
455 error = copyin(cm->blue, &bbuf[index], count);
461 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/dev/pci/
r128fb.c 576 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:r128fb_putcmap
590 error = copyin(cm->blue, &bbuf[index], count);
596 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
wcfb.c 347 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:wcfb_putcmap
358 error = copyin(cm->blue, &bbuf[index], count);
364 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
voodoofb.c 636 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:voodoofb_putcmap
650 error = copyin(cm->blue, &bbuf[index], count);
656 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/dev/wsfb/
genfb.c 800 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:genfb_putcmap
814 error = copyin(cm->blue, &bbuf[index], count);
820 memcpy(&scp->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/arch/arm/ti/
omap3_dss.c 697 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:omapfb_putcmap
708 error = copyin(cm->blue, &bbuf[index], count);
714 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);
  /src/sys/dev/pci/voyager/
voyagerfb.c 646 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:voyagerfb_putcmap
660 error = copyin(cm->blue, &bbuf[index], count);
666 memcpy(&sc->sc_cmap_blue[index], &bbuf[index], count);

Completed in 38 milliseconds

1 2