Home
last modified time | relevance | path

Searched refs:nfds (Results 26 – 50 of 54) sorted by relevance

123

/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp91 int SysImpl::poll(struct pollfd* fds, nfds_t nfds, int timeout) const in poll() argument
93 return ::poll(fds, nfds, timeout); in poll()
H A Dsys.hpp45 virtual int poll(struct pollfd* fds, nfds_t nfds, int timeout) const = 0;
80 int poll(struct pollfd* fds, nfds_t nfds, int timeout) const override;
/openbmc/qemu/chardev/
H A Dchar-io.c114 int *fds, size_t nfds) in io_channel_send_full() argument
125 fds, nfds, 0, NULL); in io_channel_send_full()
/openbmc/qemu/migration/
H A Dchannel-block.c55 size_t *nfds, in qio_channel_block_readv() argument
80 size_t nfds, in qio_channel_block_writev() argument
/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c263 int g_poll (GPollFD *fds, unsigned nfds, int timeout) in g_poll() argument
265 return poll(fds, nfds, timeout); in g_poll()
/openbmc/qemu/io/
H A Dchannel-null.c62 size_t *nfds G_GNUC_UNUSED, in qio_channel_null_readv()
83 size_t nfds G_GNUC_UNUSED, in qio_channel_null_writev()
H A Dchannel-file.c89 size_t *nfds, in qio_channel_file_readv() argument
118 size_t nfds, in qio_channel_file_writev() argument
H A Dchannel-buffer.c56 size_t *nfds, in qio_channel_buffer_readv() argument
84 size_t nfds, in qio_channel_buffer_writev() argument
H A Dchannel-command.c206 size_t *nfds, in qio_channel_command_readv() argument
241 size_t nfds, in qio_channel_command_writev() argument
H A Dchannel-tls.c267 size_t *nfds, in qio_channel_tls_readv() argument
309 size_t nfds, in qio_channel_tls_writev() argument
H A Dchannel-websock.c1083 size_t *nfds, in qio_channel_websock_readv() argument
1130 size_t nfds, in qio_channel_websock_writev() argument
/openbmc/qemu/include/chardev/
H A Dchar-io.h44 int *fds, size_t nfds);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-select.rst24 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct …
29 ``nfds``
110 The ``nfds`` argument is less than zero or greater than
H A Dfunc-poll.rst22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
112 The ``nfds`` value exceeds the ``RLIMIT_NOFILE`` value. Use
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c171 int nfds; variable
184 nfds = 42; in prep_args()
/openbmc/qemu/util/
H A Dqemu-timer.c335 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout) in qemu_poll_ns() argument
339 return ppoll((struct pollfd *)fds, nfds, NULL, NULL); in qemu_poll_ns()
351 return ppoll((struct pollfd *)fds, nfds, &ts, NULL); in qemu_poll_ns()
354 return g_poll(fds, nfds, qemu_timeout_ns_to_ms(timeout)); in qemu_poll_ns()
/openbmc/linux/include/linux/
H A Drestart_block.h51 int nfds; member
H A Dcompat.h653 unsigned int nfds,
658 unsigned int nfds,
/openbmc/linux/tools/lib/perf/
H A Devlist.c329 int nfds = 0; in perf_evlist__alloc_pollfd() local
334 nfds += nr_cpus; in perf_evlist__alloc_pollfd()
336 nfds += nr_cpus * nr_threads; in perf_evlist__alloc_pollfd()
339 if (fdarray__available_entries(&evlist->pollfd) < nfds && in perf_evlist__alloc_pollfd()
340 fdarray__grow(&evlist->pollfd, nfds) < 0) in perf_evlist__alloc_pollfd()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch29 -_syscall3(int,poll,struct pollfd *,ufds,unsigned int,nfds,int,timeout);
/openbmc/qemu/net/
H A Dtap.c890 int nfds = 0, nvhosts = 0; in net_init_tap() local
904 nfds = get_fds(tap->fds, fds, MAX_TAP_QUEUES); in net_init_tap()
907 if (nfds != nvhosts) { in net_init_tap()
915 for (i = 0; i < nfds; i++) { in net_init_tap()
957 for (i = 0; i < nfds; i++) { in net_init_tap()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1338 QDict *qtest_vqmp_fds_assert_success_ref(QTestState *qts, int *fds, size_t nfds, in qtest_vqmp_fds_assert_success_ref() argument
1344 response = qtest_vqmp_fds(qts, fds, nfds, fmt, args); in qtest_vqmp_fds_assert_success_ref()
1359 void qtest_vqmp_fds_assert_success(QTestState *qts, int *fds, size_t nfds, in qtest_vqmp_fds_assert_success() argument
1363 response = qtest_vqmp_fds_assert_success_ref(qts, fds, nfds, fmt, args); in qtest_vqmp_fds_assert_success()
1398 QDict *qtest_qmp_fds_assert_success_ref(QTestState *qts, int *fds, size_t nfds, in qtest_qmp_fds_assert_success_ref() argument
1404 response = qtest_vqmp_fds_assert_success_ref(qts, fds, nfds, fmt, ap); in qtest_qmp_fds_assert_success_ref()
1409 void qtest_qmp_fds_assert_success(QTestState *qts, int *fds, size_t nfds, in qtest_qmp_fds_assert_success() argument
1414 qtest_vqmp_fds_assert_success(qts, fds, nfds, fmt, ap); in qtest_qmp_fds_assert_success()
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c604 size_t nfds = 0; in prh_read() local
612 &fds, &nfds, 0, errp); in prh_read()
624 if (nfds) { in prh_read()
626 for (i = 0; i < nfds; i++) { in prh_read()
/openbmc/libpldm/src/transport/
H A Dtransport.c27 int nfds __attribute__((unused)), in poll() argument
/openbmc/qemu/include/qemu/
H A Dtimer.h763 int qemu_poll_ns(GPollFD *fds, guint nfds, int64_t timeout);

123