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 Dsun_apm.c79 #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 Dsun_apm.c79 #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 Dbsd_apm.c89 if (ioctl( fd, APM_IOC_STANDBY, NULL ) == 0)
H A Dbsd_kqueue_apm.c131 if (ioctl( ctlFd, APM_IOC_STANDBY, NULL ) == 0)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_apm.c104 if (ioctl( fd, APM_IOC_STANDBY, NULL ))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_apm.c102 if (ioctl(fd, APM_IOC_STANDBY, NULL))
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dlinux.c206 cmd = APM_IOC_STANDBY;

Completed in 10 milliseconds