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

/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c201 ctf_type_qlname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, function
317 return (ctf_type_qlname(fp, type, buf, len, NULL));
327 ssize_t rv = ctf_type_qlname(fp, type, buf, len, NULL);
335 ssize_t rv = ctf_type_qlname(fp, type, buf, len, qname);

Completed in 43 milliseconds