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

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

Completed in 52 milliseconds