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

  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 135 struct fb_type fb_types[] = { variable in typeref:struct:fb_type[]
846 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) {
847 if (fb_types[i].type == fbs->type) break;
849 if (ARRAYSIZEOF(fb_types) <= i) {
856 0, (LPARAM)fb_types[i].name);
936 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) {
939 (LPARAM)fb_types[i].name);
941 idx, (LPARAM)fb_types[i].type);
main.c 135 struct fb_type fb_types[] = { variable in typeref:struct:fb_type[]
846 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) {
847 if (fb_types[i].type == fbs->type) break;
849 if (ARRAYSIZEOF(fb_types) <= i) {
856 0, (LPARAM)fb_types[i].name);
936 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) {
939 (LPARAM)fb_types[i].name);
941 idx, (LPARAM)fb_types[i].type);
main.c 135 struct fb_type fb_types[] = { variable in typeref:struct:fb_type[]
846 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) {
847 if (fb_types[i].type == fbs->type) break;
849 if (ARRAYSIZEOF(fb_types) <= i) {
856 0, (LPARAM)fb_types[i].name);
936 for (i = 0; i < ARRAYSIZEOF(fb_types); i++) {
939 (LPARAM)fb_types[i].name);
941 idx, (LPARAM)fb_types[i].type);

Completed in 35 milliseconds