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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h57 * opaque ctf_file_t. Types are identified by an opaque ctf_id_t token.
61 typedef long ctf_id_t; typedef
90 ctf_id_t ctm_type; /* type of struct or union member */
95 ctf_id_t ctr_contents; /* type of array contents */
96 ctf_id_t ctr_index; /* type of array index */
101 ctf_id_t ctc_return; /* function return type */
107 ctf_id_t ctb_typeidx; /* last type associated with the label */
113 * Functions that return integer status or a ctf_id_t use the following value
143 typedef int ctf_visit_f(const char *, ctf_id_t, ulong_t, int, void *);
144 typedef int ctf_member_f(const char *, ctf_id_t, ulong_
[all...]

Completed in 89 milliseconds