Searched refs:KDSKBMUTE (Results 1 – 3 of 3) sorted by relevance
/third_party/weston/libweston/ |
D | launcher-direct.c | 46 #ifndef KDSKBMUTE 47 #define KDSKBMUTE 0x4B51 macro 174 if (ioctl(launcher->tty, KDSKBMUTE, 1) && in setup_tty() 264 if (ioctl(launcher->tty, KDSKBMUTE, 0) && in launcher_direct_restore()
|
D | launcher-weston-launch.c | 54 #ifndef KDSKBMUTE 55 #define KDSKBMUTE 0x4B51 macro 181 if (ioctl(launcher->tty, KDSKBMUTE, 0) && in launcher_weston_launch_restore()
|
D | weston-launch.c | 64 #ifndef KDSKBMUTE 65 #define KDSKBMUTE 0x4B51 macro 490 if (ioctl(wl->tty, KDSKBMUTE, 0) && in quit() 656 if (ioctl(wl->tty, KDSKBMUTE, 1) && in setup_tty()
|