| /src/sys/arch/mips/cavium/dev/ |
| if_cnmac.c | 552 uint64_t *gbuf; local 554 cnmac_send_queue_del(sc, &m, &gbuf); 556 octfpa_buf_put(cnmac_fb_sg, gbuf); 642 uint64_t *gbuf) 646 sqe->_sqe_gbuf = gbuf; 776 cnmac_send_makecmd_gbuf(struct cnmac_softc *sc, struct mbuf *m0, uint64_t *gbuf, 795 *(gbuf + segs) = cnmac_send_makecmd_w1(rlen, 807 *(gbuf + segs) = cnmac_send_makecmd_w1(nlen, 824 uint64_t *gbuf, uint64_t *rpko_cmd_w0, uint64_t *rpko_cmd_w1) 831 if (cnmac_send_makecmd_gbuf(sc, m, gbuf, &segs)) 946 uint64_t *gbuf = NULL; local [all...] |
| /src/bin/csh/ |
| glob.c | 100 Char gbuf[MAXPATHLEN], *b, *e, *gstart, *u; local 102 gstart = gbuf; 105 for (b = gstart, e = &gbuf[MAXPATHLEN - 1]; 129 Char gbuf[MAXPATHLEN]; local 138 for (lm = gbuf, p = s; *p != LBRC; *lm++ = *p++) 193 (void)Strcat(gbuf, pe + 1); 195 *vl++ = Strsave(gbuf);
|
| /src/sys/arch/macppc/dev/ |
| ofb.c | 397 u_char rbuf[256], gbuf[256], bbuf[256]; local 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 996 error = copyin(cm->green, &gbuf[index], count); 1004 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| /src/sys/arch/newsmips/apbus/ |
| xafb.c | 392 u_char rbuf[256], gbuf[256], bbuf[256]; local 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 404 error = copyin(cm->green, &gbuf[index], count); 412 memcpy(>->gt_cmap_green[index], &gbuf[index], count);
|
| /src/sys/arch/sparc64/dev/ |
| gfb.c | 402 u_char rbuf[256], gbuf[256], bbuf[256]; local 413 error = copyin(cm->green, &gbuf[index], count); 421 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/games/hack/ |
| hack.invent.c | 877 char gbuf[30]; local 879 (void) snprintf(gbuf, sizeof(gbuf), "%ld gold piece%s", 882 pline("You %s here %s.", verb, gbuf); 884 cornline(1, gbuf);
|
| /src/sys/arch/sparc/dev/ |
| cgfourteen.c | 897 u_char rbuf[256], gbuf[256], bbuf[256]; local 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 940 gbuf[i] = sc->sc_cmap.cm_map[index][2]; 948 error = copyout(gbuf, cm->green, count);
|
| /src/sys/arch/arm/ti/ |
| omap3_dss.c | 697 u_char rbuf[256], gbuf[256], bbuf[256]; local 705 error = copyin(cm->green, &gbuf[index], count); 713 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| /src/sys/dev/ic/ |
| ct65550.c | 338 u_char rbuf[256], gbuf[256], bbuf[256]; local 349 error = copyin(cm->green, &gbuf[index], count); 357 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| /src/sys/dev/pci/ |
| r128fb.c | 576 u_char rbuf[256], gbuf[256], bbuf[256]; local 587 error = copyin(cm->green, &gbuf[index], count); 595 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| wcfb.c | 347 u_char rbuf[256], gbuf[256], bbuf[256]; local 355 error = copyin(cm->green, &gbuf[index], count); 363 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| voodoofb.c | 636 u_char rbuf[256], gbuf[256], bbuf[256]; local 647 error = copyin(cm->green, &gbuf[index], count); 655 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| gffb.c | 696 u_char rbuf[256], gbuf[256], bbuf[256]; local 707 error = copyin(cm->green, &gbuf[index], count); 715 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| pm2fb.c | 662 u_char rbuf[256], gbuf[256], bbuf[256]; local 673 error = copyin(cm->green, &gbuf[index], count); 681 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 551 error = copyin(cm->green, &gbuf[index], count); 559 g = &gbuf[index];
|
| mgx.c | 444 u_char rbuf[256], gbuf[256], bbuf[256]; local 452 error = copyin(cm->green, &gbuf[index], count); 460 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| p9100.c | 1395 u_char rbuf[256], gbuf[256], bbuf[256]; local 1404 error = copyin(cm->green, &gbuf[index], count); 1412 g = &gbuf[index];
|
| /src/sys/dev/wsfb/ |
| genfb.c | 800 u_char rbuf[256], gbuf[256], bbuf[256]; local 811 error = copyin(cm->green, &gbuf[index], count); 819 memcpy(&scp->sc_cmap_green[index], &gbuf[index], count);
|
| /src/sys/arch/hppa/dev/ |
| summitfb.c | 790 u_char rbuf[256], gbuf[256], bbuf[256]; local 798 error = copyin(cm->green, &gbuf[index], count); 806 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| gftfb.c | 721 u_char rbuf[256], gbuf[256], bbuf[256]; local 729 error = copyin(cm->green, &gbuf[index], count); 737 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| hyperfb.c | 712 u_char rbuf[256], gbuf[256], bbuf[256]; local 720 error = copyin(cm->green, &gbuf[index], count); 728 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|
| /src/sys/dev/pci/voyager/ |
| voyagerfb.c | 646 u_char rbuf[256], gbuf[256], bbuf[256]; local 657 error = copyin(cm->green, &gbuf[index], count); 665 memcpy(&sc->sc_cmap_green[index], &gbuf[index], count);
|