Searched defs:ctf_list (Results 1 – 4 of 4) sorted by relevance
775 typedef struct ctf_list { struct776 struct ctf_list *l_prev; /* previous pointer or tail pointer */ argument777 struct ctf_list *l_next; /* next pointer or head pointer */ argument
107 typedef struct ctf_list { struct108 struct ctf_list *l_prev; /* previous pointer or tail pointer */ argument109 struct ctf_list *l_next; /* next pointer or head pointer */ argument
149 typedef struct ctf_list struct151 struct ctf_list *l_prev; /* Previous pointer or tail pointer. */ argument152 struct ctf_list *l_next; /* Next pointer or head pointer. */ argument