Searched refs:APM_IOC_STANDBY (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_apm.c | 79 #define APM_IOC_STANDBY 0xa0f macro 163 if (ioctl( fd, APM_IOC_STANDBY, NULL ) == 0)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| H A D | sun_apm.c | 79 #define APM_IOC_STANDBY 0xa0f macro 160 if (ioctl(fd, APM_IOC_STANDBY, NULL) == 0)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | bsd_apm.c | 89 if (ioctl( fd, APM_IOC_STANDBY, NULL ) == 0)
|
| H A D | bsd_kqueue_apm.c | 131 if (ioctl( ctlFd, APM_IOC_STANDBY, NULL ) == 0)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_apm.c | 104 if (ioctl( fd, APM_IOC_STANDBY, NULL ))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_apm.c | 102 if (ioctl(fd, APM_IOC_STANDBY, NULL))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/ |
| H A D | linux.c | 206 cmd = APM_IOC_STANDBY;
|
Completed in 10 milliseconds