Searched defs:opaque (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c127 authnone_validate(AUTH *client, struct opaque_auth *opaque) argument
/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c43 zcalloc(void *opaque, uint_t items, uint_t size) argument
59 zcfree(void *opaque, void *ptr) argument
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 Dzlib.h79 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
80 typedef void (*free_func) OF((voidpf opaque, voidpf address));
98 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 opaque before calling the init function. All other fields are set by the
137 The opaque value provided by the application will be passed as the first
140 opaque value.
207 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
225 zalloc, zfree and opaque must be initialized before by the caller.
348 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
490 fields next_in, zalloc, zfree and opaque mus
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c46 #undef opaque macro
H A Dldapaddent.c46 #undef opaque macro
/illumos-gate/usr/src/uts/common/avs/ncall/
H A Dncall.h40 * ncall_t is opaque RPC pointer
43 int opaque; member in struct:ncall_s
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h67 void *opaque; member in struct:__anon1947
H A Dbzlib.c156 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
172 void default_bzfree ( void* opaque, void* addr ) argument
184 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
191 void default_bzfree ( void* opaque, void* addr ) argument
1123 bzf->strm.opaque = NULL;
1297 bzf->strm.opaque = NULL;
1444 strm.opaque = NULL;
1493 strm.opaque = NULL;
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c70 cf_alloc(void *opaque, unsigned int items, unsigned int size) argument
76 filep = (fileid_t *)opaque;
94 cf_free(void *opaque, void *addr) argument
155 zsp->opaque = filep;
/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...]
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
535 fields next_in, zalloc, zfree and opaque mus
[all...]
/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.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h54 u8 opaque[56]; member in struct:src_ent
/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/lib/libresolv2/common/isc/
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/uts/common/io/ppp/spppcomp/
H A Dzlib.h399 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
400 typedef void (*free_func) OF((voidpf opaque, voidpf address));
419 voidpf opaque; member in struct:z_stream_s
433 * zalloc, zfree and opaque before calling the init function. All
437 * The opaque value provided by the application will be passed as the
440 * meaning to the opaque value.
504 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
524 * fields zalloc, zfree and opaque must be initialized before by
647 * zalloc, zfree and opaque must be initialized before by the caller.
746 * options. The fields next_in, zalloc, zfree and opaque mus
[all...]
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h121 unsigned opaque : 1; member in struct:__anon3233::__anon3234
135 unsigned opaque : 1; member in struct:__anon3235::__anon3236
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c883 * pointer to a opaque token.
886 au_to_opaque(char *opaque, short bytes) argument
901 adr_char(&adr, opaque, bytes);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.h45 intptr_t opaque[6]; member in struct:ss_vdir_s
53 intptr_t opaque[6]; member in struct:ss_cdir_s
61 intptr_t opaque; member in struct:ss_vol_s
69 intptr_t opaque; member in struct:s_resource_s
77 intptr_t opaque; member in struct:ss_resourcelist_s
H A Dsd_bcache.h272 intptr_t opaque[2]; /* must be initialized to 0 */ member in struct:sdbc_allocbuf_s
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c697 * pointer to au_membuf chain containing a opaque token.
700 au_to_opaque(short bytes, char *opaque) argument
717 (void) au_append_buf(opaque, bytes, token);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c2526 * Convenience routine which frees all strings and opaque data
2575 * For opaque types, a buffer is allocated using malloc(3C) to hold the
2576 * opaque data. A pointer to this buffer and its size are stored in
2579 * for unread opaque data are initialized to NULL.
2678 scf_opaque_t *opaque = prop->pv_ptr; local
2685 if ((opaque->so_addr = malloc(size)) == NULL) {
2689 opaque->so_size = size;
2690 ret = scf_value_get_opaque(v, opaque->so_addr, size);
2846 scf_opaque_t *opaque = prop->pv_ptr; local
2848 ret = scf_value_set_opaque(v[i], opaque
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h43 typedef struct lgrp_mem_policy_info { int opaque[2]; } lgrp_mem_policy_info_t; member in struct:lgrp_mem_policy_info
203 * The contents of this structure are opaque and should only be
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c807 dumpbzalloc(void *opaque, int items, int size) argument
812 ASSERT(opaque != NULL);
813 sz = opaque;
823 dumpbzfree(void *opaque, void *addr) argument
1062 hp->bzstream.opaque = &sz;
1067 hp->bzstream.opaque = NULL;

Completed in 131 milliseconds

12