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

/freebsd-10.0-release/sys/kern/
H A Dsubr_busdma_bufalloc.c74 uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags)
106 if (alloc_func != NULL)
107 uma_zone_set_allocf(bz->umazone, alloc_func);
73 busdma_bufalloc_create(const char *name, bus_size_t minimum_alignment, uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags) argument
H A Dkern_gzio.c109 s->stream.zalloc = (alloc_func)gz_alloc;
/freebsd-10.0-release/lib/libz/
H A Duncompr.c42 stream.zalloc = (alloc_func)0;
H A Dcompress.c42 stream.zalloc = (alloc_func)0;
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h130 # define alloc_func z_alloc_func macro
H A Dinfback.c44 if (strm->zalloc == (alloc_func)0) {
H A Dinflate.c194 if (strm->zalloc == (alloc_func)0) {
1449 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Ddeflate.c240 if (strm->zalloc == (alloc_func)0) {
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/freebsd-10.0-release/sys/net/
H A Dzlib.h273 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
290 alloc_func zalloc; /* used to allocate the internal state */
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h79 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); typedef
96 alloc_func zalloc; /* used to allocate the internal state */
H A Dinflate.c164 if (strm->zalloc == (alloc_func)0) {
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
H A Ddeflate.c249 if (strm->zalloc == (alloc_func)0) {
369 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/freebsd-10.0-release/lib/libz/test/
H A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c320 stream.zalloc = (alloc_func)0;
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c563 rb->rb_zstr.zalloc = (alloc_func)0;
1319 zstr.zalloc = (alloc_func)0;
/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.c1989 outgoing_stream.zalloc = (alloc_func)mm_zalloc;
1993 incoming_stream.zalloc = (alloc_func)mm_zalloc;

Completed in 132 milliseconds