Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c3173 *ndies = *ndies + 1; in ctf_dwarf_count_dies()
3200 VERIFY3U(i, <, ndies); in ctf_dwarf_preinit_dies()
3211 if (ndies > 1) { in ctf_dwarf_preinit_dies()
3579 uint_t ndies, i, bsize, nthrs; in ctf_dwarf_convert() local
3609 ndies = 0; in ctf_dwarf_convert()
3614 if (ndies == 0) { in ctf_dwarf_convert()
3627 bzero(cdies, sizeof (ctf_cu_t) * ndies); in ctf_dwarf_convert()
3647 if (ndies == 1) { in ctf_dwarf_convert()
3663 nthrs = min(ndies, cch->cch_nthreads); in ctf_dwarf_convert()
3664 bsize = min(ndies, cch->cch_batchsize); in ctf_dwarf_convert()
[all …]