HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 26 - 50 of 441) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/
migration.h 47 void *opaque; member in struct:FdMigrationState
82 void migrate_fd_put_notify(void *opaque);
84 ssize_t migrate_fd_put_buffer(void *opaque, const void *data, size_t size);
88 void migrate_fd_put_ready(void *opaque);
96 void migrate_fd_wait_for_unfreeze(void *opaque);
98 int migrate_fd_close(void *opaque);
109 int ram_save_live(QEMUFile *f, int stage, void *opaque);
110 int ram_load(QEMUFile *f, void *opaque, int version_id);
buffered_file.c 28 void *opaque; member in struct:QEMUFileBuffered
86 ret = s->put_buffer(s->opaque, s->buffer + offset,
109 static int buffered_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size)
111 QEMUFileBuffered *s = opaque;
133 ret = s->put_buffer(s->opaque, buf + offset, size - offset);
162 s->put_ready(s->opaque);
169 static int buffered_close(void *opaque)
171 QEMUFileBuffered *s = opaque;
182 ret = s->close(s->opaque);
192 static int buffered_rate_limit(void *opaque)
    [all...]
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 );
dma.h 37 BlockDriverCompletionFunc *cb, void *opaque);
40 BlockDriverCompletionFunc *cb, void *opaque);
dma-helpers.c 52 static void dma_bdrv_cb(void *opaque, int ret);
54 static void reschedule_dma(void *opaque)
56 DMAAIOCB *dbs = (DMAAIOCB *)opaque;
60 dma_bdrv_cb(opaque, 0);
63 static void continue_after_map_failure(void *opaque)
65 DMAAIOCB *dbs = (DMAAIOCB *)opaque;
82 static void dma_bdrv_cb(void *opaque, int ret)
84 DMAAIOCB *dbs = (DMAAIOCB *)opaque;
94 dbs->common.cb(dbs->common.opaque, ret);
149 BlockDriverCompletionFunc *cb, void *opaque,
    [all...]
os-win32.c 56 void *opaque; member in struct:PollingEntry
62 int qemu_add_polling_cb(PollingFunc *func, void *opaque)
67 pe->opaque = opaque;
73 void qemu_del_polling_cb(PollingFunc *func, void *opaque)
78 if (pe->func == func && pe->opaque == opaque) {
92 void *opaque[MAXIMUM_WAIT_OBJECTS + 1]; member in struct:WaitObjects
97 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque)
105 w->opaque[w->num] = opaque
    [all...]
input.c 33 void *opaque, int absolute,
46 void qemu_add_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque)
54 s->opaque = opaque;
60 void qemu_remove_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque)
65 if (cursor->put_kbd_event == func && cursor->opaque == opaque) {
91 void *opaque, int absolute,
100 s->qemu_put_mouse_event_opaque = opaque;
131 void *opaque)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.x 59 typedef opaque sprayarr<SPRAYMAX>;
  /external/qemu/hw/
fw_cfg.h 27 typedef void (*FWCfgCallback)(void *opaque, uint8_t *data);
29 int fw_cfg_add_bytes(void *opaque, uint16_t key, uint8_t *data, uint16_t len);
30 int fw_cfg_add_i16(void *opaque, uint16_t key, uint16_t value);
31 int fw_cfg_add_i32(void *opaque, uint16_t key, uint32_t value);
32 int fw_cfg_add_i64(void *opaque, uint16_t key, uint64_t value);
33 int fw_cfg_add_callback(void *opaque, uint16_t key, FWCfgCallback callback,
goldfish_switch.c 33 uint32_t (*writefn)(void *opaque, uint32_t state);
39 static void goldfish_switch_save(QEMUFile* f, void* opaque)
41 struct switch_state* s = opaque;
48 static int goldfish_switch_load(QEMUFile* f, void* opaque, int version_id)
50 struct switch_state* s = opaque;
62 static uint32_t goldfish_switch_read(void *opaque, target_phys_addr_t offset)
64 struct switch_state *s = (struct switch_state *)opaque;
88 static void goldfish_switch_write(void *opaque, target_phys_addr_t offset, uint32_t value)
90 struct switch_state *s = (struct switch_state *)opaque;
135 void goldfish_switch_set_state(void *opaque, uint32_t state
    [all...]
scsi-disk.h 12 typedef void (*scsi_completionfn)(void *opaque, int reason, uint32_t tag,
28 scsi_completionfn completion, void *opaque);
30 scsi_completionfn completion, void *opaque);
devices.h 16 uint32_t tsc210x_txrx(void *opaque, uint32_t value, int len);
23 uint32_t tsc2005_txrx(void *opaque, uint32_t value, int len);
24 void tsc2005_set_transform(void *opaque, MouseTransformInfo *info);
31 void s1d13745_write(void *opaque, int dc, uint16_t value);
32 void s1d13745_write_block(void *opaque, int dc,
34 uint16_t s1d13745_read(void *opaque, int dc);
goldfish_timer.c 39 static void goldfish_timer_save(QEMUFile* f, void* opaque)
41 struct timer_state* s = opaque;
52 static int goldfish_timer_load(QEMUFile* f, void* opaque, int version_id)
54 struct timer_state* s = opaque;
76 static uint32_t goldfish_timer_read(void *opaque, target_phys_addr_t offset)
78 struct timer_state *s = (struct timer_state *)opaque;
91 static void goldfish_timer_write(void *opaque, target_phys_addr_t offset, uint32_t value_ns)
93 struct timer_state *s = (struct timer_state *)opaque;
122 static void goldfish_timer_tick(void *opaque)
124 struct timer_state *s = (struct timer_state *)opaque;
    [all...]
hw.h 18 typedef int (QEMUFilePutBufferFunc)(void *opaque, const uint8_t *buf,
25 typedef int (QEMUFileGetBufferFunc)(void *opaque, uint8_t *buf,
29 typedef int (QEMUFileCloseFunc)(void *opaque);
34 typedef int (QEMUFileRateLimit)(void *opaque);
40 typedef int64_t (QEMUFileSetRateLimit)(void *opaque, int64_t new_rate);
41 typedef int64_t (QEMUFileGetRateLimit)(void *opaque);
43 QEMUFile *qemu_fopen_ops(void *opaque, QEMUFilePutBufferFunc *put_buffer,
246 typedef void SaveStateHandler(QEMUFile *f, void *opaque);
247 typedef int SaveLiveStateHandler(QEMUFile *f, int stage, void *opaque);
248 typedef int LoadStateHandler(QEMUFile *f, void *opaque, int version_id)
    [all...]
pckbd.c 158 static void kbd_update_kbd_irq(void *opaque, int level)
160 KBDState *s = (KBDState *)opaque;
169 static void kbd_update_aux_irq(void *opaque, int level)
171 KBDState *s = (KBDState *)opaque;
180 static uint32_t kbd_read_status(void *opaque, uint32_t addr)
182 KBDState *s = opaque;
199 static void kbd_write_command(void *opaque, uint32_t addr, uint32_t val)
201 KBDState *s = opaque;
277 static uint32_t kbd_read_data(void *opaque, uint32_t addr)
279 KBDState *s = opaque;
    [all...]
goldfish_memlog.c 24 static uint32_t memlog_read(void *opaque, target_phys_addr_t offset)
26 (void)opaque;
33 static void memlog_write(void *opaque, target_phys_addr_t offset, uint32_t val)
36 struct goldfish_device *dev = opaque;
  /external/srtp/crypto/ae_xfm/
xfm.c 27 void *opaque,
37 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) {
41 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) {
74 /* encrypt the opaque data */
75 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len);
78 /* authenticate clear and opaque data */
88 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag);
101 void *opaque,
114 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) {
118 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL))
    [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 55 _hw_control_qemud_client_recv( void* opaque,
60 hw_control_do_query(opaque, msg, msglen);
65 _hw_control_qemud_connect( void* opaque,
73 opaque,
148 android_hw_control_set( void* opaque, const AndroidHwControlFuncs* funcs )
150 hwstate->client = opaque;
  /external/qemu/audio/
mixeng.h 44 void st_rate_flow (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
46 void st_rate_flow_mix (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
48 void st_rate_stop (void *opaque);
wavcapture.c 25 static void wav_notify (void *opaque, audcnotification_e cmd)
27 (void) opaque;
31 static void wav_destroy (void *opaque)
33 WAVState *wav = opaque;
54 static void wav_capture (void *opaque, void *buf, int size)
56 WAVState *wav = opaque;
62 static void wav_capture_destroy (void *opaque)
64 WAVState *wav = opaque;
69 static void wav_capture_info (void *opaque)
71 WAVState *wav = opaque;
    [all...]
  /external/qemu/block/
raw-posix-aio.h 32 BlockDriverCompletionFunc *cb, void *opaque, int type);
35 BlockDriverCompletionFunc *cb, void *opaque);
41 BlockDriverCompletionFunc *cb, void *opaque, int type);
  /external/qemu/telephony/
sysdeps.h 24 typedef void (*SysCallback)( void* opaque );
39 typedef void (*SysChannelCallback)( void* opaque, int event_flags );
70 extern void sys_timer_set( SysTimer timer, SysTime when, SysCallback callback, void* opaque );
  /external/clang/test/CodeGenCXX/
partial-destruction.cpp 5 void opaque();
12 opaque();
  /external/valgrind/main/include/
pub_tool_stacktrace.h 66 // 'n' gives the index of the passed ip. 'opaque' is an arbitrary
71 void(*action)(UInt n, Addr ip, void* opaque),
72 void* opaque,

Completed in 2959 milliseconds

12 3 4 5 6 7 8 91011>>