/src/sys/arch/sun3/dev/ |
fbvar.h | 89 void fb_attach(struct fbdevice *, int);
|
bw2.c | 295 fb_attach(fb, 1);
|
fb.c | 91 fb_attach(struct fbdevice *fb, int newpri) function in typeref:typename:void
|
cg2.c | 202 fb_attach(fb, 2);
|
cg4.c | 337 fb_attach(fb, 4);
|
/src/sys/dev/sun/ |
fbvar.h | 91 void fb_attach(struct fbdevice *, int);
|
bwtwo.c | 266 * then we don't force the issue in fb_attach() because 272 fb_attach(fb, 0); 274 fb_attach(fb, isconsole);
|
fb.c | 159 fb_attach(struct fbdevice *fb, int isconsole) function in typeref:typename:void
|
cgthree.c | 205 fb_attach(fb, isconsole);
|
cgsix.c | 540 fb_attach(&sc->sc_fb, isconsole);
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
displif.h | 803 struct xendispl_fb_attach_req fb_attach; member in union:xendispl_req::__anon92fac883010a
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front.c | 302 req->op.fb_attach.dbuf_cookie = dbuf_cookie; 303 req->op.fb_attach.fb_cookie = fb_cookie; 304 req->op.fb_attach.width = width; 305 req->op.fb_attach.height = height; 306 req->op.fb_attach.pixel_format = pixel_format;
|
/src/sys/arch/newsmips/dev/ |
fb.c | 91 static void fb_attach(device_t, device_t, void *); 116 fb_match, fb_attach, NULL, NULL); 183 fb_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/sparc/dev/ |
cgeight.c | 331 fb_attach(&sc->sc_fb, isconsole);
|
cgfour.c | 323 fb_attach(fb, isconsole);
|
cgtwo.c | 228 fb_attach(fb, isconsole);
|
cgfourteen.c | 394 fb_attach(&sc->sc_fb, isconsole);
|
/src/sys/dev/sbus/ |
agten.c | 385 fb_attach(fb, console);
|
tcx.c | 393 fb_attach(&sc->sc_fb, isconsole);
|
zx.c | 340 fb_attach(&sc->sc_fb, isconsole);
|
p9100.c | 511 fb_attach(fb, isconsole);
|
mgx.c | 401 fb_attach(&sc->sc_fb, isconsole);
|
/src/sys/arch/sparc64/dev/ |
ffb.c | 366 fb_attach(&sc->sc_fb, sc->sc_console);
|