Home
last modified time | relevance | path

Searched refs:fd_write (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/docs/devel/
H A Dlockcnt.rst10 ioh->fd_write(ioh->opaque);
15 by stashing away its ``next`` pointer. However, ``ioh->fd_write`` could
26 ioh->fd_write(ioh->opaque);
32 ``ioh->fd_write`` invokes the loop again, some kind of counting is needed::
43 ioh->fd_write(ioh->opaque);
241 ioh->fd_write(ioh->opaque);
271 ioh->fd_write(ioh->opaque);
/openbmc/qemu/include/qemu/
H A Dmain-loop.h205 * 1) if @fd_write is not %NULL, when the file descriptor is writable;
210 * If @fd_read does not read from @fd, or @fd_write does not write to @fd
221 * @fd_write: A level-triggered callback that is fired when @fd is writable
225 * @opaque: A pointer-sized value that is passed to @fd_read and @fd_write.
229 IOHandler *fd_write,
/openbmc/u-boot/board/gardena/smart-gateway-mt7688/
H A Dboard.c295 fd_write, 1, 0, do_fd_write,
/openbmc/qemu/util/
H A Dmain-loop.c643 IOHandler *fd_write, in qemu_set_fd_handler()
647 aio_set_fd_handler(iohandler_ctx, fd, fd_read, fd_write, NULL, NULL,
640 qemu_set_fd_handler(int fd,IOHandler * fd_read,IOHandler * fd_write,void * opaque) qemu_set_fd_handler() argument