Searched refs:opaque (Results 1 - 25 of 97) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.c222 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
224 voidpf buf = opaque; /* just to make some compilers happy */
246 void zcfree (voidpf opaque, voidpf ptr) argument
264 ptr = opaque; /* just to make some compilers happy */
281 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
283 if (opaque) opaque = 0; /* to make compiler happy */
287 void zcfree (voidpf opaque, voidpf ptr) argument
289 if (opaque) opaque
[all...]
H A Dzmod_subr.c43 zcalloc(void *opaque, uint_t items, uint_t size) argument
59 zcfree(void *opaque, void *ptr) argument
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_prot.x83 opaque netaddr[RDC_MAXADDR];
84 opaque rnetaddr[RDC_MAXADDR];
88 opaque pfile[RDC_MAXNAMLEN];
89 opaque sfile[RDC_MAXNAMLEN];
141 opaque data<RDC_MAXDATA>;
178 opaque data<RDC_BMAPBLKSIZE>;
190 opaque data<RDC_BMAPBLKSIZE>;
208 opaque data<RDC_MAXDATA>;
227 opaque data<RDC_MAXDATA>;
267 opaque p_ifadd
[all...]
/illumos-gate/usr/src/lib/libwanbootutil/common/
H A Dkey_xdr.x42 opaque KEYDATA<WBKU_MAX_KEYLEN>;
/illumos-gate/usr/src/head/rpcsvc/
H A Dspray.x60 typedef opaque sprayarr<SPRAYMAX>;
H A Dyp.x79 typedef opaque keydat<YPMAXRECORD>;
80 typedef opaque valdat<YPMAXRECORD>;
188 opaque ypbind_binding_addr[4]; /* In network order */
189 opaque ypbind_binding_port[2]; /* In network order */
H A Dmount.x50 typedef opaque fhandle[FHSIZE];
51 typedef opaque fhandle3<FHSIZE3>;
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dsm_inter.x80 opaque priv[16]; /* private information to store at monitor */
112 opaque priv[16]; /* stored private information */
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.c220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) argument
222 voidpf buf = opaque; /* just to make some compilers happy */
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
262 ptr = opaque; /* just to make some compilers happy */
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) argument
281 if (opaque) opaque = 0; /* to make compiler happy */
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
287 if (opaque) opaque
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Ddhmech_prot.x59 typedef opaque dh_buffer_desc<>;
61 typedef opaque dh_signature<DH_MAX_CHECKSUM_SIZE>; /* Encrypted checksum */
110 opaque body<>; /*
112 * serialize opaque msg<>
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Dypupdate_prot.x50 typedef opaque yp_buf<MAXYPDATALEN>;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd.x38 typedef opaque pagblock[PBLEN];
39 typedef opaque dirblock[DBLEN];
/illumos-gate/usr/src/lib/libads/common/
H A Dads_priv.x50 typedef opaque adspriv_guid[ADSPRIV_GUID_LEN];
51 typedef opaque adspriv_sockaddr[ADSPRIV_SOCKADDR_LEN];
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c170 ctx->coID.opaque = NULL;
171 ctx->tiID.opaque = NULL;
172 ctx->rdID.opaque = NULL;
173 ctx->wrID.opaque = NULL;
301 if (ctx->wrID.opaque != NULL)
305 if (ctx->tiID.opaque != NULL)
313 if (ctx->tiID.opaque != NULL)
348 REQUIRE(ctx->wrID.opaque == NULL);
354 if (ctx->coID.opaque != NULL) {
356 ctx->coID.opaque
[all...]
H A Dev_timers.c143 evContext_p *ctx = opaqueCtx.opaque;
174 evContext_p *ctx = opaqueCtx.opaque;
216 opaqueID->opaque = id;
228 evContext_p *ctx = opaqueCtx.opaque;
229 evTimer *del = id.opaque;
264 evContext_p *ctx = opaqueCtx.opaque;
265 evTimer *timer = id.opaque;
291 evContext_p *ctx = opaqueCtx.opaque;
292 evTimer *timer = id.opaque;
350 evContext_p *ctx = opaqueCtx.opaque;
[all...]
H A Dev_streams.c60 evContext_p *ctx = opaqueCtx.opaque;
81 id->opaque = new;
94 evContext_p *ctx = opaqueCtx.opaque;
115 id->opaque = new;
126 evStream *str = id.opaque;
137 evStream *str = id.opaque;
147 evContext_p *ctx = opaqueCtx.opaque;
148 evStream *old = id.opaque;
192 if (old->file.opaque)
243 evContext_p *ctx = opaqueCtx.opaque;
[all...]
H A Dev_waits.c54 evContext_p *ctx = opaqueCtx.opaque;
69 id->opaque = new;
80 evContext_p *ctx = opaqueCtx.opaque;
107 evContext_p *ctx = opaqueCtx.opaque;
112 this = id.opaque;
119 if (this == (evWait *)id.opaque) {
138 if (this == (evWait *)id.opaque) {
165 evContext_p *ctx = opaqueCtx.opaque;
H A Dev_connects.c66 evContext_p *ctx = opaqueCtx.opaque;
107 id->opaque = new;
115 evContext_p *ctx = opaqueCtx.opaque;
151 id->opaque = new;
157 evContext_p *ctx = opaqueCtx.opaque;
158 evConn *this = id.opaque;
208 evConn *this = id.opaque;
221 evConn *this = id.opaque;
239 evContext_p *ctx = opaqueCtx.opaque;
240 evConn *conn = id.opaque;
[all...]
H A Dctl_srvr.c281 me, ctx, ctx->sock, ctx->acID.opaque, ctx->sess);
282 if (ctx->acID.opaque != NULL) {
284 ctx->acID.opaque = NULL;
316 REQUIRE(sess->wrtiID.opaque == NULL);
317 REQUIRE(sess->wrID.opaque == NULL);
444 sess->wrID.opaque = NULL;
445 sess->rdID.opaque = NULL;
446 sess->wrtiID.opaque = NULL;
447 sess->rdtiID.opaque = NULL;
498 if (sess->wrID.opaque !
[all...]
H A Deventlib.c138 opaqueCtx->opaque = ctx;
144 evContext_p *ctx = opaqueCtx.opaque;
152 evContext_p *ctx = opaqueCtx.opaque;
161 id.opaque = ctx->conns;
170 id.opaque = ctx->streams;
178 id.opaque = ctx->files;
212 evContext_p *ctx = opaqueCtx.opaque;
236 opaqueEv->opaque = new;
248 opaqueEv->opaque = new;
260 opaqueEv->opaque
612 evTimerID opaque; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h44 typedef struct { void *opaque; } evConnID; member in struct:__anon3884
45 typedef struct { void *opaque; } evFileID; member in struct:__anon3885
46 typedef struct { void *opaque; } evStreamID; member in struct:__anon3886
47 typedef struct { void *opaque; } evTimerID; member in struct:__anon3887
48 typedef struct { void *opaque; } evWaitID; member in struct:__anon3888
49 typedef struct { void *opaque; } evContext; member in struct:__anon3889
50 typedef struct { void *opaque; } evEvent; member in struct:__anon3890
52 #define evInitID(id) ((id)->opaque = NULL)
53 #define evTestID(id) ((id).opaque != NULL)
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_adm.x83 opaque rrl_buf<>;
101 opaque rsl_buf<>;
114 opaque rci_evbuf<>;
119 opaque rcl_buf<>;
/illumos-gate/usr/src/cmd/krb5/iprop/
H A Diprop.x25 typedef opaque utf8str_t<>;
62 opaque tl_data<>;
135 opaque av_extension<>; /* futures */
153 opaque kdb_futures<>; /* futures */
/illumos-gate/usr/src/uts/common/rpc/
H A Dkey_prot.x86 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
87 typedef opaque keybuf3<>; /* store key in binary */
254 %#ifndef opaque
255 %#define opaque char
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
173 voidp opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
183 opaque before calling the init function. All other fields are set by the
186 The opaque value provided by the application will be passed as the first
189 opaque value.
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
254 zalloc, zfree and opaque must be initialized before by the caller.

Completed in 119 milliseconds

1234