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

/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h56 * which are tuples combining a fasttrap_id_t and a fasttrap_tracepoint_t.
58 * and it contains two lists of fasttrap_id_t structures (to be fired pre-
96 typedef struct fasttrap_id fasttrap_id_t; typedef in typeref:struct:fasttrap_id
102 fasttrap_id_t *fti_next; /* enabled probe list on tp */
107 fasttrap_id_t fit_id;
136 fasttrap_id_t *ftt_ids; /* NULL-terminated list */
137 fasttrap_id_t *ftt_retids; /* NULL-terminated list */

Completed in 46 milliseconds