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

  /src/sys/dev/ic/
sti.c 1098 struct wsdisplay_cmap *cmapp; local in function:sti_ioctl
1166 cmapp = (struct wsdisplay_cmap *)data;
1167 idx = cmapp->index;
1168 count = cmapp->count;
1171 if ((ret = copyout(&scr->scr_rcmap[idx], cmapp->red, count)))
1173 if ((ret = copyout(&scr->scr_gcmap[idx], cmapp->green, count)))
1175 if ((ret = copyout(&scr->scr_bcmap[idx], cmapp->blue, count)))
1192 cmapp = (struct wsdisplay_cmap *)data;
1193 idx = cmapp->index;
1194 count = cmapp->count
    [all...]
sti.c 1098 struct wsdisplay_cmap *cmapp; local in function:sti_ioctl
1166 cmapp = (struct wsdisplay_cmap *)data;
1167 idx = cmapp->index;
1168 count = cmapp->count;
1171 if ((ret = copyout(&scr->scr_rcmap[idx], cmapp->red, count)))
1173 if ((ret = copyout(&scr->scr_gcmap[idx], cmapp->green, count)))
1175 if ((ret = copyout(&scr->scr_bcmap[idx], cmapp->blue, count)))
1192 cmapp = (struct wsdisplay_cmap *)data;
1193 idx = cmapp->index;
1194 count = cmapp->count
    [all...]
sti.c 1098 struct wsdisplay_cmap *cmapp; local in function:sti_ioctl
1166 cmapp = (struct wsdisplay_cmap *)data;
1167 idx = cmapp->index;
1168 count = cmapp->count;
1171 if ((ret = copyout(&scr->scr_rcmap[idx], cmapp->red, count)))
1173 if ((ret = copyout(&scr->scr_gcmap[idx], cmapp->green, count)))
1175 if ((ret = copyout(&scr->scr_bcmap[idx], cmapp->blue, count)))
1192 cmapp = (struct wsdisplay_cmap *)data;
1193 idx = cmapp->index;
1194 count = cmapp->count
    [all...]

Completed in 74 milliseconds