Searched refs:z_alloc (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/opencrypto/
H A Ddeflate.h47 void *z_alloc(void *, u_int, u_int);
H A Ddeflate.c118 zbuf.zalloc = z_alloc;
250 z_alloc(nil, type, size) function
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c143 int32_t z_alloc; /* largest allocated full size of delay line */ member in struct:z_info
1348 if (info->z_delay == NULL || info->z_alloc < i ||
1349 i <= (info->z_alloc >> 1)) {
1355 info->z_alloc = i;
1386 if (info->z_alloc < 1024)
1388 "", info->z_alloc);
1389 else if (info->z_alloc < (1024 << 10))
1391 "", info->z_alloc >> 10);
1392 else if (info->z_alloc < (1024 << 20))
1394 "", info->z_alloc >> 2
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_ctf.c42 z_alloc(void *nil, u_int items, u_int size) function
286 zs.zalloc = z_alloc;
/freebsd-9.3-release/sys/netgraph/
H A Dng_deflate.c84 static void *z_alloc(void *, u_int items, u_int size);
257 priv->cx.zalloc = z_alloc;
426 z_alloc(void *notused, u_int items, u_int size) function
/freebsd-9.3-release/sys/geom/uncompress/
H A Dg_uncompress.c148 z_alloc(void *nil, u_int type, u_int size) function
585 sc->zs->zalloc = z_alloc;
/freebsd-9.3-release/sys/geom/uzip/
H A Dg_uzip.c104 z_alloc(void *nil, u_int type, u_int size) function
147 zs.zalloc = z_alloc;
/freebsd-9.3-release/sys/dev/mxge/
H A Dif_mxge.c684 z_alloc(void *nil, u_int items, u_int size) function
723 zs.zalloc = z_alloc;

Completed in 172 milliseconds