Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hpc/
H A Dbicons.c77 } fb_table[] = { variable
103 #define FB_TABLE_SIZE (sizeof(fb_table) / sizeof(*fb_table))
158 if (fb_table[fb_index].type == bootinfo->fb_type) in biconscninit()
171 fb_put_oxel = fb_table[fb_index].func; in biconscninit()
172 fb_clear_byte = fb_table[fb_index].clear_byte; in biconscninit()
173 fb_oxel_bytes = fb_table[fb_index].oxel_bytes; in biconscninit()
183 bicons_puts(fb_table[fb_index].name); in biconscninit()