Searched refs:fd_write (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/docs/devel/ |
| H A D | lockcnt.rst | 10 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 D | main-loop.h | 205 * 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 D | board.c | 295 fd_write, 1, 0, do_fd_write,
|
| /openbmc/qemu/util/ |
| H A D | main-loop.c | 643 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
|