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

  /src/sys/arch/sun3/dev/
cg4.c 460 struct fbcmap *fbcm = data; local in function:cg4getcmap
464 start = fbcm->index;
465 count = fbcm->count;
469 if ((error = copyout(&cm->r[start], fbcm->red, count)) != 0)
472 if ((error = copyout(&cm->g[start], fbcm->green, count)) != 0)
475 if ((error = copyout(&cm->b[start], fbcm->blue, count)) != 0)
490 struct fbcmap *fbcm = data; local in function:cg4putcmap
494 start = fbcm->index;
495 count = fbcm->count;
499 if ((error = copyin(fbcm->red, &cm->r[start], count)) != 0
    [all...]
cg4.c 460 struct fbcmap *fbcm = data; local in function:cg4getcmap
464 start = fbcm->index;
465 count = fbcm->count;
469 if ((error = copyout(&cm->r[start], fbcm->red, count)) != 0)
472 if ((error = copyout(&cm->g[start], fbcm->green, count)) != 0)
475 if ((error = copyout(&cm->b[start], fbcm->blue, count)) != 0)
490 struct fbcmap *fbcm = data; local in function:cg4putcmap
494 start = fbcm->index;
495 count = fbcm->count;
499 if ((error = copyin(fbcm->red, &cm->r[start], count)) != 0
    [all...]

Completed in 167 milliseconds