Home
last modified time | relevance | path

Searched refs:fbs_type (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/news3400/iop/
H A Dfb.c283 fb->fbs_type = fbp->fb_scrtype;
285 if (fb->fbs_type.type) {
289 (fb->fbs_type.type < sizeof(devname)/sizeof(*devname))
290 ? devname[fb->fbs_type.type] : "UNKNOWN");
292 fb->fbs_type.visiblerect.extent.x,
293 fb->fbs_type.visiblerect.extent.y,
294 fb->fbs_type.plane);
H A Dfbreg.h20 lScrType fbs_type; member