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

/illumos-gate/usr/src/common/ctf/
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 &&
702 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) function

Completed in 58 milliseconds