/titanic_41/usr/src/uts/common/zmod/ |
H A D | zutil.c | 222 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 224 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc() 246 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 264 ptr = opaque; /* just to make some compilers happy */ in zcfree() 281 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 283 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc() 287 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument 289 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree() 306 voidpf zcalloc (opaque, items, size) in zcalloc() argument 307 voidpf opaque; in zcalloc() [all …]
|
H A D | zutil.h | 266 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size)); 267 void zcfree OF((voidpf opaque, voidpf ptr)); 270 (*((strm)->zalloc))((strm)->opaque, (items), (size)) 271 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_prot.x | 82 opaque netaddr[RDC_MAXADDR]; 83 opaque rnetaddr[RDC_MAXADDR]; 87 opaque pfile[RDC_MAXNAMLEN]; 88 opaque sfile[RDC_MAXNAMLEN]; 140 opaque data<RDC_MAXDATA>; 177 opaque data<RDC_BMAPBLKSIZE>; 189 opaque data<RDC_BMAPBLKSIZE>; 207 opaque data<RDC_MAXDATA>; 226 opaque data<RDC_MAXDATA>; 266 opaque p_ifaddr[RDC_MAXADDR]; [all …]
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_clnt.c | 170 ctx->coID.opaque = NULL; in ctl_client() 171 ctx->tiID.opaque = NULL; in ctl_client() 172 ctx->rdID.opaque = NULL; in ctl_client() 173 ctx->wrID.opaque = NULL; in ctl_client() 301 if (ctx->wrID.opaque != NULL) in start_write() 305 if (ctx->tiID.opaque != NULL) in start_write() 313 if (ctx->tiID.opaque != NULL) in start_write() 348 REQUIRE(ctx->wrID.opaque == NULL); in destroy() 354 if (ctx->coID.opaque != NULL) { in destroy() 356 ctx->coID.opaque = NULL; in destroy() [all …]
|
H A D | ev_timers.c | 143 evContext_p *ctx = opaqueCtx.opaque; in evLastEventTime() 174 evContext_p *ctx = opaqueCtx.opaque; in evSetTimer() 216 opaqueID->opaque = id; in evSetTimer() 228 evContext_p *ctx = opaqueCtx.opaque; in evClearTimer() 229 evTimer *del = id.opaque; in evClearTimer() 264 evContext_p *ctx = opaqueCtx.opaque; in evConfigTimer() 265 evTimer *timer = id.opaque; in evConfigTimer() 291 evContext_p *ctx = opaqueCtx.opaque; in evResetTimer() 292 evTimer *timer = id.opaque; in evResetTimer() 350 evContext_p *ctx = opaqueCtx.opaque; in evSetIdleTimer() [all …]
|
H A D | eventlib.c | 138 opaqueCtx->opaque = ctx; in evCreate() 144 evContext_p *ctx = opaqueCtx.opaque; in evSetDebug() 152 evContext_p *ctx = opaqueCtx.opaque; in evDestroy() 161 id.opaque = ctx->conns; in evDestroy() 170 id.opaque = ctx->streams; in evDestroy() 178 id.opaque = ctx->files; in evDestroy() 212 evContext_p *ctx = opaqueCtx.opaque; in evGetNext() 236 opaqueEv->opaque = new; in evGetNext() 248 opaqueEv->opaque = new; in evGetNext() 260 opaqueEv->opaque = new; in evGetNext() [all …]
|
H A D | ev_connects.c | 66 evContext_p *ctx = opaqueCtx.opaque; in evListen() 107 id->opaque = new; in evListen() 115 evContext_p *ctx = opaqueCtx.opaque; in evConnect() 151 id->opaque = new; in evConnect() 157 evContext_p *ctx = opaqueCtx.opaque; in evCancelConn() 158 evConn *this = id.opaque; in evCancelConn() 208 evConn *this = id.opaque; in evHold() 221 evConn *this = id.opaque; in evUnhold() 239 evContext_p *ctx = opaqueCtx.opaque; in evTryAccept() 240 evConn *conn = id.opaque; in evTryAccept() [all …]
|
H A D | ctl_srvr.c | 281 me, ctx, ctx->sock, ctx->acID.opaque, ctx->sess); in ctl_endserver() 282 if (ctx->acID.opaque != NULL) { in ctl_endserver() 284 ctx->acID.opaque = NULL; in ctl_endserver() 316 REQUIRE(sess->wrtiID.opaque == NULL); in ctl_response() 317 REQUIRE(sess->wrID.opaque == NULL); in ctl_response() 444 sess->wrID.opaque = NULL; in ctl_accept() 445 sess->rdID.opaque = NULL; in ctl_accept() 446 sess->wrtiID.opaque = NULL; in ctl_accept() 447 sess->rdtiID.opaque = NULL; in ctl_accept() 498 if (sess->wrID.opaque != NULL) { in ctl_close() [all …]
|
H A D | ev_streams.c | 60 evContext_p *ctx = opaqueCtx.opaque; in evWrite() 81 id->opaque = new; in evWrite() 94 evContext_p *ctx = opaqueCtx.opaque; in evRead() 115 id->opaque = new; in evRead() 126 evStream *str = id.opaque; in evTimeRW() 137 evStream *str = id.opaque; in evUntimeRW() 147 evContext_p *ctx = opaqueCtx.opaque; in evCancelRW() 148 evStream *old = id.opaque; in evCancelRW() 192 if (old->file.opaque) in evCancelRW() 243 evContext_p *ctx = opaqueCtx.opaque; in done() [all …]
|
H A D | ev_waits.c | 54 evContext_p *ctx = opaqueCtx.opaque; in evWaitFor() 69 id->opaque = new; in evWaitFor() 80 evContext_p *ctx = opaqueCtx.opaque; in evDo() 107 evContext_p *ctx = opaqueCtx.opaque; in evUnwait() 112 this = id.opaque; in evUnwait() 119 if (this == (evWait *)id.opaque) { in evUnwait() 138 if (this == (evWait *)id.opaque) { in evUnwait() 165 evContext_p *ctx = opaqueCtx.opaque; in evDefer()
|
/titanic_41/usr/src/lib/libresolv2/include/isc/ |
H A D | eventlib.h | 44 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)
|
/titanic_41/usr/src/cmd/krb5/iprop/ |
H A D | iprop.x | 25 typedef opaque utf8str_t<>; 62 opaque tl_data<>; 135 opaque av_extension<>; /* futures */ 153 opaque kdb_futures<>; /* futures */
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc_adm.x | 83 opaque rrl_buf<>; 101 opaque rsl_buf<>; 114 opaque rci_evbuf<>; 119 opaque rcl_buf<>;
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | yp.x | 79 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 D | rex.x | 71 opaque chars[4]; 146 opaque chars[6]; 157 opaque chars[6];
|
H A D | nfs_prot.x | 105 opaque data[NFS_FHSIZE]; 213 opaque data<NFS_MAXDATA>; 231 opaque data<NFS_MAXDATA>; 256 typedef opaque nfscookie[NFS_COOKIESIZE]; 381 typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE]; 382 typedef opaque createverf3[NFS3_CREATEVERFSIZE]; 383 typedef opaque writeverf3[NFS3_WRITEVERFSIZE]; 448 opaque data<NFS3_FHSIZE>; 715 opaque data<>; 743 opaque data<>;
|
H A D | nfs4_prot.x | 172 typedef opaque attrlist4<>; 180 typedef opaque nfs_fh4<NFS4_FHSIZE>; 184 typedef opaque sec_oid4<>; 186 typedef opaque utf8string<>; 191 typedef opaque linktext4<>; 195 typedef opaque verifier4[NFS4_VERIFIER_SIZE]; 564 opaque other[NFS4_OTHER_SIZE]; 572 opaque id<NFS4_OPAQUE_LIMIT>; 578 opaque owner<NFS4_OPAQUE_LIMIT>; 584 opaque owner<NFS4_OPAQUE_LIMIT>; [all …]
|
H A D | nis_object.x | 85 opaque zattr_val<>; /* Value for the attribute. */ 201 opaque ec_value<>; /* It's textual value */ 286 opaque po_data<>;
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | safestore.h | 45 intptr_t opaque[6]; member 53 intptr_t opaque[6]; member 61 intptr_t opaque; member 69 intptr_t opaque; member 77 intptr_t opaque; member
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | dhmech_prot.x | 59 typedef opaque dh_buffer_desc<>; 61 typedef opaque dh_signature<DH_MAX_CHECKSUM_SIZE>; /* Encrypted checksum */ 110 opaque body<>; /*
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | key_prot.x | 86 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */ 87 typedef opaque keybuf3<>; /* store key in binary */ 254 %#ifndef opaque 255 %#define opaque char
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rex.x | 65 opaque chars[4]; 140 opaque chars[6]; 151 opaque chars[6];
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 154 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
|
/titanic_41/usr/src/uts/common/rpcsvc/ |
H A D | sm_inter.x | 80 opaque priv[16]; /* private information to store at monitor */ 112 opaque priv[16]; /* stored private information */
|
/titanic_41/usr/src/common/fs/ |
H A D | decompress.c | 70 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()
|