Home
last modified time | relevance | path

Searched refs:ctf_list_prev (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c910 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()
911 ntd = ctf_list_prev(dtd); in ctf_close()
915 for (dsd = ctf_list_prev(&fp->ctf_dsdefs); dsd != NULL; dsd = nsd) { in ctf_close()
916 nsd = ctf_list_prev(dsd); in ctf_close()
920 for (dld = ctf_list_prev(&fp->ctf_dldefs); dld != NULL; dld = nld) { in ctf_close()
921 nld = ctf_list_prev(dld); in ctf_close()
H A Dctf_impl.h278 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
H A Dctf_create.c939 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()
940 ntd = ctf_list_prev(dtd); in ctf_discard()
1540 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members); in ctf_add_member()
1781 for (dtd = ctf_list_prev(&dst_fp->ctf_dtdefs); dtd != NULL && in ctf_add_type()
1783 dtd = ctf_list_prev(dtd)) { in ctf_add_type()