Searched defs:fbreg (Results 1 – 2 of 2) sorted by relevance
58 struct fbreg { struct59 u_char fb_command; /* command byte */60 u_char fb_result; /* result byte */61 u_char fb_device; /* device type */62 u_char fb_unit; /* unit no */64 union {83 } fb_un;
85 static struct fbreg fbreg[NFB]; variable