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

1 2 3 4 5

  /src/sys/arch/hp300/dev/
tvrx.c 163 struct wsdisplay_fbinfo *wdf; local in function:tvrx_ioctl
173 wdf = (void *)data;
174 wdf->width = fb->ri.ri_width;
175 wdf->height = fb->ri.ri_height;
176 wdf->depth = fb->ri.ri_depth;
177 wdf->cmsize = 0;
tvrx.c 163 struct wsdisplay_fbinfo *wdf; local in function:tvrx_ioctl
173 wdf = (void *)data;
174 wdf->width = fb->ri.ri_width;
175 wdf->height = fb->ri.ri_height;
176 wdf->depth = fb->ri.ri_depth;
177 wdf->cmsize = 0;
dvbox.c 377 struct wsdisplay_fbinfo *wdf; local in function:dvbox_ioctl
389 wdf = (void *)data;
390 wdf->width = fb->ri.ri_width;
391 wdf->height = fb->ri.ri_height;
392 wdf->depth = fb->ri.ri_depth;
393 wdf->cmsize = 0; /* XXX */
gendiofb.c 198 struct wsdisplay_fbinfo *wdf; local in function:gendiofb_ioctl
208 wdf = (void *)data;
209 wdf->width = fb->ri.ri_width;
210 wdf->height = fb->ri.ri_height;
211 wdf->depth = fb->ri.ri_depth;
212 wdf->cmsize = 0;
hyper.c 226 struct wsdisplay_fbinfo *wdf; local in function:hyper_ioctl
236 wdf = (void *)data;
237 wdf->width = fb->ri.ri_width;
238 wdf->height = fb->ri.ri_height;
239 wdf->depth = fb->ri.ri_depth;
240 wdf->cmsize = 0;
rbox.c 338 struct wsdisplay_fbinfo *wdf; local in function:rbox_ioctl
350 wdf = (void *)data;
351 wdf->width = fb->ri.ri_width;
352 wdf->height = fb->ri.ri_height;
353 wdf->depth = fb->ri.ri_depth;
354 wdf->cmsize = 0; /* XXX */
dvbox.c 377 struct wsdisplay_fbinfo *wdf; local in function:dvbox_ioctl
389 wdf = (void *)data;
390 wdf->width = fb->ri.ri_width;
391 wdf->height = fb->ri.ri_height;
392 wdf->depth = fb->ri.ri_depth;
393 wdf->cmsize = 0; /* XXX */
gendiofb.c 198 struct wsdisplay_fbinfo *wdf; local in function:gendiofb_ioctl
208 wdf = (void *)data;
209 wdf->width = fb->ri.ri_width;
210 wdf->height = fb->ri.ri_height;
211 wdf->depth = fb->ri.ri_depth;
212 wdf->cmsize = 0;
hyper.c 226 struct wsdisplay_fbinfo *wdf; local in function:hyper_ioctl
236 wdf = (void *)data;
237 wdf->width = fb->ri.ri_width;
238 wdf->height = fb->ri.ri_height;
239 wdf->depth = fb->ri.ri_depth;
240 wdf->cmsize = 0;
rbox.c 338 struct wsdisplay_fbinfo *wdf; local in function:rbox_ioctl
350 wdf = (void *)data;
351 wdf->width = fb->ri.ri_width;
352 wdf->height = fb->ri.ri_height;
353 wdf->depth = fb->ri.ri_depth;
354 wdf->cmsize = 0; /* XXX */
gbox.c 344 struct wsdisplay_fbinfo *wdf; local in function:gbox_ioctl
360 wdf = (void *)data;
361 wdf->width = fb->ri.ri_width;
362 wdf->height = fb->ri.ri_height;
363 wdf->depth = fb->ri.ri_depth;
364 wdf->cmsize = 1 << fb->planes;
topcat.c 435 struct wsdisplay_fbinfo *wdf; local in function:topcat_ioctl
451 wdf = (void *)data;
452 wdf->width = fb->ri.ri_width;
453 wdf->height = fb->ri.ri_height;
454 wdf->depth = fb->ri.ri_depth;
455 wdf->cmsize = 1 << fb->planes;
  /src/sys/arch/mac68k/dev/
macfb.c 247 struct wsdisplay_fbinfo *wdf; local in function:macfb_ioctl
255 wdf = (struct wsdisplay_fbinfo *)data;
256 wdf->height = dc->dc_raster.height;
257 wdf->width = dc->dc_raster.width;
258 wdf->depth = dc->dc_raster.depth;
259 wdf->cmsize = 256;
macfb.c 247 struct wsdisplay_fbinfo *wdf; local in function:macfb_ioctl
255 wdf = (struct wsdisplay_fbinfo *)data;
256 wdf->height = dc->dc_raster.height;
257 wdf->width = dc->dc_raster.width;
258 wdf->depth = dc->dc_raster.depth;
259 wdf->cmsize = 256;
  /src/sys/dev/sun/
bwtwo.c 404 struct wsdisplay_fbinfo *wdf; local in function:bwtwo_ioctl
412 wdf = (void *)data;
413 wdf->height = ri->ri_height;
414 wdf->width = ri->ri_width;
415 wdf->depth = ri->ri_depth;
416 wdf->cmsize = 0;
bwtwo.c 404 struct wsdisplay_fbinfo *wdf; local in function:bwtwo_ioctl
412 wdf = (void *)data;
413 wdf->height = ri->ri_height;
414 wdf->width = ri->ri_width;
415 wdf->depth = ri->ri_depth;
416 wdf->cmsize = 0;
cgthree.c 427 struct wsdisplay_fbinfo *wdf; local in function:cgthree_ioctl
435 wdf = (void *)data;
436 wdf->height = ri->ri_height;
437 wdf->width = ri->ri_width;
438 wdf->depth = 8;
439 wdf->cmsize = 256;
  /src/sys/arch/newsmips/apbus/
xafb.c 255 struct wsdisplay_fbinfo *wdf = (void *)data; local in function:xafb_ioctl
266 wdf->height = dc->dc_ri.ri_height;
267 wdf->width = dc->dc_ri.ri_width;
268 wdf->depth = dc->dc_ri.ri_depth;
269 wdf->cmsize = 256;
xafb.c 255 struct wsdisplay_fbinfo *wdf = (void *)data; local in function:xafb_ioctl
266 wdf->height = dc->dc_ri.ri_height;
267 wdf->width = dc->dc_ri.ri_width;
268 wdf->depth = dc->dc_ri.ri_depth;
269 wdf->cmsize = 256;
  /src/sys/arch/prep/pci/
gten.c 245 struct wsdisplay_fbinfo *wdf; local in function:gten_ioctl
254 wdf = (void *)data;
255 wdf->height = gt->gt_ri->ri_height;
256 wdf->width = gt->gt_ri->ri_width;
257 wdf->depth = gt->gt_ri->ri_depth;
258 wdf->cmsize = 256;
  /src/sys/dev/pci/igma/
igmafb.c 219 struct wsdisplay_fbinfo *wdf; local in function:igmafb_ioctl
232 wdf = data;
233 wdf->width = ms->scr_ri.ri_width;
234 wdf->height = ms->scr_ri.ri_height;
235 wdf->depth = ms->scr_ri.ri_depth;
236 wdf->cmsize = 256; /* XXX */
  /src/sys/dev/sbus/
cgtwelve.c 505 struct wsdisplay_fbinfo *wdf; local in function:cgtwelve_ioctl
514 wdf = (void *)data;
515 wdf->height = sc->sc_height;
516 wdf->width = sc->sc_width;
517 wdf->depth = 32;
518 wdf->cmsize = 256;
  /src/sys/arch/macppc/dev/
valkyriefb.c 359 struct wsdisplay_fbinfo *wdf; local in function:valkyriefb_ioctl
368 wdf = (void *)data;
369 wdf->height = ms->scr_ri.ri_height;
370 wdf->width = ms->scr_ri.ri_width;
371 wdf->depth = ms->scr_ri.ri_depth;
372 wdf->cmsize = 256;
ofb.c 251 struct wsdisplay_fbinfo *wdf; local in function:ofb_ioctl
263 wdf = (void *)data;
264 wdf->height = ms->scr_ri.ri_height;
265 wdf->width = ms->scr_ri.ri_width;
266 wdf->depth = ms->scr_ri.ri_depth;
267 wdf->cmsize = 256;
  /src/sys/arch/sparc64/dev/
gfb.c 261 struct wsdisplay_fbinfo *wdf; local in function:gfb_ioctl
273 wdf = (void *)data;
274 wdf->height = ms->scr_ri.ri_height;
275 wdf->width = ms->scr_ri.ri_width;
276 wdf->depth = ms->scr_ri.ri_depth;
277 wdf->cmsize = 256;

Completed in 81 milliseconds

1 2 3 4 5