Home
last modified time | relevance | path

Searched refs:bigsize (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c95 size_t bigsize = sizeof (*bigwad); in write_old_elfnotes() local
103 bigwad = kmem_alloc(bigsize, KM_SLEEP); in write_old_elfnotes()
187 kmem_free(bigwad, bigsize); in write_old_elfnotes()
H A Delf_notes.c203 size_t bigsize = MAX(psize, MAX(sizeof (*bigwad), in write_elfnotes() local
227 bigsize = MAX(bigsize, priv_get_implinfo_size()); in write_elfnotes()
229 bigwad = kmem_alloc(bigsize, KM_SLEEP); in write_elfnotes()
642 kmem_free(bigwad, bigsize); in write_elfnotes()
H A Delf.c2084 size_t bigsize, phdrsz, shdrsz; in elfcore() local
2142 bigsize = MAX(sizeof (Ehdr), MAX(phdrsz, shdrsz)); in elfcore()
2143 bigwad = kmem_alloc(bigsize, KM_SLEEP); in elfcore()
2365 kmem_free(bigwad, bigsize); in elfcore()
2553 kmem_free(bigwad, bigsize); in elfcore()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4266 bigsize = s * chunksize; in ztest_dmu_read_write()
4305 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
4376 (u_longlong_t)bigsize, in ztest_dmu_read_write()
4385 (u_longlong_t)bigsize, in ztest_dmu_read_write()
4409 umem_free(bigcheck, bigsize); in ztest_dmu_read_write()
4413 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
4533 bigsize = s * chunksize; in ztest_dmu_read_write_zcopy()
4584 umem_free(bigbuf, bigsize); in ztest_dmu_read_write_zcopy()
4626 (u_longlong_t)bigsize, in ztest_dmu_read_write_zcopy()
4680 umem_free(bigcheck, bigsize); in ztest_dmu_read_write_zcopy()
[all …]