Searched refs:launchd_fd (Results 1 – 3 of 3) sorted by relevance
145 send_fd_handoff(int connected_fd, int launchd_fd) in send_fd_handoff() argument176 *((int *)CMSG_DATA(cmsg)) = launchd_fd; in send_fd_handoff()209 int launchd_fd; in main() local245 launchd_fd = launchd_display_fd(); in main()296 if (launchd_fd != -1) { in main()325 send_fd_handoff(handoff_fd, launchd_fd); in main()
167 int launchd_fd; in accept_fd_handoff() local207 launchd_fd = *((int *)CMSG_DATA(cmsg)); in accept_fd_handoff()209 return launchd_fd; in accept_fd_handoff()224 int launchd_fd = -1; in socket_handoff() local230 while (launchd_fd == -1) { in socket_handoff()240 launchd_fd = accept_fd_handoff(connected_fd); in socket_handoff()241 if (launchd_fd == -1) in socket_handoff()254 launchd_fd); in socket_handoff()255 DarwinListenOnOpenFD(launchd_fd); in socket_handoff()
152 dist_Xquartz_OBJECTS = stub.$(OBJEXT) launchd_fd.$(OBJEXT)175 ./$(DEPDIR)/bundle_trampoline.Po ./$(DEPDIR)/launchd_fd.Po \