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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c57 #include "launchd_fd.h"
139 static void send_fd_handoff(int connected_fd, int launchd_fd) { argument
169 *((int*)CMSG_DATA(cmsg)) = launchd_fd;
196 int launchd_fd; local in function:main
224 launchd_fd = launchd_display_fd();
271 if(launchd_fd != -1) {
291 send_fd_handoff(handoff_fd, launchd_fd);
H A Dbundle-main.c59 #include "launchd_fd.h"
156 int launchd_fd; local in function:accept_fd_handoff
194 launchd_fd = *((int*)CMSG_DATA(cmsg));
196 return launchd_fd;
209 int launchd_fd = -1; local in function:socket_handoff_thread
215 while(launchd_fd == -1) {
223 launchd_fd = accept_fd_handoff(connected_fd);
224 if(launchd_fd == -1)
234 fprintf(stderr, "X11.app Handing off fd to server thread via DarwinListenOnOpenFD(%d)\n", launchd_fd);
235 DarwinListenOnOpenFD(launchd_fd);
[all...]
H A DMakefile.in91 dist_Xquartz_OBJECTS = stub.$(OBJEXT) launchd_fd.$(OBJEXT)
458 launchd_fd.c
476 launchd_fd.h \
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/launchd_fd.Po@am__quote@
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dstub.c53 #include "launchd_fd.h"
127 send_fd_handoff(int connected_fd, int launchd_fd) argument
158 *((int *)CMSG_DATA(cmsg)) = launchd_fd;
190 int launchd_fd; local in function:main
226 launchd_fd = launchd_display_fd();
275 if (launchd_fd != -1) {
298 send_fd_handoff(handoff_fd, launchd_fd);
H A Dbundle-main.c171 int launchd_fd; local in function:accept_fd_handoff
211 launchd_fd = *((int *)CMSG_DATA(cmsg));
213 return launchd_fd;
228 int launchd_fd = -1; local in function:socket_handoff
234 while (launchd_fd == -1) {
244 launchd_fd = accept_fd_handoff(connected_fd);
245 if (launchd_fd == -1)
258 launchd_fd);
259 DarwinListenOnOpenFD(launchd_fd);
H A DMakefile.in153 dist_Xquartz_OBJECTS = stub.$(OBJEXT) launchd_fd.$(OBJEXT)
176 ./$(DEPDIR)/bundle_trampoline.Po ./$(DEPDIR)/launchd_fd.Po \
596 launchd_fd.c
614 launchd_fd.h \
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/launchd_fd.Po@am__quote@ # am--include-marker
933 -rm -f ./$(DEPDIR)/launchd_fd.Po
984 -rm -f ./$(DEPDIR)/launchd_fd.Po

Completed in 10 milliseconds