HomeSort by: relevance | last modified time | path
    Searched defs:gbuf (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/arch/newsmips/apbus/
xafb.c 392 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:xafb_putcmap
401 error = copyin(cm->green, &gbuf[index], count);
409 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/sys/arch/prep/pci/
gten.c 396 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:gten_putcmap
404 error = copyin(cm->green, &gbuf[index], count);
412 memcpy(&gt->gt_cmap_green[index], &gbuf[index], count);
  /src/sys/arch/sparc64/dev/
gfb.c 402 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:gfb_putcmap
413 error = copyin(cm->green, &gbuf[index], count);
421 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/sys/arch/macppc/dev/
ofb.c 397 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:ofb_putcmap
406 error = copyin(cm->green, &gbuf[index], count);
414 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
platinumfb.c 988 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:platinumfb_putcmap
996 error = copyin(cm->green, &gbuf[index], count);
1004 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/games/hack/
hack.invent.c 877 char gbuf[30]; local in function:dolook
879 (void) snprintf(gbuf, sizeof(gbuf), "%ld gold piece%s",
882 pline("You %s here %s.", verb, gbuf);
884 cornline(1, gbuf);
  /src/sys/dev/ic/
ct65550.c 338 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:chipsfb_putcmap
349 error = copyin(cm->green, &gbuf[index], count);
357 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/bin/csh/
glob.c 100 Char gbuf[MAXPATHLEN], *b, *e, *gstart, *u; local in function:globtilde
102 gstart = gbuf;
105 for (b = gstart, e = &gbuf[MAXPATHLEN - 1];
129 Char gbuf[MAXPATHLEN]; local in function:globbrace
138 for (lm = gbuf, p = s; *p != LBRC; *lm++ = *p++)
193 (void)Strcat(gbuf, pe + 1);
195 *vl++ = Strsave(gbuf);
  /src/sys/dev/pci/
wcfb.c 348 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:wcfb_putcmap
356 error = copyin(cm->green, &gbuf[index], count);
364 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
r128fb.c 576 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:r128fb_putcmap
587 error = copyin(cm->green, &gbuf[index], count);
595 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
pm2fb.c 662 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:pm2fb_putcmap
673 error = copyin(cm->green, &gbuf[index], count);
681 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
pm3fb.c 537 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:pm3fb_putcmap
545 error = copyin(cm->green, &gbuf[index], count);
553 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
gffb.c 678 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:gffb_putcmap
689 error = copyin(cm->green, &gbuf[index], count);
697 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
machfb.c 1481 uint8_t rbuf[256], gbuf[256], bbuf[256]; local in function:mach64_putcmap
1490 error = copyin(cm->green, &gbuf[index], count);
1498 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/sys/dev/sbus/
agten.c 542 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:agten_putcmap
551 error = copyin(cm->green, &gbuf[index], count);
559 g = &gbuf[index];
mgx.c 444 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:mgx_putcmap
452 error = copyin(cm->green, &gbuf[index], count);
460 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/usr.bin/compress/
zopen.c 174 #define gbuf zs->u.r.zs_gbuf macro
574 bp = gbuf;
592 size = fread(gbuf, 1, n_bits, fp);
  /src/sys/arch/mips/cavium/dev/
if_cnmac.c 556 uint64_t *gbuf; local in function:cnmac_send_queue_flush
558 cnmac_send_queue_del(sc, &m, &gbuf);
560 octfpa_buf_put(cnmac_fb_sg, gbuf);
646 uint64_t *gbuf)
650 sqe->_sqe_gbuf = gbuf;
780 cnmac_send_makecmd_gbuf(struct cnmac_softc *sc, struct mbuf *m0, uint64_t *gbuf,
799 *(gbuf + segs) = cnmac_send_makecmd_w1(rlen,
811 *(gbuf + segs) = cnmac_send_makecmd_w1(nlen,
828 uint64_t *gbuf, uint64_t *rpko_cmd_w0, uint64_t *rpko_cmd_w1)
835 if (cnmac_send_makecmd_gbuf(sc, m, gbuf, &segs))
950 uint64_t *gbuf = NULL; local in function:cnmac_send
    [all...]
  /src/sys/dev/pci/voyager/
voyagerfb.c 646 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:voyagerfb_putcmap
657 error = copyin(cm->green, &gbuf[index], count);
665 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/sys/arch/sparc/dev/
cgfourteen.c 897 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:cg14_putcmap
905 error = copyin(cm->green, &gbuf[index], count);
914 sc->sc_cmap.cm_map[index][2] = gbuf[index];
929 uint8_t rbuf[256], gbuf[256], bbuf[256]; local in function:cg14_getcmap
940 gbuf[i] = sc->sc_cmap.cm_map[index][2];
948 error = copyout(gbuf, cm->green, count);
  /src/sys/arch/hppa/dev/
gftfb.c 942 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:gftfb_putcmap
950 error = copyin(cm->green, &gbuf[index], count);
958 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
hyperfb.c 648 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:hyperfb_putcmap
656 error = copyin(cm->green, &gbuf[index], count);
664 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
summitfb.c 964 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:summitfb_putcmap
972 error = copyin(cm->green, &gbuf[index], count);
980 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
  /src/sys/dev/wsfb/
genfb.c 800 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:genfb_putcmap
811 error = copyin(cm->green, &gbuf[index], count);
819 memcpy(&scp->sc_cmap_green[index], &gbuf[index], count);
  /src/sys/arch/arm/ti/
omap3_dss.c 697 u_char rbuf[256], gbuf[256], bbuf[256]; local in function:omapfb_putcmap
705 error = copyin(cm->green, &gbuf[index], count);
713 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);

Completed in 32 milliseconds

1 2