Searched refs:ctf_list_prev (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h292 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
H A Dctf_create.c585 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
589 ntd = ctf_list_prev(dtd);
1093 ctf_dmdef_t *lmd = ctf_list_prev(&dtd->dtd_u.dtu_members);
1330 for (dtd = ctf_list_prev(&dst_fp->ctf_dtdefs); dtd != NULL &&
1332 dtd = ctf_list_prev(dtd)) {
H A Dctf_open.c904 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
905 ntd = ctf_list_prev(dtd);
/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c803 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro
H A Dfbt.c880 #define ctf_list_prev(elem) ((void *)(((ctf_list_t *)(elem))->l_prev)) macro

Completed in 114 milliseconds