Searched refs:dt_encoding (Results 1 – 4 of 4) sorted by relevance
370 dtp->dt_encoding = DT_ENCODING_ASCII; in dt_opt_encoding()372 dtp->dt_encoding = DT_ENCODING_UTF8; in dt_opt_encoding()
314 uint_t dt_encoding; /* dtrace output encoding (see below) */ member
649 if (dtp->dt_encoding == DT_ENCODING_UTF8) { in dt_print_quantline()725 if (dtp->dt_encoding == DT_ENCODING_ASCII) { in dt_print_packed()727 } else if (dtp->dt_encoding == DT_ENCODING_UTF8) { in dt_print_packed()
1224 dtp->dt_encoding = DT_ENCODING_UNSET; in dt_vopen()