Searched refs:ctf_array_info (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c104 (void) ctf_array_info(fp, type, &ar);
H A Dctf_types.c378 if (ctf_array_info(fp, type, &ar) == CTF_ERR ||
411 if (ctf_array_info(fp, type, &r) == CTF_ERR)
631 return (ctf_array_info(lfp, ltype, &la) == 0 &&
632 ctf_array_info(rfp, rtype, &ra) == 0 &&
719 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) function
H A Dctf_create.c1403 if (ctf_array_info(src_fp, src_type, &src_ar) == CTF_ERR)
1417 if (ctf_array_info(dst_fp, dst_type, &dst_ar) != 0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h198 extern int ctf_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_print.c379 if (ctf_array_info(ctfp, base, &car) == CTF_ERR) {
H A Ddt_printf.c116 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
132 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
H A Ddt_options.c794 if (ctf_array_info(fp, type, &r) == CTF_ERR) {
H A Ddt_parser.c1000 if (kind == CTF_K_ARRAY && ctf_array_info(fp, base, &r) == 0 &&
1095 ctf_array_info(lfp, lbase, &r) == 0) {
1108 ctf_array_info(rfp, rbase, &r) == 0) {
2967 if (ctf_array_info(cp->dn_ctfp, type, &r) != 0) {
H A Ddt_cg.c204 if (ctf_array_info(ctfp, type, &r) != 0) {
H A Ddt_consume.c1710 if (ctf_array_info(cbdatap->dtt.dtt_ctfp, type, &arinfo) != 0)

Completed in 209 milliseconds