/external/qemu/ |
aio-android.c | 38 void *opaque; member in struct:AioHandler 59 void *opaque) 91 node->opaque = opaque; 94 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque); 114 ret |= node->io_flush(node->opaque); 141 if (node->io_flush && node->io_flush(node->opaque) == 0) 170 node->io_read(node->opaque); 175 node->io_write(node->opaque);
|
aio.c | 37 void *opaque; member in struct:AioHandler 58 void *opaque) 90 node->opaque = opaque; 93 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque); 113 ret |= node->io_flush(node->opaque); 141 if (node->io_flush && node->io_flush(node->opaque) == 0) 178 node->io_read(node->opaque); 183 node->io_write(node->opaque);
|
migration-exec.c | 47 if (s->opaque) { 48 qemu_fclose(s->opaque); 49 s->opaque = NULL; 81 s->opaque = qemu_popen(f, "w"); 107 static void exec_accept_incoming_migration(void *opaque) 109 QEMUFile *f = opaque;
|
net.h | 25 void *opaque; member in struct:VLANClientState 62 void *opaque); 64 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque); 78 void qemu_handler_true(void *opaque); 106 void *opaque; member in struct:HCIInfo 107 void (*evt_recv)(void *opaque, const uint8_t *data, int len); 108 void (*acl_recv)(void *opaque, const uint8_t *data, int len); 146 void *opaque);
|
readline.h | 10 typedef void ReadLineFunc(Monitor *mon, const char *str, void *opaque); 48 ReadLineFunc *readline_func, void *opaque);
|
qemu-timer.h | 9 typedef void QEMUTimerCB(void *opaque); 24 QEMUTimer *qemu_new_timer(QEMUClock *clock, QEMUTimerCB *cb, void *opaque); 37 typedef void (*ptimer_cb)(void *opaque);
|
shaper.h | 21 typedef void (*NetShaperSendFunc)( void* data, size_t size, void* opaque); 30 void netshaper_send_aux( NetShaper shaper, void* data, size_t size, void* opaque ); 42 void netdelay_send_aux( NetDelay delay, const void* data, size_t size, void* opaque );
|
block.h | 80 typedef void BlockDriverCompletionFunc(void *opaque, int ret); 84 BlockDriverCompletionFunc *cb, void *opaque); 87 BlockDriverCompletionFunc *cb, void *opaque); 94 BlockDriverCompletionFunc *cb, void *opaque); 129 void (*change_cb)(void *opaque), void *opaque); 132 void bdrv_iterate(void (*it)(void *opaque, BlockDriverState *bs), 133 void *opaque); 138 void bdrv_iterate_format(void (*it)(void *opaque, const char *name), 139 void *opaque); [all...] |
migration.c | 204 void migrate_fd_put_notify(void *opaque) 206 FdMigrationState *s = opaque; 212 ssize_t migrate_fd_put_buffer(void *opaque, const void *data, size_t size) 214 FdMigrationState *s = opaque; 252 void migrate_fd_put_ready(void *opaque) 254 FdMigrationState *s = opaque; 312 void migrate_fd_wait_for_unfreeze(void *opaque) 314 FdMigrationState *s = opaque; 331 int migrate_fd_close(void *opaque) 333 FdMigrationState *s = opaque; [all...] |
savevm.c | 120 static void qemu_announce_self_once(void *opaque) 127 QEMUTimer *timer = *(QEMUTimer **)opaque; 164 void *opaque; member in struct:QEMUFile 188 static int file_socket_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size) 190 QEMUFileSocket *s = opaque; 203 static int file_socket_close(void *opaque) 205 QEMUFileSocket *s = opaque; 210 static int popen_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size) 212 QEMUFilePopen *s = opaque; 216 static int popen_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size 735 void *opaque; member in struct:SaveStateEntry [all...] |
/external/qemu/hw/ |
pc.h | 15 uint32_t serial_mm_readb (void *opaque, target_phys_addr_t addr); 16 void serial_mm_writeb (void *opaque, target_phys_addr_t addr, uint32_t value); 17 uint32_t serial_mm_readw (void *opaque, target_phys_addr_t addr); 18 void serial_mm_writew (void *opaque, target_phys_addr_t addr, uint32_t value); 19 uint32_t serial_mm_readl (void *opaque, target_phys_addr_t addr); 20 void serial_mm_writel (void *opaque, target_phys_addr_t addr, uint32_t value); 33 void pic_set_irq_new(void *opaque, int irq, int level); 54 void ioapic_set_irq(void *opaque, int vector, int level); 76 void vmport_register(unsigned char command, IOPortReadFunc *func, void *opaque);
|
armv7m.c | 17 static inline uint32_t bitband_addr(void * opaque, uint32_t addr) 21 res = *(uint32_t *)opaque; 27 static uint32_t bitband_readb(void *opaque, target_phys_addr_t offset) 30 cpu_physical_memory_read(bitband_addr(opaque, offset), &v, 1); 34 static void bitband_writeb(void *opaque, target_phys_addr_t offset, 40 addr = bitband_addr(opaque, offset); 50 static uint32_t bitband_readw(void *opaque, target_phys_addr_t offset) 55 addr = bitband_addr(opaque, offset) & ~1; 62 static void bitband_writew(void *opaque, target_phys_addr_t offset, 68 addr = bitband_addr(opaque, offset) & ~1 [all...] |
arm_pic.c | 25 static void arm_pic_cpu_handler(void *opaque, int irq, int level) 27 CPUState *env = (CPUState *)opaque;
|
goldfish_memlog.c | 24 static uint32_t memlog_read(void *opaque, target_phys_addr_t offset) 26 struct goldfish_device *dev = opaque; 33 static void memlog_write(void *opaque, target_phys_addr_t offset, uint32_t val) 36 struct goldfish_device *dev = opaque;
|
goldfish_tty.c | 42 static void goldfish_tty_save(QEMUFile* f, void* opaque) 44 struct tty_state* s = opaque; 53 static int goldfish_tty_load(QEMUFile* f, void* opaque, int version_id) 55 struct tty_state* s = opaque; 69 static uint32_t goldfish_tty_read(void *opaque, target_phys_addr_t offset) 71 struct tty_state *s = (struct tty_state *)opaque; 84 static void goldfish_tty_write(void *opaque, target_phys_addr_t offset, uint32_t value) 86 struct tty_state *s = (struct tty_state *)opaque; 168 static int tty_can_receive(void *opaque) 170 struct tty_state *s = opaque; [all...] |
dma.c | 47 void *opaque; member in struct:dma_regs 81 static void write_page (void *opaque, uint32_t nport, uint32_t data) 83 struct dma_cont *d = opaque; 94 static void write_pageh (void *opaque, uint32_t nport, uint32_t data) 96 struct dma_cont *d = opaque; 107 static uint32_t read_page (void *opaque, uint32_t nport) 109 struct dma_cont *d = opaque; 120 static uint32_t read_pageh (void *opaque, uint32_t nport) 122 struct dma_cont *d = opaque; 151 static uint32_t read_chan (void *opaque, uint32_t nport [all...] |
/external/qemu/audio/ |
audio.h | 31 typedef void (*audio_callback_fn_t) (void *opaque, int avail); 61 void (*notify) (void *opaque, audcnotification_e cmd); 62 void (*capture) (void *opaque, void *buf, int size); 63 void (*destroy) (void *opaque); 67 void (*info) (void *opaque); 68 void (*destroy) (void *opaque); 72 void *opaque; member in struct:CaptureState 103 void *opaque
|
/external/qemu/slirp/ |
libslirp.h | 21 void slirp_redir_loop(void (*func)(void *opaque, int is_udp, 24 void *opaque);
|
/external/skia/src/effects/ |
SkPixelXorXfermode.cpp | 4 // we always return an opaque color, 'cause I don't know what to do with 9 res |= (SK_A32_MASK << SK_A32_SHIFT); // force it to be opaque
|
/external/qemu/distrib/zlib-1.2.3/ |
zutil.c | 216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) 218 voidpf buf = opaque; /* just to make some compilers happy */ 240 void zcfree (voidpf opaque, voidpf ptr) 258 ptr = opaque; /* just to make some compilers happy */ 275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) 277 if (opaque) opaque = 0; /* to make compiler happy */ 281 void zcfree (voidpf opaque, voidpf ptr) 283 if (opaque) opaque = 0; /* to make compiler happy * [all...] |
/external/zlib/ |
zutil.c | 216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) 218 voidpf buf = opaque; /* just to make some compilers happy */ 240 void zcfree (voidpf opaque, voidpf ptr) 258 ptr = opaque; /* just to make some compilers happy */ 275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) 277 if (opaque) opaque = 0; /* to make compiler happy */ 281 void zcfree (voidpf opaque, voidpf ptr) 283 if (opaque) opaque = 0; /* to make compiler happy * [all...] |
/external/qemu/android/ |
hw-kmsg.c | 25 kernel_log_can_read( void* opaque ) 31 kernel_log_read( void* opaque, const uint8_t* from, int len ) 33 KernelLog* k = opaque;
|
hw-control.c | 54 _hw_control_qemud_client_recv( void* opaque, 59 hw_control_do_query(opaque, msg, msglen); 64 _hw_control_qemud_connect( void* opaque, QemudService* service, int channel ) 69 opaque, 130 android_hw_control_init( void* opaque, const AndroidHwControlFuncs* funcs ) 134 hw_control_init(hwstate, opaque, funcs);
|
/external/qemu/telephony/ |
sysdeps_qemu.c | 52 void* opaque; member in struct:SysTimerRec_ 105 sys_timer_set( SysTimer timer, SysTime when, SysCallback _callback, void* opaque ) 116 timer->opaque = NULL; 121 if ( timer->callback == callback && timer->opaque == opaque ) 128 timer->timer = qemu_new_timer( rt_clock, callback, opaque ); 130 timer->opaque = opaque; 157 void* opaque; member in struct:SysChannelRec_ 186 channel->opaque = NULL [all...] |
/bionic/libc/netbsd/isc/ |
ev_timers.c | 148 evContext_p *ctx = opaqueCtx.opaque; 181 evContext_p *ctx = opaqueCtx.opaque; 222 opaqueID->opaque = id; 234 evContext_p *ctx = opaqueCtx.opaque; 235 evTimer *del = id.opaque; 270 evContext_p *ctx = opaqueCtx.opaque; 271 evTimer *timer = id.opaque; 297 evContext_p *ctx = opaqueCtx.opaque; 298 evTimer *timer = id.opaque; 356 evContext_p *ctx = opaqueCtx.opaque; [all...] |