Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c135 struct fb_type fb_types[] = { variable
846 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) { in UpdateFbDlg()
847 if (fb_types[i].type == fbs->type) break; in UpdateFbDlg()
849 if (ARRAYSIZEOF(fb_types) <= i) { in UpdateFbDlg()
856 0, (LPARAM)fb_types[i].name); in UpdateFbDlg()
936 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) { in FbDlgProc()
939 (LPARAM)fb_types[i].name); in FbDlgProc()
941 idx, (LPARAM)fb_types[i].type); in FbDlgProc()