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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_apm.c100 } sunToXF86Array [] = { variable in typeref:struct:__anon54481ca90108[]
117 #define numApmEvents (sizeof(sunToXF86Array) / sizeof(sunToXF86Array[0]))
125 if (type == sunToXF86Array[i].apmBsd) {
126 return sunToXF86Array[i].xf86;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_apm.c99 } sunToXF86Array[] = { variable in typeref:struct:__anon41c8829c0108[]
121 for (i = 0; i < ARRAY_SIZE(sunToXF86Array); i++) {
122 if (type == sunToXF86Array[i].apmBsd) {
123 return sunToXF86Array[i].xf86;

Completed in 6 milliseconds