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

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c66 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
118 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
168 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) function
351 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
399 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
512 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
608 ltype = ctf_type_resolve(lfp, ltype);
611 rtype = ctf_type_resolve(rfp, rtype);
659 if ((type = ctf_type_resolve(fp, type)) == CTF_ERR)
738 if ((type = ctf_type_resolve(f
[all...]

Completed in 45 milliseconds