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

/xnu-2422.115.4/bsd/sys/
H A Dpthread_internal.h37 char opaque[48]; member in struct:ksyn_waitq_element
39 char opaque[32];
/xnu-2422.115.4/libkern/zlib/
H A Dzutil.c244 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
246 voidpf buf = opaque; /* just to make some compilers happy */
268 void zcfree (voidpf opaque, voidpf ptr) argument
286 ptr = opaque; /* just to make some compilers happy */
303 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
305 if (opaque) opaque = 0; /* to make compiler happy */
309 void zcfree (voidpf opaque, voidpf ptr) argument
311 if (opaque) opaque
[all...]
H A Dcompress.c75 stream.opaque = (voidpf)0;
H A Dzutil.h304 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
305 void zcfree OF((voidpf opaque, voidpf ptr));
309 (*((strm)->zalloc))((strm)->opaque, (items), (size))
310 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dinfback.c74 strm->opaque = (voidpf)0;
H A Dgzio.c140 s->stream.opaque = (voidpf)0;
H A Dinflate.c101 * - Changed inflateBack() interface to provide separate opaque descriptors
187 strm->opaque = (voidpf)0;
H A Ddeflate.c273 strm->opaque = (voidpf)0;
/xnu-2422.115.4/osfmk/i386/
H A Dlocks.h60 unsigned long opaque[10]; member in struct:__anon904
158 unsigned long opaque[2]; member in struct:__anon912
162 unsigned long opaque[10]; member in struct:__anon913
167 unsigned long opaque[2]; member in struct:__anon914
171 unsigned long opaque[10]; member in struct:__anon915
220 uint32_t opaque[3]; member in struct:__anon916
/xnu-2422.115.4/osfmk/kern/
H A Dkern_types.h46 struct wait_queue { unsigned int opaque[2]; uintptr_t opaquep[2]; } ; member in struct:wait_queue
48 struct wait_queue { unsigned char opaque[32]; }; member in struct:wait_queue
/xnu-2422.115.4/libkern/libkern/
H A Dzlib.h104 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
105 typedef void (*free_func) OF((voidpf opaque, voidpf address));
123 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
159 opaque before calling the init function. All other fields are set by the
162 The opaque value provided by the application will be passed as the first
165 opaque value.
234 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
252 zalloc, zfree and opaque must be initialized before by the caller.
375 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
517 fields next_in, zalloc, zfree and opaque mus
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h202 int16_t opaque; member in struct:FndrFileInfo
218 int16_t opaque; member in struct:FndrDirInfo
223 int8_t opaque[16]; member in struct:FndrOpaqueInfo
H A Dhfs_catalog.h280 char opaque[40]; member in struct:cat_cookie_t
282 char opaque[24];
/xnu-2422.115.4/osfmk/mach/
H A Dmemory_object_types.h420 opaque; /* use upl_page_xxx() accessor funcs */
427 unsigned int opaque[2]; /* use upl_page_xxx() accessor funcs */ member in struct:upl_page_info
/xnu-2422.115.4/bsd/kern/
H A Dkern_authorization.c1024 AUDIT_ARG(opaque, fsec, copysize);
H A Dkdebug.c1377 kdbg_resolve_map(thread_t th_act, void *opaque) argument
1380 krt_t *t = (krt_t *)opaque;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c4463 AUDIT_ARG(opaque, input, uap->size);

Completed in 97 milliseconds