Searched refs:ctf_list (Results 1 – 1 of 1) sorted by relevance
115 typedef struct ctf_list { struct116 struct ctf_list *l_prev; /* previous pointer or tail pointer */ argument117 struct ctf_list *l_next; /* next pointer or head pointer */ argument