HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 226 - 250 of 736) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/slirp-android/
libslirp.h 97 void slirp_redir_loop(void (*func)(void *opaque, int is_udp,
100 void *opaque);
  /external/valgrind/main/include/
pub_tool_libcprint.h 96 output bytes to CHAR_SINK, passing it OPAQUE as the second arg. */
97 extern void VG_(vcbprintf)( void(*char_sink)(HChar, void* opaque),
98 void* opaque,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 99 opaque data[NFS_FHSIZE];
207 opaque data<NFS_MAXDATA>;
225 opaque data<NFS_MAXDATA>;
250 typedef opaque nfscookie[NFS_COOKIESIZE];
nis_object.x 58 opaque zattr_val<>; /* Value for the attribute. */
84 PRIVATE_OBJ = 7, /* Private object (all opaque data) */
93 NIS_PRIVATE_OBJ = 7 /* Private object (all opaque data) */
174 opaque ec_value<>; /* It's textual value */
259 opaque po_data<>;
274 * server doesn't recognize the type returned it treats it as opaque data.
275 * And the definition for opaque data is {int size; char *data;}. In this
rex.x 70 opaque chars[4];
145 opaque chars[6];
156 opaque chars[6];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 99 opaque data[NFS_FHSIZE];
207 opaque data<NFS_MAXDATA>;
225 opaque data<NFS_MAXDATA>;
250 typedef opaque nfscookie[NFS_COOKIESIZE];
nis_object.x 58 opaque zattr_val<>; /* Value for the attribute. */
84 PRIVATE_OBJ = 7, /* Private object (all opaque data) */
93 NIS_PRIVATE_OBJ = 7 /* Private object (all opaque data) */
174 opaque ec_value<>; /* It's textual value */
259 opaque po_data<>;
274 * server doesn't recognize the type returned it treats it as opaque data.
275 * And the definition for opaque data is {int size; char *data;}. In this
rex.x 70 opaque chars[4];
145 opaque chars[6];
156 opaque chars[6];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 99 opaque data[NFS_FHSIZE];
207 opaque data<NFS_MAXDATA>;
225 opaque data<NFS_MAXDATA>;
250 typedef opaque nfscookie[NFS_COOKIESIZE];
nis_object.x 58 opaque zattr_val<>; /* Value for the attribute. */
84 PRIVATE_OBJ = 7, /* Private object (all opaque data) */
93 NIS_PRIVATE_OBJ = 7 /* Private object (all opaque data) */
174 opaque ec_value<>; /* It's textual value */
259 opaque po_data<>;
274 * server doesn't recognize the type returned it treats it as opaque data.
275 * And the definition for opaque data is {int size; char *data;}. In this
rex.x 70 opaque chars[4];
145 opaque chars[6];
156 opaque chars[6];
  /external/qemu/android/
multitouch-port.c 70 void* opaque; member in struct:AndroidMTSPort
228 _on_multitouch_socket_connection(void* opaque,
244 _on_multitouch_port_connection(void* opaque,
359 mts_port_create(void* opaque)
364 mtsp->opaque = opaque;
looper-generic.c 39 void* opaque; member in struct:GLoopTimer
121 void* opaque)
129 tt->opaque = opaque;
149 void* opaque; member in struct:GLoopIo
234 glooper_io_init(Looper* looper, LoopIo* user, int fd, LoopIoFunc callback, void* opaque)
242 io->opaque = opaque;
445 timer->callback(timer->opaque);
453 io->callback(io->opaque,io->fd,io->ready)
    [all...]
hw-qemud.c 223 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 )
333 QemudSerial* s = opaque;
717 qemud_client_recv( void* opaque, uint8_t* msg, int msglen )
719 QemudClient* c = opaque;
828 * opaque - QemuClient instance
834 qemud_client_disconnect( void* opaque, int guest_close )
836 QemudClient* c = opaque;
    [all...]
async-socket-connector.c 58 /* An opaque parameter to pass to the connection callback. */
72 * opaque - AsyncSocketConnector instance.
75 static void _on_async_socket_connector_io(void* opaque, int fd, unsigned events);
216 _on_async_socket_connector_io(void* opaque, int fd, unsigned events)
218 AsyncSocketConnector* const connector = (AsyncSocketConnector*)opaque;
242 * opaque - AsyncSocketConnector instance.
245 _on_async_socket_connector_retry(void* opaque)
248 AsyncSocketConnector* const connector = (AsyncSocketConnector*)opaque;
  /external/qemu/hw/
arm_gic.c 155 static void gic_set_irq(void *opaque, int irq, int level)
157 gic_state *s = (gic_state *)opaque;
241 static uint32_t gic_dist_readb(void *opaque, target_phys_addr_t offset)
243 gic_state *s = (gic_state *)opaque;
351 static uint32_t gic_dist_readw(void *opaque, target_phys_addr_t offset)
354 val = gic_dist_readb(opaque, offset);
355 val |= gic_dist_readb(opaque, offset + 1) << 8;
359 static uint32_t gic_dist_readl(void *opaque, target_phys_addr_t offset)
363 gic_state *s = (gic_state *)opaque;
369 val = gic_dist_readw(opaque, offset)
    [all...]
ne2000.c 218 NE2000State *s = vc->opaque;
229 NE2000State *s = vc->opaque;
324 static void ne2000_ioport_write(void *opaque, uint32_t addr, uint32_t val)
326 NE2000State *s = opaque;
421 static uint32_t ne2000_ioport_read(void *opaque, uint32_t addr)
423 NE2000State *s = opaque;
571 static void ne2000_asic_ioport_write(void *opaque, uint32_t addr, uint32_t val)
573 NE2000State *s = opaque;
591 static uint32_t ne2000_asic_ioport_read(void *opaque, uint32_t addr)
593 NE2000State *s = opaque;
    [all...]
pxa.h 94 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
bt-hid.c 381 static void bt_hid_control_sdu(void *opaque, const uint8_t *data, int len)
383 struct bt_hid_device_s *hid = opaque;
388 static void bt_hid_datain(void *opaque)
390 struct bt_hid_device_s *hid = opaque;
406 static void bt_hid_interrupt_sdu(void *opaque, const uint8_t *data, int len)
408 struct bt_hid_device_s *hid = opaque;
461 static void bt_hid_close_control(void *opaque)
463 struct bt_hid_device_s *hid = opaque;
469 static void bt_hid_close_interrupt(void *opaque)
471 struct bt_hid_device_s *hid = opaque;
    [all...]
  /external/qemu/block/
qcow2-snapshot.c 51 BDRVQcowState *s = bs->opaque;
65 BDRVQcowState *s = bs->opaque;
121 BDRVQcowState *s = bs->opaque;
194 BDRVQcowState *s = bs->opaque;
209 BDRVQcowState *s = bs->opaque;
221 BDRVQcowState *s = bs->opaque;
237 BDRVQcowState *s = bs->opaque;
316 BDRVQcowState *s = bs->opaque;
357 BDRVQcowState *s = bs->opaque;
392 BDRVQcowState *s = bs->opaque;
    [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 77 * <h3>Opaque vs. Hierarchical URIs</h3>
78 * Absolute URIs are either {@link #isOpaque() opaque or hierarchical}. Relative
82 * <li><strong>Opaque:</strong> {@code mailto:robots@example.com}
85 * <p>Opaque URIs have both a scheme and a scheme-specific part that does not
87 * scheme-specific part of an opaque URI is not parsed so an opaque URI never
88 * has an authority, user info, host, port, path or query. An opaque URIs may
89 * have a fragment, however. A typical opaque URI is
190 private transient boolean opaque; field in class:URI
370 // URIs with schemes followed by a non-/ char are opaque and need no further parsing
    [all...]
  /external/qemu/
block.c 47 BlockDriverCompletionFunc *cb, void *opaque);
50 BlockDriverCompletionFunc *cb, void *opaque);
52 BlockDriverCompletionFunc *cb, void *opaque);
54 BlockDriverCompletionFunc *cb, void *opaque);
431 bs->opaque = qemu_mallocz(drv->instance_size);
488 qemu_free(bs->opaque);
489 bs->opaque = NULL;
658 qemu_free(bs->opaque);
664 bs->opaque = NULL;
2041 void *opaque; member in struct:MultiwriteCB::__anon26608
    [all...]
  /bootable/recovery/applypatch/
bspatch.c 161 cstream.opaque = NULL;
171 dstream.opaque = NULL;
181 estream.opaque = NULL;
  /external/clang/test/CodeGenCXX/
destructors.cpp 263 void opaque();
274 C::C() { opaque(); }
284 C::~C() { opaque(); }
  /external/gcc-demangle/
demangle.h 151 demangle_callbackref callback, void *opaque);
158 demangle_callbackref callback, void *opaque);
620 opaque value. The fourth is the opaque value passed to the callback.
632 demangle_callbackref callback, void *opaque);

Completed in 1048 milliseconds

1 2 3 4 5 6 7 8 91011>>