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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c273 int handoff_fd = -1; local in function:main
281 handoff_fd = connect_to_socket(handoff_socket_filename);
282 if(handoff_fd == -1) {
288 fprintf(stderr, "Xquartz: Handoff connection established (try %d of %d) on fd %d, \"%s\". Sending message.\n", (int)try+1, (int)try_max, handoff_fd, handoff_socket_filename);
291 send_fd_handoff(handoff_fd, launchd_fd);
292 close(handoff_fd);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dstub.c277 int handoff_fd = -1; local in function:main
287 handoff_fd = connect_to_socket(handoff_socket_filename);
288 if (handoff_fd == -1) {
297 (int)try + 1, (int)try_max, handoff_fd, handoff_socket_filename);
298 send_fd_handoff(handoff_fd, launchd_fd);
299 close(handoff_fd);

Completed in 2 milliseconds