Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/exec/elf/
H A Dold_notes.c117 size_t bigsize = MAX(sizeof (*bigwad), (size_t)xregsize); in write_old_elfnotes() local
125 bigwad = kmem_alloc(bigsize, KM_SLEEP); in write_old_elfnotes()
238 kmem_free(bigwad, bigsize); in write_old_elfnotes()
H A Delf_notes.c190 size_t bigsize = MAX(psize, MAX(sizeof (*bigwad), in write_elfnotes() local
214 bigsize = MAX(bigsize, priv_get_implinfo_size()); in write_elfnotes()
216 bigwad = kmem_alloc(bigsize, KM_SLEEP); in write_elfnotes()
578 kmem_free(bigwad, bigsize); in write_elfnotes()
H A Delf.c1768 size_t bigsize; in elfcore() local
1813 bigsize = MAX(sizeof (*bigwad), MAX(phdrsz, shdrsz)); in elfcore()
1814 bigwad = kmem_alloc(bigsize, KM_SLEEP); in elfcore()
2018 kmem_free(bigwad, bigsize); in elfcore()
2179 kmem_free(bigwad, bigsize); in elfcore()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c3544 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; in ztest_dmu_read_write() local
3610 bigsize = s * chunksize; in ztest_dmu_read_write()
3613 bigbuf = umem_alloc(bigsize, UMEM_NOFAIL); in ztest_dmu_read_write()
3627 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf, in ztest_dmu_read_write()
3639 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
3641 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
3649 umem_free(bigbuf, bigsize); in ztest_dmu_read_write()
3681 ASSERT((uintptr_t)bigH - (uintptr_t)bigbuf < bigsize); in ztest_dmu_read_write()
3682 ASSERT((uintptr_t)bigT - (uintptr_t)bigbuf < bigsize); in ztest_dmu_read_write()
3720 (u_longlong_t)bigsize, in ztest_dmu_read_write()
[all …]