Home
last modified time | relevance | path

Searched defs:fbtype (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h41 struct fbtype { struct
42 int fb_type; /* as defined below */
43 int fb_height; /* in pixels */
44 int fb_width; /* in pixels */
45 int fb_depth; /* bits per pixel */
46 int fb_cmsize; /* size of color map (entries) */
47 int fb_size; /* total size in bytes */
119 struct fbtype fbtype; /* fbtype info for real device */ member