Searched defs:cte (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c365 ctf_encoding_t cte; local
385 &cte) == 0 && cte.cte_bits == 0) {
H A Dctf_create.c142 ctf_enum_t cte; local
145 cte.cte_name = soff;
146 cte.cte_value = dmd->dmd_value;
148 bcopy(&cte, t, sizeof (cte));
149 t += sizeof (cte);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c516 ctf_encoding_t cte; local
590 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
591 IS_VOID(cte)) {
596 if (dnp->dn_value > cte.cte_bits) {
601 cte.cte_offset = 0;
602 cte.cte_bits = (uint_t)dnp->dn_value;
606 dtt.dtt_type, n, sizeof (n)), &cte);
H A Ddt_parser.c1508 ctf_encoding_t cte; local
1649 &cte) == 0 && IS_VOID(cte)) {

Completed in 81 milliseconds