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

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h107 typedef struct ctf_list { struct
108 struct ctf_list *l_prev; /* previous pointer or tail pointer */
109 struct ctf_list *l_next; /* next pointer or head pointer */

Completed in 47 milliseconds