Searched refs:pfd (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c535 struct pollfd pfd[2]; local
539 pfd[nfd].fd = fileno(cin);
540 pfd[nfd++].events = POLLIN;
544 pfd[nfd].fd = fileno(din);
545 pfd[nfd++].events = POLLIN;
548 if ((nr = xpoll(pfd, nfd, sec * 1000)) <= 0)
554 nr |= (pfd[nfd++].revents & POLLIN) ? 1 : 0;
556 nr |= (pfd[nfd++].revents & POLLIN) ? 2 : 0;
1688 struct pollfd pfd[1]; local
1704 pfd[
[all...]
H A Dutil.c1278 struct pollfd pfd[1]; local
1289 pfd[0].fd = sock;
1290 pfd[0].events = POLLIN|POLLOUT;
1313 pfd[0].revents = 0;
1314 rv = xpoll(pfd, 1, timeout);
1325 } else if (pfd[0].revents & (POLLIN|POLLOUT)) {
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cis.c1019 int i, fd, pfd = -1; local
1060 pfd = open_sock(0);
1063 fd = pfd = open_sock(i);
1065 if (pfd < 0)
1093 if (ioctl(pfd, DS_PARSE_TUPLE, &arg) == 0)
1106 if ((i == 0) && (pfd < 0)) {
/haiku-fatelf/src/bin/less/
H A Dfilename.c810 open_altfile(filename, pf, pfd)
813 void **pfd;
881 *pfd = (void *) fd;
/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c752 create_temp_file (int *pfd, bool survive_fd_exhaustion) argument
793 *pfd = fd;

Completed in 85 milliseconds