/src/sys/dev/sun/ |
fbvar.h | 92 void fb_setsize_obp(struct fbdevice *, int, int, int, int);
|
fb.c | 312 fb_setsize_obp(struct fbdevice *fb, int depth, int def_width, int def_height, int node) function in typeref:typename:void
|
/src/sys/dev/sbus/ |
cgthree_sbus.c | 152 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
bwtwo_sbus.c | 151 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
cgsix_sbus.c | 109 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
tcx.c | 239 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
|
zx.c | 270 fb_setsize_obp(fb, 32, width, height, sa->sa_node);
|
p9100.c | 407 fb_setsize_obp(fb, fb->fb_type.fb_depth, sc->sc_width, sc->sc_height,
|
/src/sys/arch/sparc/dev/ |
cgfourteen.c | 267 fb_setsize_obp(fb, sc->sc_fb.fb_type.fb_depth, 1152, 900, node);
|