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

/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c67 static int hotkey_event_fd[2] = {-1, -1}; variable
89 write(hotkey_event_fd[1], &buf, 1);
238 if (pipe (hotkey_event_fd) == -1) {
245 pInfo->fd = hotkey_event_fd[0];
273 close(hotkey_event_fd[0]);
274 close(hotkey_event_fd[1]);

Completed in 28 milliseconds