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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h118 struct ctf_list *l_prev; /* previous pointer or tail pointer */ member in struct:ctf_list
299 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev))

Completed in 45 milliseconds