fb_type
((struct fbtype *)data)->fb_type = FBTYPE_DUMBFB;
int fb_type;
return types[i].fb_type;
int fb_type(int adp_type);
((struct fbtype *)arg)->fb_type = fb_type(adp->va_type);
int fb_type; /* as defined above */