Searched refs:cth_strlen (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c119 if (offset >= hp->cth_strlen)
198 (void) printf(" cth_strlen = %u\n", hp->cth_strlen);
636 size_t n, off, len = hp->cth_strlen;
644 if (hp->cth_stroff + hp->cth_strlen > cd->cd_ctflen)
645 WARN("file is truncated or cth_strlen is corrupt\n");
962 if ((buf = malloc(hp->cth_stroff + hp->cth_strlen)) == NULL)
969 zstr.avail_out = hp->cth_stroff + hp->cth_strlen;
980 if (zstr.total_out != hp->cth_stroff + hp->cth_strlen)
984 cd.cd_ctflen = hp->cth_stroff + hp->cth_strlen;
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h128 uint_t cth_strlen; /* length of string section in bytes */ member in struct:ctf_header
143 uint_t cth_strlen; member in struct:ctf_header_v1
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c604 hp.cth_strlen = h1p->cth_strlen;
610 size = hp.cth_stroff + hp.cth_strlen;
705 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen;
H A Dctf_create.c312 hdr.cth_strlen = fp->ctf_dtstrlen;
313 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c739 h.cth_strlen = strtab_size(&buf->ctb_strtab);
750 SWAP_32(h.cth_strlen);
1372 ctfdatasz = h->cth_stroff + h->cth_strlen;
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c773 if (name < 0 || name >= hp->cth_strlen)

Completed in 143 milliseconds