Searched refs:ctf_list_prev (Results 1 – 5 of 5) sorted by relevance
585 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()586 ntd = ctf_list_prev(dtd); in ctf_discard()1093 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members); in ctf_add_member()1337 for (dtd = ctf_list_prev(&dst_fp->ctf_dtdefs); dtd != NULL && in ctf_add_type()1339 dtd = ctf_list_prev(dtd)) { in ctf_add_type()
292 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
904 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()905 ntd = ctf_list_prev(dtd); in ctf_close()
803 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
873 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro