HomeSort by: relevance | last modified time | path
    Searched refs:gt_cmap_blue (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/prep/include/
gtenvar.h 47 u_char gt_cmap_blue[256]; member in struct:gten_softc
  /src/sys/arch/prep/pci/
gten.c 201 gt->gt_cmap_red[0] = gt->gt_cmap_green[0] = gt->gt_cmap_blue[0] = 0;
204 gt->gt_cmap_blue[15] = gt->gt_cmap_blue[255] = 0xff;
383 error = copyout(&gt->gt_cmap_blue[index], cm->blue, count);
413 memcpy(&gt->gt_cmap_blue[index], &bbuf[index], count);

Completed in 22 milliseconds