Home
last modified time | relevance | path

Searched defs:allocsize (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/powerpc/pseries/
H A Dplpar_iommu.c169 bus_size_t allocsize; in phyp_iommu_map() local
/freebsd-12.1/bin/sh/
H A Dmemalloc.c140 int allocsize; in stnewblock() local
/freebsd-12.1/sys/dev/sound/pcm/
H A Dbuffer.c166 unsigned int bufsize, allocsize; in sndbuf_resize() local
216 unsigned int bufsize, allocsize; in sndbuf_remalloc() local
H A Dbuffer.h46 unsigned int bufsize, maxsize, allocsize; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c749 int64_t allocsize = *allocbuf; in zcp_lua_alloc() local
759 int64_t allocsize = nsize + sizeof (int64_t); in zcp_lua_alloc() local
/freebsd-12.1/sbin/restore/
H A Dsymtab.c377 #define allocsize(size) roundup2((size) + 1, STRTBLINCR) macro
/freebsd-12.1/usr.bin/rs/
H A Drs.c85 static int allocsize = BUFSIZ; variable
/freebsd-12.1/contrib/binutils/bfd/
H A Darchive.c377 bfd_size_type allocsize = sizeof (struct areltdata) + sizeof (struct ar_hdr); in _bfd_generic_read_ar_hdr_mag() local
/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c6429 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() local