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.c244 size_t bigsize = MAX(psize, MAX(sizeof (*bigwad), in write_elfnotes() local
268 bigsize = MAX(bigsize, priv_get_implinfo_size()); in write_elfnotes()
270 bigwad = kmem_alloc(bigsize, KM_SLEEP); in write_elfnotes()
692 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.c4198 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; in ztest_dmu_read_write() local
4266 bigsize = s * chunksize; in ztest_dmu_read_write()
4269 bigbuf = umem_alloc(bigsize, UMEM_NOFAIL); in ztest_dmu_read_write()
4283 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf, in ztest_dmu_read_write()
4295 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
4297 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
4305 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
4337 ASSERT((uintptr_t)bigH - (uintptr_t)bigbuf < bigsize); in ztest_dmu_read_write()
4338 ASSERT((uintptr_t)bigT - (uintptr_t)bigbuf < bigsize); in ztest_dmu_read_write()
4376 (u_longlong_t)bigsize, in ztest_dmu_read_write()
[all …]