Lines Matching defs:cds_fp
39 ctf_dict_t *cds_fp;
59 return (ctf_set_errno (state->cds_fp, ENOMEM));
416 return (ctf_set_errno (state->cds_fp, errno));
418 if ((typestr = ctf_dump_format_type (state->cds_fp, info->ctb_type,
462 if ((typestr = ctf_dump_format_type (state->cds_fp, id,
491 return (ctf_set_errno (state->cds_fp, errno));
493 if ((typestr = ctf_dump_format_type (state->cds_fp, type,
569 ctf_dump_membstate_t membstate = { &str, state->cds_fp, NULL };
573 return (ctf_set_errno (state->cds_fp, ENOMEM));
576 if ((str = ctf_dump_format_type (state->cds_fp, id,
584 if (ctf_type_kind (state->cds_fp, id) == CTF_K_STRUCT
585 || ctf_type_kind (state->cds_fp, id) == CTF_K_UNION)
587 if ((ctf_type_visit (state->cds_fp, id, ctf_dump_member, &membstate)) < 0)
589 if (id == 0 || ctf_errno (state->cds_fp) == ECTF_NONREPRESENTABLE)
594 ctf_err_warn (state->cds_fp, 1, ctf_errno (state->cds_fp),
602 if (ctf_type_kind (state->cds_fp, id) == CTF_K_ENUM)
604 int enum_count = ctf_member_count (state->cds_fp, id);
611 while ((enumerand = ctf_enum_next (state->cds_fp, id,
634 if (ctf_errno (state->cds_fp) != ECTF_NEXT_END)
636 ctf_err_warn (state->cds_fp, 1, ctf_errno (state->cds_fp),
658 return ctf_set_errno (state->cds_fp, ENOMEM);
717 state->cds_fp = fp;