Searched refs:opaque (Results 1 - 25 of 50) sorted by path

12

/barrelfish-master/doc/002-mackerel/
H A DMackerel.tex350 \Mac only deals in integer offsets from an opaque ``base'' address,
/barrelfish-master/doc/011-idc/
H A DIDC.tex876 \lstinline+alloc_iref_request+ message to its local monitor, passing an opaque
897 with the iref, the client's (opaque) connection ID, and various parameters
907 opaque service identifier which the dispatcher gave when originally
/barrelfish-master/include/
H A Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
132 opaque before calling the init function. All other fields are set by the
135 The opaque value provided by the application will be passed as the first
138 opaque value.
205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
223 zalloc, zfree and opaque must be initialized before by the caller.
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
488 fields next_in, zalloc, zfree and opaque mus
[all...]
H A Darranet.h21 void *opaque; member in struct:packet
24 typedef void (*arranet_tx_done_fn)(void *opaque);
H A Darranet_debug.h47 uint32_t opaque; member in struct:__anon1::__anon2
66 uint32_t opaque; member in struct:__anon3::__anon4
/barrelfish-master/lib/libc/include/isc/
H A Deventlib.h44 typedef struct { void *opaque; } evConnID; member in struct:__anon970
45 typedef struct { void *opaque; } evFileID; member in struct:__anon971
46 typedef struct { void *opaque; } evStreamID; member in struct:__anon972
47 typedef struct { void *opaque; } evTimerID; member in struct:__anon973
48 typedef struct { void *opaque; } evWaitID; member in struct:__anon974
49 typedef struct { void *opaque; } evContext; member in struct:__anon975
50 typedef struct { void *opaque; } evEvent; member in struct:__anon976
52 #define evInitID(id) ((id)->opaque = NULL)
53 #define evTestID(id) ((id).opaque != NULL)
/barrelfish-master/lib/libc/isc/
H A Dev_streams.c69 evContext_p *ctx = opaqueCtx.opaque;
90 id->opaque = new;
103 evContext_p *ctx = opaqueCtx.opaque;
124 id->opaque = new;
135 evStream *str = id.opaque;
146 evStream *str = id.opaque;
156 evContext_p *ctx = opaqueCtx.opaque;
157 evStream *old = id.opaque;
201 if (old->file.opaque)
252 evContext_p *ctx = opaqueCtx.opaque;
[all...]
H A Dev_timers.c154 evContext_p *ctx = opaqueCtx.opaque;
189 evContext_p *ctx = opaqueCtx.opaque;
231 opaqueID->opaque = id;
243 evContext_p *ctx = opaqueCtx.opaque;
244 evTimer *del = id.opaque;
279 evContext_p *ctx = opaqueCtx.opaque;
280 evTimer *timer = id.opaque;
306 evContext_p *ctx = opaqueCtx.opaque;
307 evTimer *timer = id.opaque;
365 evContext_p *ctx = opaqueCtx.opaque;
[all...]
/barrelfish-master/lib/libc/rpc/
H A Dauth_none.c138 authnone_validate(AUTH *client, struct opaque_auth *opaque) argument
/barrelfish-master/lib/nfs/
H A Dmount.x9 typedef opaque fhandle3<FHSIZE3>;
H A Dnfs.x18 typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE];
19 typedef opaque createverf3[NFS3_CREATEVERFSIZE];
20 typedef opaque writeverf3[NFS3_WRITEVERFSIZE];
76 opaque data<NFS3_FHSIZE>;
391 opaque data<>;
417 opaque data<>;
H A Dportmap.x24 opaque args<>;
29 opaque res<>;
/barrelfish-master/lib/openssl-1.0.0d/crypto/comp/
H A Dc_zlib.c36 static void* zlib_zalloc(void* opaque, unsigned int no, unsigned int size) argument
47 static void zlib_zfree(void* opaque, void* address) argument
150 state->istream.opaque = Z_NULL;
162 state->ostream.opaque = Z_NULL;
/barrelfish-master/lib/zlib/
H A Dcompress.c44 stream.opaque = (voidpf)0;
H A Ddeflate.c245 strm->opaque = (voidpf)0;
H A Dgzio.c113 s->stream.opaque = (voidpf)0;
H A Dinfback.c46 strm->opaque = (voidpf)0;
H A Dinflate.c74 * - Changed inflateBack() interface to provide separate opaque descriptors
159 strm->opaque = (voidpf)0;
H A Dzutil.c216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
218 voidpf buf = opaque; /* just to make some compilers happy */
240 void zcfree (voidpf opaque, voidpf ptr) argument
258 ptr = opaque; /* just to make some compilers happy */
275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
277 if (opaque) opaque = 0; /* to make compiler happy */
281 void zcfree (voidpf opaque, voidpf ptr) argument
283 if (opaque) opaque
[all...]
H A Dzutil.h261 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
262 void zcfree OF((voidpf opaque, voidpf ptr));
265 (*((strm)->zalloc))((strm)->opaque, (items), (size))
266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Deplex.tex689 treated as a opaque data structure that is used by the eplex library to
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dexthsusp.tex911 opaque data type, called \defnotion{suspension}, which can be explicitly
/barrelfish-master/usr/vmkitmon/
H A Dpci_vmkitmon_eth.c28 void *opaque; member in struct:pbuf_desc
42 void *opaque; member in struct:rx_buffer
143 pbuf_list_tx[ether_transmit_index].opaque = buffer->opaque;
181 handle_tx_done(pbuf_list_tx[ether_transmit_bufptr].opaque);
211 buf.opaque = rx_buffer_ring[receive_bufptr].opaque;
233 static errval_t rx_register_buffer_fn(uint64_t paddr, void *vaddr, void *opaque) { argument
238 rx_buffer_ring[receive_index].opaque = opaque;
[all...]
/barrelfish-master/include/bulk_transfer/
H A Dbulk_net.h62 void *opaque; member in struct:bulk_e10k
/barrelfish-master/include/net_queue_manager/
H A Dnet_queue_manager.h111 void *opaque; member in struct:driver_buffer
117 void *opaque; member in struct:driver_rx_buffer
182 void *opaque);
229 bool handle_tx_done(void *opaque);

Completed in 308 milliseconds

12