Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c592 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()
593 ntd = ctf_list_prev(dtd); in ctf_discard()
1103 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members); in ctf_add_member()
1347 for (dtd = ctf_list_prev(&dst_fp->ctf_dtdefs); dtd != NULL && in ctf_add_type()
1349 dtd = ctf_list_prev(dtd)) { in ctf_add_type()
H A Dctf_impl.h292 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
H A Dctf_open.c907 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()
908 ntd = ctf_list_prev(dtd); in ctf_close()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h678 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h678 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c780 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro