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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_VTsw.c75 int door_fd; local in function:xf86VTSwitchAway
96 if ((door_fd = open(VT_DAEMON_DOOR_FILE, O_RDONLY)) < 0)
99 if (door_call(door_fd, &door_arg) != 0) {
100 close(door_fd);
104 close(door_fd);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_VTsw.c74 int door_fd; local in function:xf86VTSwitchAway
95 if ((door_fd = open(VT_DAEMON_DOOR_FILE, O_RDONLY)) < 0)
98 if (door_call(door_fd, &door_arg) != 0) {
99 close(door_fd);
103 close(door_fd);

Completed in 2 milliseconds