HomeSort by: relevance | last modified time | path
    Searched defs:fb_index (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
bicons.c 150 int fb_index = -1; local in function:biconscninit
157 for (fb_index = 0; fb_index < FB_TABLE_SIZE; fb_index++)
158 if (fb_table[fb_index].type == bootinfo->fb_type)
161 if (FB_TABLE_SIZE <= fb_index || fb_index == -1) {
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
    [all...]
bicons.c 150 int fb_index = -1; local in function:biconscninit
157 for (fb_index = 0; fb_index < FB_TABLE_SIZE; fb_index++)
158 if (fb_table[fb_index].type == bootinfo->fb_type)
161 if (FB_TABLE_SIZE <= fb_index || fb_index == -1) {
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
    [all...]
bicons.c 150 int fb_index = -1; local in function:biconscninit
157 for (fb_index = 0; fb_index < FB_TABLE_SIZE; fb_index++)
158 if (fb_table[fb_index].type == bootinfo->fb_type)
161 if (FB_TABLE_SIZE <= fb_index || fb_index == -1) {
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
    [all...]

Completed in 88 milliseconds