HomeSort by relevance Sort by last modified time
    Searched refs:cte (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
contract.c 145 ct_kevent_t cte; local
154 if (mdb_vread(&cte, sizeof (cte), addr) != sizeof (cte)) {
159 mdb_printf("%12p %8llu %12p %6d %12p %12p %b\n", addr, cte.cte_id,
160 cte.cte_contract, cte.cte_type, cte.cte_data, cte.cte_gdata,
161 cte.cte_flags, ct_event_flags)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
mime.c 118 char *cte; local
160 cte = NULL;
165 cte = sm_rpool_strdup_x(e->e_rpool, buf);
244 if (wordinclass(buf, 'n') || (cte != NULL && !wordinclass(cte, 'e')))
491 sm_dprintf("mime8to7: %ld high bit(s) in %ld byte(s), cte=%s, type=%s/%s\n",
493 cte == NULL ? "[none]" : cte,
497 if (cte != NULL && sm_strcasecmp(cte, "binary") == 0
1040 char *cte; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_decl.c 517 ctf_encoding_t cte; local
591 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
592 IS_VOID(cte)) {
597 if (dnp->dn_value > cte.cte_bits) {
602 cte.cte_offset = 0;
603 cte.cte_bits = (uint_t)dnp->dn_value;
607 dtt.dtt_type, n, sizeof (n)), &cte);
dt_parser.c 1504 ctf_encoding_t cte; local
    [all...]
  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
ctf.c 243 ctf_enum_t cte; local
373 cte.cte_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset);
374 cte.cte_value = ep->el_number;
375 ctf_buf_write(b, &cte, sizeof (cte));
924 ctf_enum_t *cte; local
1072 cte = (ctf_enum_t *)dptr;
1076 (*epp)->el_name = xstrdup(sbuf + cte->cte_name);
1077 (*epp)->el_number = cte->cte_value;
  /onnv/onnv-gate/usr/src/common/ctf/
ctf_create.c 139 ctf_enum_t cte; local
142 cte.cte_name = soff;
143 cte.cte_value = dmd->dmd_value;
145 bcopy(&cte, t, sizeof (cte));
146 t += sizeof (cte);
    [all...]
ctf_open.c 354 ctf_encoding_t cte; local
374 &cte) == 0 && cte.cte_bits == 0) {

Completed in 600 milliseconds