HomeSort by relevance Sort by last modified time
    Searched refs:io_write (Results 1 - 17 of 17) sorted by null

  /external/qemu/
qemu-aio.h 47 IOHandler *io_write,
aio-android.c 35 IOHandler *io_write; member in struct:AioHandler
57 IOHandler *io_write,
66 if (!io_read && !io_write) {
89 node->io_write = io_write;
94 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
147 if (!node->deleted && node->io_write) {
174 node->io_write) {
175 node->io_write(node->opaque);
aio.c 34 IOHandler *io_write; member in struct:AioHandler
56 IOHandler *io_write,
65 if (!io_read && !io_write) {
88 node->io_write = io_write;
93 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
148 if (!node->deleted && node->io_write) {
182 node->io_write) {
183 node->io_write(node->opaque);
softmmu_template.h 244 static inline void glue(io_write, SUFFIX)(target_phys_addr_t physaddr,
294 glue(io_write, SUFFIX)(addend, val, addr, retaddr);
380 glue(io_write, SUFFIX)(addend, val, addr, retaddr);
  /bionic/libc/kernel/common/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /development/ndk/platforms/android-3/include/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
stats.h 24 unsigned int io_write; /* bytes passed in write requests */ member in struct:nfsd_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/nfsd/
stats.h 27 unsigned int io_write; member in struct:nfsd_stats
  /external/kernel-headers/original/linux/nfsd/
stats.h 24 unsigned int io_write; /* bytes passed in write requests */ member in struct:nfsd_stats
  /external/qemu/hw/
pcmcia.h 33 void (*io_write)(void *state, uint32_t address, uint16_t value); member in struct:PCMCIACardState
  /external/bluetooth/glib/glib/
giochannel.h 149 GIOStatus (*io_write) (GIOChannel *channel, member in struct:_GIOFuncs
giochannel.c 260 status = channel->funcs->io_write (channel, buf, count, bytes_written, &err);
1027 status = channel->funcs->io_write (channel,
    [all...]

Completed in 409 milliseconds