Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 25 of 58) sorted by relevance

123

/openbsd/lib/libc/sys/
H A Dw_poll.c22 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
H A Dw_ppoll.c23 ppoll(struct pollfd *fds, nfds_t nfds, in ppoll()
H A Dw_select.c22 select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in select()
H A Dw_pselect.c23 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect()
/openbsd/lib/libevent/
H A Dpoll.c52 int nfds; /* Size of event_* */ member
132 int res, i, j, msec = -1, nfds; in poll_dispatch() local
/openbsd/sys/kern/
H A Duipc_usrreq.c1048 int nfds, error = 0; in unp_externalize() local
1216 int nfds, *ip, fd, neededspace; in unp_internalize() local
1521 unp_discard(struct fdpass *rp, int nfds) in unp_discard()
1539 unp_remove_gcrefs(struct fdpass *rp, int nfds) in unp_remove_gcrefs()
1559 unp_restore_gcrefs(struct fdpass *rp, int nfds) in unp_restore_gcrefs()
H A Dsys_generic.c838 pollout(struct pollfd *pl, struct pollfd *upl, u_int nfds) in pollout()
918 doppoll(struct proc *p, struct pollfd *fds, u_int nfds, in doppoll()
1087 ppollregister(struct proc *p, struct pollfd *pl, int nfds, int *nregistered, in ppollregister()
1154 ppollcollect(struct proc *p, struct kevent *kevp, struct pollfd *pl, u_int nfds) in ppollcollect()
/openbsd/usr.bin/sndiod/
H A Dfile.c222 file_new(struct fileops *ops, void *arg, char *name, unsigned int nfds) in file_new()
320 int nfds, res, timo; in file_poll() local
H A Dfile.h56 unsigned int nfds; /* number of descriptors polled */ member
/openbsd/lib/libc/gen/
H A Dftw.c32 int nfds) in ftw()
H A Dnftw.c31 struct FTW *), int nfds, int ftwflags) in nftw()
/openbsd/usr.bin/vi/ex/
H A Dex_script.c352 int nfds, rval; in sscr_check_input() local
421 int nfds, rval; in sscr_input() local
/openbsd/gnu/usr.bin/perl/dist/IO/
H A Dpoll.c44 poll(struct pollfd *fds, unsigned long nfds, int timeout) in poll()
/openbsd/lib/libsndio/
H A Dmio_priv.h41 int (*nfds)(struct mio_hdl *); member
H A Dsioctl_priv.h43 int (*nfds)(struct sioctl_hdl *); member
H A Dmio.c87 int nfds; in mio_psleep() local
H A Dsioctl.c71 int revents, nfds; in _sioctl_psleep() local
/openbsd/usr.sbin/ntpd/
H A Dntp_dns.c62 int nfds, nullfd; in ntp_dns() local
/openbsd/usr.bin/tftp/
H A Dtftp.c136 int n, nfds, error, timeouts, size; in sendfile() local
282 int n, nfds, error, timeouts, size; in recvfile() local
/openbsd/usr.sbin/dhcpd/
H A Dpfutils.c53 int l, r, fd, nfds; in pftable_handler() local
/openbsd/sbin/dhclient/
H A Ddispatch.c91 int nfds; in dispatch() local
/openbsd/sbin/ldattach/
H A Dldattach.c68 int nfds, n, nread; in relay() local
/openbsd/regress/sys/kern/unfdpass/
H A Dunfdpass.c262 int i, fd, nfds = 3; in child() local
/openbsd/games/hunt/hunt/
H A Dplayit.c186 int nfds, s_nfds; in getchr() local
/openbsd/gnu/llvm/lldb/source/Utility/
H A DSelectHelper.cpp131 const unsigned nfds = static_cast<unsigned>(*max_fd) + 1; in Select() local

123