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

/freebsd-11.0-release/sys/dev/videomode/
H A Dtest.c14 if (strcmp(videomode_list[j].name, argv[i]) == 0) {
17 videomode_list[j].dot_clock,
18 videomode_list[j].flags);
H A Dvideomode.h68 extern const struct videomode videomode_list[];
H A Dpickmode.c55 this = &videomode_list[i];
81 this = &videomode_list[i];
H A Dvideomode.c32 const struct videomode videomode_list[] = { variable in typeref:struct:videomode
H A Dedid.c300 if (strcmp(name, videomode_list[i].name) == 0)
301 return &videomode_list[i];

Completed in 68 milliseconds