Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c689 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()
690 ntd = ctf_list_prev(dtd); in ctf_discard()
1198 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members); in ctf_add_member()
1485 for (dtd = ctf_list_prev(&dst_fp->ctf_dtdefs); dtd != NULL && in ctf_add_type()
1487 dst_fp->ctf_dtoldid; dtd = ctf_list_prev(dtd)) { in ctf_add_type()
H A Dctf_impl.h325 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
H A Dctf_open.c1064 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()
1065 ntd = ctf_list_prev(dtd); in ctf_close()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c741 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro