/external/qemu/android/ |
D | adb-qemud.c | 57 void* opaque; member 85 _adb_on_host_connected(void* opaque, void* connection) in _adb_on_host_connected() argument 87 AdbClient* const adb_client = (AdbClient*)opaque; in _adb_on_host_connected() 91 adb_client, adb_client->opaque, connection); in _adb_on_host_connected() 112 _adb_on_host_disconnect(void* opaque, void* connection) in _adb_on_host_disconnect() argument 114 AdbClient* const adb_client = (AdbClient*)opaque; in _adb_on_host_disconnect() 117 adb_client, adb_client->opaque, connection); in _adb_on_host_disconnect() 128 _adb_on_host_data(void* opaque, void* connection, const void* buff, int size) in _adb_on_host_data() argument 130 AdbClient* const adb_client = (AdbClient*)opaque; in _adb_on_host_data() 132 adb_client, adb_client->opaque, connection, size, QB(buff, size)); in _adb_on_host_data() [all …]
|
D | adb-server.h | 34 typedef void (*adbguest_connect)(void* opaque, void* connection); 46 typedef void (*adbguest_read)(void* opaque, 60 typedef void (*adbguest_disconnect)(void* opaque, void* connection); 102 extern void* adb_server_register_guest(void* opaque, AdbGuestRoutines* callbacks); 111 extern void adb_server_complete_connection(void* opaque); 118 extern void adb_server_on_guest_message(void* opaque, 126 extern void adb_server_on_guest_closed(void* opaque);
|
/external/srtp/crypto/ae_xfm/ |
D | xfm.c | 27 void *opaque, in aes_128_cbc_hmac_sha1_96_func() argument 37 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func() 41 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func() 75 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_func() 88 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag); in aes_128_cbc_hmac_sha1_96_func() 101 void *opaque, in aes_128_cbc_hmac_sha1_96_inv() argument 114 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv() 118 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv() 151 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_inv() 164 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag); in aes_128_cbc_hmac_sha1_96_inv() [all …]
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/ |
D | xfm.c | 62 void *opaque, in aes_128_cbc_hmac_sha1_96_func() argument 72 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func() 76 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_func() 110 status = aes_cbc_nist_encrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_func() 123 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, auth_tag); in aes_128_cbc_hmac_sha1_96_func() 136 void *opaque, in aes_128_cbc_hmac_sha1_96_inv() argument 149 if ((iv == NULL) && (opaque == NULL) && (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv() 153 } else if ((iv == NULL) || (opaque == NULL) || (opaque_len == NULL)) { in aes_128_cbc_hmac_sha1_96_inv() 186 status = aes_cbc_nist_decrypt(&aes_ctx, opaque, opaque_len); in aes_128_cbc_hmac_sha1_96_inv() 199 status = hmac_compute(&hmac_ctx, opaque, *opaque_len, TAG_LEN, tmp_tag); in aes_128_cbc_hmac_sha1_96_inv() [all …]
|
/external/qemu/hw/nvram/ |
D | fw_cfg.c | 105 static uint32_t fw_cfg_io_readb(void *opaque, uint32_t addr) in fw_cfg_io_readb() argument 107 return fw_cfg_read(opaque); in fw_cfg_io_readb() 110 static void fw_cfg_io_writeb(void *opaque, uint32_t addr, uint32_t value) in fw_cfg_io_writeb() argument 112 fw_cfg_write(opaque, (uint8_t)value); in fw_cfg_io_writeb() 115 static void fw_cfg_io_writew(void *opaque, uint32_t addr, uint32_t value) in fw_cfg_io_writew() argument 117 fw_cfg_select(opaque, (uint16_t)value); in fw_cfg_io_writew() 120 static uint32_t fw_cfg_mem_readb(void *opaque, hwaddr addr) in fw_cfg_mem_readb() argument 122 return fw_cfg_read(opaque); in fw_cfg_mem_readb() 125 static void fw_cfg_mem_writeb(void *opaque, hwaddr addr, in fw_cfg_mem_writeb() argument 128 fw_cfg_write(opaque, (uint8_t)value); in fw_cfg_mem_writeb() [all …]
|
/external/chromium_org/third_party/zlib/contrib/minizip/ |
D | ioapi.c | 22 … return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64() 25 … return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64() 32 …return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset… in call_zseek64() 39 …return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,orig… in call_zseek64() 46 … return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64() 49 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64() 68 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32() 75 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode)); 76 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 77 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong s… [all …]
|
D | ioapi.h | 127 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode… 128 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLon… 129 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf… 130 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream)); 131 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream)); 133 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream)); 134 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, i… 147 voidpf opaque; member 150 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); 151 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset… [all …]
|
/external/clang/test/CodeGenCXX/ |
D | eh.cpp | 183 void opaque(); 191 opaque(); in A() 203 opaque(); 209 void opaque(); 220 opaque(); in foo() 246 void opaque(); 252 opaque(); in foo() 273 opaque(); in bar() 288 bool opaque(const A&); 300 if (opaque(x)) { in test() [all …]
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.c | 34 … return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode); in call_zopen64() 37 … return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode); in call_zopen64() 44 …return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset… in call_zseek64() 51 …return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,orig… in call_zseek64() 58 … return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64() 61 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream); in call_ztell64() 80 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque; in fill_zlib_filefunc64_32_def_from_filefunc32() 87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode)); 88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size)); 89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong s… [all …]
|
D | ioapi.h | 135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode… 136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLon… 137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf… 138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream)); 139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream)); 141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream)); 142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, i… 155 voidpf opaque; member 158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); 159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset… [all …]
|
/external/freetype/src/gzip/ |
D | zutil.c | 83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 85 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc() 107 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 125 ptr = opaque; /* just to make some compilers happy */ in zcfree() 142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 144 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc() 148 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 150 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree() 164 voidpf zcalloc (opaque, items, size) in zcalloc() argument 165 voidpf opaque; in zcalloc() [all …]
|
/external/qemu/ |
D | buffered_file.c | 28 void *opaque; member 86 ret = s->put_buffer(s->opaque, s->buffer + offset, in buffered_flush() 109 static int buffered_put_buffer(void *opaque, const uint8_t *buf, int64_t pos, int size) in buffered_put_buffer() argument 111 QEMUFileBuffered *s = opaque; in buffered_put_buffer() 133 ret = s->put_buffer(s->opaque, buf + offset, size - offset); in buffered_put_buffer() 162 s->put_ready(s->opaque); in buffered_put_buffer() 169 static int buffered_close(void *opaque) in buffered_close() argument 171 QEMUFileBuffered *s = opaque; in buffered_close() 182 ret = s->close(s->opaque); in buffered_close() 192 static int buffered_rate_limit(void *opaque) in buffered_rate_limit() argument [all …]
|
D | dma-helpers.c | 52 static void dma_bdrv_cb(void *opaque, int ret); 54 static void reschedule_dma(void *opaque) in reschedule_dma() argument 56 DMAAIOCB *dbs = (DMAAIOCB *)opaque; in reschedule_dma() 60 dma_bdrv_cb(opaque, 0); in reschedule_dma() 63 static void continue_after_map_failure(void *opaque) in continue_after_map_failure() argument 65 DMAAIOCB *dbs = (DMAAIOCB *)opaque; in continue_after_map_failure() 82 static void dma_bdrv_cb(void *opaque, int ret) in dma_bdrv_cb() argument 84 DMAAIOCB *dbs = (DMAAIOCB *)opaque; in dma_bdrv_cb() 94 dbs->common.cb(dbs->common.opaque, ret); in dma_bdrv_cb() 149 BlockDriverCompletionFunc *cb, void *opaque, in dma_bdrv_io() argument [all …]
|
/external/qemu/hw/android/goldfish/ |
D | timer.c | 39 static void goldfish_timer_save(QEMUFile* f, void* opaque) in goldfish_timer_save() argument 41 struct timer_state* s = opaque; in goldfish_timer_save() 52 static int goldfish_timer_load(QEMUFile* f, void* opaque, int version_id) in goldfish_timer_load() argument 54 struct timer_state* s = opaque; in goldfish_timer_load() 76 static uint32_t goldfish_timer_read(void *opaque, hwaddr offset) in goldfish_timer_read() argument 78 struct timer_state *s = (struct timer_state *)opaque; in goldfish_timer_read() 91 static void goldfish_timer_write(void *opaque, hwaddr offset, uint32_t value_ns) in goldfish_timer_write() argument 93 struct timer_state *s = (struct timer_state *)opaque; in goldfish_timer_write() 122 static void goldfish_timer_tick(void *opaque) in goldfish_timer_tick() argument 124 struct timer_state *s = (struct timer_state *)opaque; in goldfish_timer_tick() [all …]
|
D | pipe.c | 71 void* opaque; member 99 list->services[count].opaque = pipeOpaque; in goldfish_pipe_add_type() 135 void* opaque; member 160 pipe->opaque = pipeConnector_new(pipe); in pipe_new() 180 pipe_list_findp_opaque( Pipe** list, void* opaque ) 185 if (node == NULL || node->opaque == opaque) { 248 pipe->funcs->save(pipe->opaque, file); in pipe_save() 292 pipe->opaque = pipe->funcs->load(pipe, service ? service->opaque : NULL, pipe->args, file); in pipe_load() 293 if (pipe->opaque == NULL) { in pipe_load() 309 pipe->funcs->close(pipe->opaque); in pipe_free() [all …]
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_zutil.c | 222 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) 224 voidpf buf = opaque; /* just to make some compilers happy */ 246 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) 264 ptr = opaque; /* just to make some compilers happy */ 281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) 283 if (opaque) opaque = 0; /* to make compiler happy */ 287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) 289 if (opaque) opaque = 0; /* to make compiler happy */ 306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) 307 voidpf opaque; [all …]
|
/external/qemu/hw/pci-host/ |
D | pci_host.h | 42 static void pci_host_data_writeb(void* opaque, pci_addr_t addr, uint32_t val) in pci_host_data_writeb() argument 44 PCIHostState *s = opaque; in pci_host_data_writeb() 52 static void pci_host_data_writew(void* opaque, pci_addr_t addr, uint32_t val) in pci_host_data_writew() argument 54 PCIHostState *s = opaque; in pci_host_data_writew() 64 static void pci_host_data_writel(void* opaque, pci_addr_t addr, uint32_t val) in pci_host_data_writel() argument 66 PCIHostState *s = opaque; in pci_host_data_writel() 76 static uint32_t pci_host_data_readb(void* opaque, pci_addr_t addr) in pci_host_data_readb() argument 78 PCIHostState *s = opaque; in pci_host_data_readb() 89 static uint32_t pci_host_data_readw(void* opaque, pci_addr_t addr) in pci_host_data_readw() argument 91 PCIHostState *s = opaque; in pci_host_data_readw() [all …]
|
/external/chromium_org/third_party/zlib/ |
D | zutil.c | 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 218 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc() 240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 258 ptr = opaque; /* just to make some compilers happy */ in zcfree() 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument 277 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc() 281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 283 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree() 300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 301 voidpf opaque; in zcalloc() [all …]
|
/external/qemu/distrib/zlib-1.2.8/ |
D | zutil.c | 220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 222 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 262 ptr = opaque; /* just to make some compilers happy */ in zcfree() 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument 281 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc() 285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 287 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree() 304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 305 voidpf opaque; in zcalloc() [all …]
|
/external/zlib/src/ |
D | zutil.c | 220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 222 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc() 244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 262 ptr = opaque; /* just to make some compilers happy */ in zcfree() 279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument 281 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc() 285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 287 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree() 304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 305 voidpf opaque; in zcalloc() [all …]
|
/external/qemu/hw/input/ |
D | pckbd.c | 158 static void kbd_update_kbd_irq(void *opaque, int level) in kbd_update_kbd_irq() argument 160 KBDState *s = (KBDState *)opaque; in kbd_update_kbd_irq() 169 static void kbd_update_aux_irq(void *opaque, int level) in kbd_update_aux_irq() argument 171 KBDState *s = (KBDState *)opaque; in kbd_update_aux_irq() 180 static uint32_t kbd_read_status(void *opaque, uint32_t addr) in kbd_read_status() argument 182 KBDState *s = opaque; in kbd_read_status() 199 static void kbd_write_command(void *opaque, uint32_t addr, uint32_t val) in kbd_write_command() argument 201 KBDState *s = opaque; in kbd_write_command() 277 static uint32_t kbd_read_data(void *opaque, uint32_t addr) in kbd_read_data() argument 279 KBDState *s = opaque; in kbd_read_data() [all …]
|
/external/chromium_org/third_party/zlib/google/ |
D | zip_internal.cc | 39 void* ZipOpenFunc(void *opaque, const char* filename, int mode) { in ZipOpenFunc() argument 82 void* FdOpenFileFunc(void* opaque, const char* filename, int mode) { in FdOpenFileFunc() argument 94 file = fdopen(*static_cast<int*>(opaque), mode_fopen); in FdOpenFileFunc() 102 int CloseFileFunc(void* opaque, void* stream) { in CloseFileFunc() argument 104 free(opaque); in CloseFileFunc() 116 pzlib_filefunc_def->opaque = ptr_fd; in FillFdOpenFileFunc() 122 void* HandleOpenFileFunc(void* opaque, const char* filename, int mode) { in HandleOpenFileFunc() argument 124 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc() 151 void* OpenZipBuffer(void* opaque, const char* /*filename*/, int mode) { in OpenZipBuffer() argument 156 ZipBuffer* buffer = static_cast<ZipBuffer*>(opaque); in OpenZipBuffer() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContextTest.cpp | 64 bool opaque = opaqueRect.contains(x, y); \ 65 EXPECT_EQ(opaque, alpha == 255); \ 79 Color opaque(1.0f, 0.0f, 0.0f, 1.0f); in TEST() local 82 context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); in TEST() 90 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositePlusLighter); in TEST() 94 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositeSourceIn); in TEST() 102 context.fillRect(FloatRect(8, 8, 3, 90), opaque, CompositeSourceOut); in TEST() 106 context.fillRect(FloatRect(30, 30, 290, 290), opaque, CompositeSourceOver); in TEST() 110 context.fillRect(FloatRect(40, 20, 290, 50), opaque, CompositeSourceOver); in TEST() 114 context.fillRect(FloatRect(10, 10, 390, 50), opaque, CompositeSourceIn); in TEST() [all …]
|
/external/qemu/ui/ |
D | input.c | 33 void *opaque, int absolute, 46 void qemu_add_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque) in qemu_add_kbd_event_handler() argument 54 s->opaque = opaque; in qemu_add_kbd_event_handler() 60 void qemu_remove_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque) in qemu_remove_kbd_event_handler() argument 65 if (cursor->put_kbd_event == func && cursor->opaque == opaque) { in qemu_remove_kbd_event_handler() 91 void *opaque, int absolute, in qemu_add_mouse_event_handler() argument 100 s->qemu_put_mouse_event_opaque = opaque; in qemu_add_mouse_event_handler() 131 void *opaque) in qemu_add_led_event_handler() argument 138 s->opaque = opaque; in qemu_add_led_event_handler() 155 cursor->put_kbd_event(cursor->opaque, keycode); in kbd_put_keycode() [all …]
|
/external/qemu/hw/core/ |
D | irq.c | 29 void *opaque; member 38 irq->handler(irq->opaque, irq->n, level); in qemu_set_irq() 41 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n) in qemu_allocate_irqs() argument 51 p->opaque = opaque; in qemu_allocate_irqs() 65 static void qemu_notirq(void *opaque, int line, int level) in qemu_notirq() argument 67 struct IRQState *irq = opaque; in qemu_notirq() 69 irq->handler(irq->opaque, irq->n, !level); in qemu_notirq()
|