Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c65 void *czd_buf; member
147 czd->czd_buf = ctf_data_alloc(czd->czd_allocsz); in ctf_zdata_init()
148 if (czd->czd_buf == MAP_FAILED) in ctf_zdata_init()
151 bcopy(fp->ctf_base, czd->czd_buf, sizeof (ctf_header_t)); in ctf_zdata_init()
153 cthp = czd->czd_buf; in ctf_zdata_init()
155 czd->czd_next = (void *)((uintptr_t)czd->czd_buf + in ctf_zdata_init()
179 bcopy(czd->czd_buf, ndata, off); in ctf_zdata_grow()
180 ctf_data_free(czd->czd_buf, czd->czd_allocsz); in ctf_zdata_grow()
182 czd->czd_buf = ndata; in ctf_zdata_grow()
263 ctf_data_free(czd->czd_buf, czd->czd_allocsz); in ctf_zdata_cleanup()
[all …]