Searched refs:handoff_data (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 208 socket_handoff_t *handoff_data = (socket_handoff_t *)arg; local in function:socket_handoff_thread 216 connected_fd = accept(handoff_data->fd, NULL, NULL); 218 fprintf(stderr, "X11.app: Failed to accept incoming connection on socket (fd=%d): %s\n", handoff_data->fd, strerror(errno)); 230 close(handoff_data->fd); 231 unlink(handoff_data->filename); 232 free(handoff_data); 289 socket_handoff_t *handoff_data; local in function:do_request_fd_handoff_socket 293 handoff_data = (socket_handoff_t *)calloc(1,sizeof(socket_handoff_t)); 294 if(!handoff_data) { 295 fprintf(stderr, "X11.app: Error allocating memory for handoff_data\ [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 225 socket_handoff(socket_handoff_t *handoff_data) argument 235 connected_fd = accept(handoff_data->fd, NULL, NULL); 239 handoff_data->fd, strerror(errno)); 252 close(handoff_data->fd); 253 unlink(handoff_data->filename); 254 free(handoff_data); 326 socket_handoff_t *handoff_data; local in function:do_request_fd_handoff_socket 330 handoff_data = (socket_handoff_t *)calloc(1, sizeof(socket_handoff_t)); 331 if (!handoff_data) { 332 ErrorF("X11.app: Error allocating memory for handoff_data\ [all...] |
Completed in 3 milliseconds