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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_apm.c138 struct apm_event_info sunEvent; local in function:sunPMGetEventFromOS
143 if (ioctl(fd, APM_IOC_NEXTEVENT, &sunEvent) < 0) {
150 events[i] = sunToXF86(sunEvent.type);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_apm.c135 struct apm_event_info sunEvent; local in function:sunPMGetEventFromOS
140 if (ioctl(fd, APM_IOC_NEXTEVENT, &sunEvent) < 0) {
147 events[i] = sunToXF86(sunEvent.type);

Completed in 2 milliseconds