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

/macosx-10.10.1/cups-408/cups/scheduler/
H A Dselect.c228 static _cupsd_fd_t *find_fd(int fd);
267 if ((fdptr = find_fd(fd)) == NULL)
571 if ((fdptr = find_fd(pfd->fd)) == NULL)
682 return (find_fd(fd) != NULL);
718 if ((fdptr = find_fd(fd)) == NULL)
911 * 'find_fd()' - Find an existing file descriptor record.
915 find_fd(int fd) /* I - File descriptor */
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c67 int find_fd; /* a big kludge to avoid my programming limitations since I could have this unit open for findalldevs purposes */ member in struct:unit
169 if (units[c][s].fd == fd || units[c][s].find_fd == fd) {
338 else u->find_fd = sockfd;
347 else id = &units[chassis][geoslot].find_fd;
375 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
781 send_to_fd(u->find_fd, 1, (unsigned char *)"\0");
782 if (get_error_response(u->find_fd, errbuf))
785 if (u->find_fd > max_fs)
786 max_fs = u->find_fd; /* remember the highest number currently in use */
787 FD_SET(u->find_fd,
[all...]

Completed in 132 milliseconds