Searched refs:ufds (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c154 typedef int (*poll_func_t) (struct pollfd * ufds,
2181 int poll(struct pollfd *ufds, nfds_t nfds, int timeout) argument
2201 if (ufds == NULL) {
2202 ret = _socket_funcs.poll(ufds, nfds, timeout);
2208 shadow_fd = get_shadow_fd_by_fd(ufds[current].fd);
2214 poll_fds = ufds;
2227 *poll_fd_ptr = ufds[current];
2229 shadow_fd = get_shadow_fd_by_fd(ufds[current].fd);
2233 *poll_fd_ptr = ufds[current];
2247 shadow_fd = get_shadow_fd_by_fd(ufds[curren
[all...]
/freebsd-9.3-release/contrib/ofed/management/libibumad/src/
H A Dumad.c824 struct pollfd ufds; local
827 ufds.fd = fd;
828 ufds.events = POLLIN;
830 if ((n = poll(&ufds, 1, timeout_ms)) == 1)
/freebsd-9.3-release/sys/kern/
H A Dsys_generic.c1384 pollout(td, fds, ufds, nfd)
1387 struct pollfd *ufds;
1395 error = copyout(&fds->revents, &ufds->revents,
1396 sizeof(ufds->revents));
1402 ufds++;

Completed in 117 milliseconds