Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 100) sorted by relevance

1234

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c164 ctx->coID.opaque = NULL; in ctl_client()
165 ctx->tiID.opaque = NULL; in ctl_client()
166 ctx->rdID.opaque = NULL; in ctl_client()
167 ctx->wrID.opaque = NULL; in ctl_client()
350 ctx->coID.opaque = NULL; in destroy()
357 ctx->wrID.opaque = NULL; in destroy()
412 ctx->coID.opaque = NULL; in conn_done()
444 ctx->wrID.opaque = NULL; in write_done()
476 ctx->rdID.opaque = NULL; in stop_read()
589 ctx->tiID.opaque = NULL; in stop_timer()
[all …]
H A Dev_timers.c137 evContext_p *ctx = opaqueCtx.opaque; in evLastEventTime()
168 evContext_p *ctx = opaqueCtx.opaque; in evSetTimer()
210 opaqueID->opaque = id; in evSetTimer()
222 evContext_p *ctx = opaqueCtx.opaque; in evClearTimer()
223 evTimer *del = id.opaque; in evClearTimer()
259 evTimer *timer = id.opaque; in evConfigTimer()
286 evTimer *timer = id.opaque; in evResetTimer()
361 tt->timer = opaqueID->opaque; in evSetIdleTimer()
368 evTimer *del = id.opaque; in evClearIdleTimer()
383 evTimer *timer = opaqueID.opaque; in evResetIdleTimer()
[all …]
H A Deventlib.c134 opaqueCtx->opaque = ctx; in evCreate()
157 id.opaque = ctx->conns; in evDestroy()
166 id.opaque = ctx->streams; in evDestroy()
174 id.opaque = ctx->files; in evDestroy()
232 opaqueEv->opaque = new; in evGetNext()
244 opaqueEv->opaque = new; in evGetNext()
256 opaqueEv->opaque = new; in evGetNext()
393 opaqueEv->opaque = new; in evGetNext()
608 evTimerID opaque; in evDrop() local
621 opaque.opaque = this; in evDrop()
[all …]
H A Dctl_srvr.c278 ctx->acID.opaque = NULL; in ctl_endserver()
438 sess->wrID.opaque = NULL; in ctl_accept()
439 sess->rdID.opaque = NULL; in ctl_accept()
440 sess->wrtiID.opaque = NULL; in ctl_accept()
441 sess->rdtiID.opaque = NULL; in ctl_accept()
494 sess->wrID.opaque = NULL; in ctl_close()
552 sess->rdID.opaque = NULL; in ctl_stop_read()
634 sess->wrtiID.opaque = NULL; in ctl_wrtimeout()
639 sess->wrID.opaque = NULL; in ctl_wrtimeout()
661 sess->rdtiID.opaque = NULL; in ctl_rdtimeout()
[all …]
H A Dev_connects.c60 evContext_p *ctx = opaqueCtx.opaque; in evListen()
101 id->opaque = new; in evListen()
109 evContext_p *ctx = opaqueCtx.opaque; in evConnect()
145 id->opaque = new; in evConnect()
151 evContext_p *ctx = opaqueCtx.opaque; in evCancelConn()
152 evConn *this = id.opaque; in evCancelConn()
202 evConn *this = id.opaque; in evHold()
215 evConn *this = id.opaque; in evUnhold()
233 evContext_p *ctx = opaqueCtx.opaque; in evTryAccept()
234 evConn *conn = id.opaque; in evTryAccept()
[all …]
H A Dev_streams.c56 evContext_p *ctx = opaqueCtx.opaque; in evWrite()
77 id->opaque = new; in evWrite()
90 evContext_p *ctx = opaqueCtx.opaque; in evRead()
111 id->opaque = new; in evRead()
122 evStream *str = id.opaque; in evTimeRW()
133 evStream *str = id.opaque; in evUntimeRW()
143 evContext_p *ctx = opaqueCtx.opaque; in evCancelRW()
144 evStream *old = id.opaque; in evCancelRW()
188 if (old->file.opaque) in evCancelRW()
239 evContext_p *ctx = opaqueCtx.opaque; in done()
[all …]
H A Dev_waits.c50 evContext_p *ctx = opaqueCtx.opaque; in evWaitFor()
65 id->opaque = new; in evWaitFor()
76 evContext_p *ctx = opaqueCtx.opaque; in evDo()
103 evContext_p *ctx = opaqueCtx.opaque; in evUnwait()
108 this = id.opaque; in evUnwait()
115 if (this == (evWait *)id.opaque) { in evUnwait()
134 if (this == (evWait *)id.opaque) { in evUnwait()
161 evContext_p *ctx = opaqueCtx.opaque; in evDefer()
/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.c214 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
219 (void)opaque; in zcalloc()
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
244 (void)opaque; in zcfree()
277 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
279 (void)opaque; in zcalloc()
283 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
285 (void)opaque; in zcfree()
304 (void)opaque; in zcalloc()
309 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
[all …]
H A Dzutil.h258 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
260 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
264 (*((strm)->zalloc))((strm)->opaque, (items), (size))
265 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h44 typedef struct { void *opaque; } evConnID; member
45 typedef struct { void *opaque; } evFileID; member
46 typedef struct { void *opaque; } evStreamID; member
47 typedef struct { void *opaque; } evTimerID; member
48 typedef struct { void *opaque; } evWaitID; member
49 typedef struct { void *opaque; } evContext; member
50 typedef struct { void *opaque; } evEvent; member
52 #define evInitID(id) ((id)->opaque = NULL)
53 #define evTestID(id) ((id).opaque != NULL)
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x242 typedef opaque attrlist4<>;
253 typedef opaque sec_oid4<>;
258 typedef opaque utf8string<>;
263 typedef opaque linktext4<>;
553 opaque loc_body<>;
1072 opaque smt_hmac<>;
1082 opaque sspt_pad<>;
1090 opaque ssct_iv<>;
1092 opaque ssct_hmac<>;
2238 typedef opaque gsshandle4_t<>;
[all …]
H A Dyp.x77 typedef opaque keydat<YPMAXRECORD>;
78 typedef opaque valdat<YPMAXRECORD>;
186 opaque ypbind_binding_addr[4]; /* In network order */
187 opaque ypbind_binding_port[2]; /* In network order */
H A Dnfs_prot.x102 opaque data[NFS_FHSIZE];
210 opaque data<NFS_MAXDATA>;
228 opaque data<NFS_MAXDATA>;
253 typedef opaque nfscookie[NFS_COOKIESIZE];
378 typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE];
379 typedef opaque createverf3[NFS3_CREATEVERFSIZE];
380 typedef opaque writeverf3[NFS3_WRITEVERFSIZE];
445 opaque data<NFS3_FHSIZE>;
712 opaque data<>;
740 opaque data<>;
H A Dnis_object.x85 opaque zattr_val<>; /* Value for the attribute. */
201 opaque ec_value<>; /* It's textual value */
286 opaque po_data<>;
/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.x23 typedef opaque utf8str_t<>;
60 opaque tl_data<>;
133 opaque av_extension<>; /* futures */
151 opaque kdb_futures<>; /* futures */
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Ddhmech_prot.x56 typedef opaque dh_buffer_desc<>;
58 typedef opaque dh_signature<DH_MAX_CHECKSUM_SIZE>; /* Encrypted checksum */
107 opaque body<>; /*
/illumos-gate/usr/src/uts/common/rpc/
H A Dkey_prot.x85 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
86 typedef opaque keybuf3<>; /* store key in binary */
253 %#ifndef opaque
254 %#define opaque char
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Daryprm9.awk8 function func_exec(opaque)
10 func_a(1, opaque) #set additional argument, not expected by fname
/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
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c70 cf_alloc(void *opaque, unsigned int items, unsigned int size) in cf_alloc() argument
76 filep = (fileid_t *)opaque; in cf_alloc()
94 cf_free(void *opaque, void *addr) in cf_free() argument
155 zsp->opaque = filep; in cf_check_compressed()
/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/cmd/ypcmd/
H A Dypxfrd.x36 typedef opaque pagblock[PBLEN];
37 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/uts/common/zmod/
H A Dzmod_subr.c42 zcalloc(void *opaque, uint_t items, uint_t size) in zcalloc() argument
58 zcfree(void *opaque, void *ptr) in zcfree() argument

1234