Searched defs:opaque (Results 176 - 200 of 233) sorted by relevance

12345678910

/external/qemu/hw/
H A Dpci.c52 static void pci_set_irq(void *opaque, int irq_num, int level);
59 static void pcibus_save(QEMUFile *f, void *opaque) argument
61 PCIBus *bus = (PCIBus *)opaque;
69 static int pcibus_load(QEMUFile *f, void *opaque, int version_id) argument
71 PCIBus *bus = (PCIBus *)opaque;
574 void pci_data_write(void *opaque, uint32_t addr, uint32_t val, int len) argument
576 PCIBus *s = opaque;
600 uint32_t pci_data_read(void *opaque, uint32_t addr, int len) argument
602 PCIBus *s = opaque;
647 static void pci_set_irq(void *opaque, in argument
[all...]
H A Dpxa.h94 void pxa2xx_lcdc_oritentation(void *opaque, int angle);
106 int pxa2xx_pcmcia_attach(void *opaque, PCMCIACardState *card);
107 int pxa2xx_pcmcia_dettach(void *opaque);
108 void pxa2xx_pcmcia_set_irq_cb(void *opaque, qemu_irq irq, qemu_irq cd_irq);
204 void *opaque; member in struct:PXA2xxI2SState
H A Dusb.h128 void *opaque; member in struct:USBDevice
190 void *opaque; member in struct:USBPort
191 int index; /* internal port index, may be used with the opaque */
195 typedef void USBCallback(USBPacket * packet, void *opaque);
216 void * opaque)
219 p->cancel_opaque = opaque;
256 void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *));
276 void qemu_register_usb_port(USBPort *port, void *opaque, int index,
215 usb_defer_packet(USBPacket *p, USBCallback *cancel, void * opaque) argument
H A Dbt-hci.c28 uint8_t *(*evt_packet)(void *opaque);
29 void (*evt_submit)(void *opaque, int len);
30 void *opaque; member in struct:bt_hci_s
449 packet = hci->evt_packet(hci->opaque);
467 hci->evt_submit(hci->opaque, len + 2);
496 hci->evt_submit(hci->opaque, len + EVT_CMD_COMPLETE_SIZE + 2);
499 static void bt_hci_inquiry_done(void *opaque) argument
501 struct bt_hci_s *hci = (struct bt_hci_s *) opaque;
607 static void bt_hci_inquiry_next(void *opaque) argument
609 struct bt_hci_s *hci = (struct bt_hci_s *) opaque;
792 bt_hci_conn_accept_timeout(void *opaque) argument
1116 bt_hci_mode_tick(void *opaque) argument
2112 bt_hci_evt_packet(void *opaque) argument
2120 bt_hci_evt_submit(void *opaque, int len) argument
[all...]
H A Dne2000.c218 NE2000State *s = vc->opaque;
229 NE2000State *s = vc->opaque;
324 static void ne2000_ioport_write(void *opaque, uint32_t addr, uint32_t val) argument
326 NE2000State *s = opaque;
421 static uint32_t ne2000_ioport_read(void *opaque, uint32_t addr) argument
423 NE2000State *s = opaque;
571 static void ne2000_asic_ioport_write(void *opaque, uint32_t addr, uint32_t val) argument
573 NE2000State *s = opaque;
591 static uint32_t ne2000_asic_ioport_read(void *opaque, uint32_t addr) argument
593 NE2000State *s = opaque;
611 ne2000_asic_ioport_writel(void *opaque, uint32_t addr, uint32_t val) argument
625 ne2000_asic_ioport_readl(void *opaque, uint32_t addr) argument
639 ne2000_reset_ioport_write(void *opaque, uint32_t addr, uint32_t val) argument
644 ne2000_reset_ioport_read(void *opaque, uint32_t addr) argument
651 ne2000_save(QEMUFile* f,void* opaque) argument
682 ne2000_load(QEMUFile* f,void* opaque,int version_id) argument
[all...]
H A Dpc.c95 static void ioport80_write(void *opaque, uint32_t addr, uint32_t data) argument
107 static void ioportF0_write(void *opaque, uint32_t addr, uint32_t data) argument
156 static void pic_irq_request(void *opaque, int irq, int level) argument
240 static int pc_boot_set(void *opaque, const char *boot_device) argument
244 RTCState *s = (RTCState *)opaque;
405 static void ioport92_write(void *opaque, uint32_t addr, uint32_t val) argument
411 static uint32_t ioport92_read(void *opaque, uint32_t addr) argument
419 static void bochs_bios_write(void *opaque, uint32_t addr, uint32_t val) argument
770 static void main_cpu_reset(void *opaque) argument
772 CPUState *env = opaque;
[all...]
/external/qemu/
H A Dkqemu.c936 static uint32_t qpi_mem_readb(void *opaque, target_phys_addr_t addr) argument
941 static uint32_t qpi_mem_readw(void *opaque, target_phys_addr_t addr) argument
946 static void qpi_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val) argument
950 static void qpi_mem_writew(void *opaque, target_phys_addr_t addr, uint32_t val) argument
954 static uint32_t qpi_mem_readl(void *opaque, target_phys_addr_t addr) argument
967 static void qpi_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val) argument
H A Dqemu-io.c231 static void aio_rw_done(void *opaque, int ret) argument
233 *(int *)opaque = ret;
275 static void multiwrite_cb(void *opaque, int ret) argument
277 struct multiwrite_async_ret *async_ret = opaque;
296 reqs[i].opaque = &async_ret;
1018 aio_write_done(void *opaque, int ret) argument
1020 struct aio_ctx *ctx = opaque;
1045 aio_read_done(void *opaque, int ret) argument
1047 struct aio_ctx *ctx = opaque;
H A Dtap-win32.c637 TAPState *s = vc->opaque;
649 TAPState *s = vc->opaque;
654 static void tap_win32_send(void *opaque) argument
656 TAPState *s = opaque;
H A Dconsole.c41 void *opaque);
54 void qemu_set_display_close_handler(QEMUDisplayCloseCallback *cb, void *opaque) argument
57 qemu_display_close_callback_opaque = opaque;
1127 TextConsole *s = chr->opaque;
1149 TextConsole *s = chr->opaque;
1162 static void kbd_send_chars(void *opaque) argument
1164 TextConsole *s = opaque;
1240 static void text_console_invalidate(void *opaque) argument
1242 TextConsole *s = (TextConsole *) opaque;
1251 static void text_console_update(void *opaque, console_ch_ argument
1432 graphic_console_init(vga_hw_update_ptr update, vga_hw_invalidate_ptr invalidate, vga_hw_screen_dump_ptr screen_dump, vga_hw_text_update_ptr text_update, void *opaque) argument
[all...]
H A Dqemu-timer.c78 static void timer_save(QEMUFile *f, void *opaque) argument
80 TimersState *s = opaque;
90 static int timer_load(QEMUFile *f, void *opaque, int version_id) argument
92 TimersState *s = opaque;
199 void *opaque; member in struct:QEMUTimer
313 static void icount_adjust_rt(void * opaque) argument
320 static void icount_adjust_vm(void * opaque) argument
446 static void icount_warp_rt(void *opaque) argument
529 QEMUTimerCB *cb, void *opaque)
536 ts->opaque
528 qemu_new_timer(QEMUClock *clock, int scale, QEMUTimerCB *cb, void *opaque) argument
1273 alarm_timer_on_change_state_rearm(void *opaque, int running, int reason) argument
[all...]
H A Dsavevm.c124 static void qemu_announce_self_once(void *opaque) argument
131 QEMUTimer *timer = *(QEMUTimer **)opaque;
171 void *opaque; member in struct:QEMUFile
195 static int socket_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size) argument
197 QEMUFileSocket *s = opaque;
210 static int file_socket_close(void *opaque) argument
212 QEMUFileSocket *s = opaque;
217 static int stdio_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size) argument
219 QEMUFileStdio *s = opaque;
223 static int stdio_get_buffer(void *opaque, uint8_ argument
236 stdio_pclose(void *opaque) argument
245 stdio_fclose(void *opaque) argument
339 file_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size) argument
347 file_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size) argument
384 block_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size) argument
391 block_get_buffer(void *opaque, uint8_t *buf, int64_t pos, int size) argument
396 bdrv_fclose(void *opaque) argument
409 qemu_fopen_ops(void *opaque, QEMUFilePutBufferFunc *put_buffer, QEMUFileGetBufferFunc *get_buffer, QEMUFileCloseFunc *close, QEMUFileRateLimit *rate_limit, QEMUFileSetRateLimit *set_rate_limit, QEMUFileGetRateLimit *get_rate_limit) argument
818 void *opaque; member in struct:SaveStateEntry
828 register_savevm_live(const char *idstr, int instance_id, int version_id, SaveLiveStateHandler *save_live_state, SaveStateHandler *save_state, LoadStateHandler *load_state, void *opaque) argument
863 register_savevm(const char *idstr, int instance_id, int version_id, SaveStateHandler *save_state, LoadStateHandler *load_state, void *opaque) argument
874 unregister_savevm(const char *idstr, void *opaque) argument
[all...]
/external/qemu/slirp/
H A Dslirp.c171 static void slirp_state_save(QEMUFile *f, void *opaque);
172 static int slirp_state_load(QEMUFile *f, void *opaque, int version_id);
737 static void _slirp_redir_loop(void (*func)(void *opaque, int is_udp, argument
740 void *opaque, int is_udp)
746 func(opaque, is_udp,
752 void slirp_redir_loop(void (*func)(void *opaque, int is_udp, argument
755 void *opaque)
757 _slirp_redir_loop(func, opaque, 0);
758 _slirp_redir_loop(func, opaque, 1);
942 static void slirp_state_save(QEMUFile *f, void *opaque) argument
1053 slirp_state_load(QEMUFile *f, void *opaque, int version_id) argument
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1133 static void mon_out (HChar c, void *opaque) argument
1135 struct mon_out_buf *b = (struct mon_out_buf *) opaque;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp228 virtual void reset(const IntSize&, bool opaque);
442 void BitmapTextureGL::reset(const IntSize& newSize, bool opaque) argument
444 BitmapTexture::reset(newSize, opaque);
464 m_opaque = opaque;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c65 typedef unsigned char opaque; typedef
80 opaque master_secret[TLS_MASTER_SIZE];
81 opaque client_random[TLS_RANDOM_SIZE];
82 opaque server_random[TLS_RANDOM_SIZE];
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_gnutls.c43 typedef unsigned char opaque; typedef
58 opaque master_secret[WPA_TLS_MASTER_SIZE];
59 opaque client_random[WPA_TLS_RANDOM_SIZE];
60 opaque server_random[WPA_TLS_RANDOM_SIZE];
/external/wpa_supplicant_8/src/crypto/
H A Dtls_gnutls.c43 typedef unsigned char opaque; typedef
58 opaque master_secret[WPA_TLS_MASTER_SIZE];
59 opaque client_random[WPA_TLS_RANDOM_SIZE];
60 opaque server_random[WPA_TLS_RANDOM_SIZE];
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c43 typedef unsigned char opaque; typedef
58 opaque master_secret[WPA_TLS_MASTER_SIZE];
59 opaque client_random[WPA_TLS_RANDOM_SIZE];
60 opaque server_random[WPA_TLS_RANDOM_SIZE];
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc691 " opaque=\"5ccc069c403ebaf9f0171e9517f40e41\"";
812 std::string realm, nonce, qop, opaque; local
816 bool has_opaque = HttpHasAttribute(args, "opaque", &opaque);
859 ss << ", opaque=" << quote(opaque);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc28 int opaque[128]; member in struct:my_siginfo_t
36 uptr opaque[117]; member in struct:ucontext_t
/external/gcc-demangle/
H A Dcp-demangle.c294 void *opaque; member in struct:d_print_info
3286 d_growable_string_callback_adapter (const char *s, size_t l, void *opaque) argument
3288 struct d_growable_string *dgs = (struct d_growable_string*) opaque;
3297 demangle_callbackref callback, void *opaque)
3307 dpi->opaque = opaque;
3332 dpi->callback (dpi->buf, dpi->len, dpi->opaque);
3391 demangle_callbackref callback, void *opaque)
3395 d_print_init (&dpi, options, callback, opaque);
4783 demangle_callbackref callback, void *opaque)
3296 d_print_init(struct d_print_info *dpi, int options, demangle_callbackref callback, void *opaque) argument
3389 cplus_demangle_print_callback(int options, const struct demangle_component *dc, demangle_callbackref callback, void *opaque) argument
4782 d_demangle_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
5009 __gcclibcxx_demangle_callback(const char *mangled_name, void (*callback) (const char *, size_t, void *), void *opaque) argument
5041 cplus_demangle_v3_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
5062 java_demangle_v3_callback(const char *mangled, demangle_callbackref callback, void *opaque) argument
[all...]
/external/qemu/android/
H A Dhw-qemud.c223 typedef void (*QemudSerialReceive)( void* opaque, int channel, uint8_t* msg, int msglen);
310 qemud_serial_can_read( void* opaque )
312 QemudSerial* s = opaque;
331 qemud_serial_read( void* opaque, const uint8_t* from, int len ) argument
333 QemudSerial* s = opaque;
717 qemud_client_recv( void* opaque, uint8_t* msg, int msglen ) argument
719 QemudClient* c = opaque;
828 * opaque - QemuClient instance
834 qemud_client_disconnect( void* opaque, int guest_close ) argument
836 QemudClient* c = opaque;
1298 qemud_multiplexer_serial_recv( void* opaque, int channel, uint8_t* msg, int msglen ) argument
1411 qemud_multiplexer_control_recv( void* opaque, uint8_t* msg, int msglen, QemudClient* client ) argument
1757 qemud_save(QEMUFile* f, void* opaque) argument
1830 qemud_load(QEMUFile *f, void* opaque, int version) argument
1974 _qemudPipe_sendBuffers(void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers) argument
2017 _qemudPipe_recvBuffers(void* opaque, GoldfishPipeBuffer* buffers, int numBuffers) argument
2068 _qemudPipe_poll(void* opaque) argument
2087 _qemudPipe_wakeOn(void* opaque, int flags) argument
2093 _qemudPipe_save(void* opaque, QEMUFile* f ) argument
2365 _qemud_char_client_recv( void* opaque, uint8_t* msg, int msglen, QemudClient* client ) argument
2412 _qemud_char_service_read( void* opaque, const uint8_t* from, int len ) argument
2423 _qemud_char_service_connect(void* opaque, QemudService* sv, int channel, const char* client_param ) argument
[all...]
H A Dsdk-controller-socket.c169 /* An opaque pointer to pass to on_sent callback. */
217 /* An opaque pointer associated with this query. */
346 /* An opaque pointer associated with this socket. */
347 void* opaque; member in struct:SDKCtlSocket
1028 * opaque - SDKCtlQuery instance.
1031 _on_skdctl_query_timeout(void* opaque) argument
1033 SDKCtlQuery* const query = (SDKCtlQuery*)opaque;
1312 sdkctl->on_port_connection(sdkctl->opaque, sdkctl,
1318 sdkctl->on_port_connection(sdkctl->opaque, sdkctl,
1324 sdkctl->on_port_connection(sdkctl->opaque, sdkct
1918 sdkctl_socket_new(int reconnect_to, const char* service_name, on_sdkctl_socket_connection_cb on_socket_connection, on_sdkctl_port_connection_cb on_port_connection, on_sdkctl_message_cb on_message, void* opaque) argument
[all...]
/external/qemu/audio/
H A Daudio.c834 cb->ops.notify (cb->opaque, cmd);
1196 static void audio_timer (void *opaque) argument
1198 AudioState *s = opaque;
1517 sw->callback.fn (sw->callback.opaque, free);
1563 sw->callback.fn (sw->callback.opaque, free);
1608 sw->callback.fn (sw->callback.opaque, avail);
1637 cb->ops.capture (cb->opaque, cap->buf,
1874 static void audio_vm_change_state_handler (void *opaque, int running, argument
1877 AudioState *s = opaque;
1915 cb->ops.destroy (cb->opaque);
1930 audio_save(QEMUFile *f, void *opaque) argument
1936 audio_load(QEMUFile *f, void *opaque, int version_id) argument
[all...]

Completed in 1379 milliseconds

12345678910