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

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbicons.c150 int fb_index = -1; local
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]
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dsession.c4186 register int fb_index, iw_index, i;
4193 for (fb_index = 0; (fb = info_loaded_files[fb_index]); fb_index++)
4176 register int fb_index, iw_index, i; local

Completed in 68 milliseconds