Searched refs:fd2use (Results 1 – 1 of 1) sorted by relevance
998 int fd2use = launchd_getfd(lh); in launchd_msg_send() local999 if (fd2use == -1) { in launchd_msg_send()1072 if ((r = sendmsg(fd2use, &mh, 0)) == -1) { in launchd_msg_send()1212 int fd2use = -1;1219 fd2use = launchd_getfd(globals->l);1221 if (fd2use == -1) {1290 FD_SET(fd2use, &rfds);1292 select(fd2use + 1, &rfds, NULL, NULL, NULL);1351 int fd2use = launchd_getfd(lh); in launchd_msg_recv() local1352 if (fd2use == -1) { in launchd_msg_recv()[all …]