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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c78 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
80 ndp = ctf_list_next(cdp);
149 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
H A Dctf_create.c92 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
95 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
115 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
118 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
140 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
143 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
157 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
160 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
271 for (size = 0, dtd = ctf_list_next(&fp->ctf_dtdefs);
272 dtd != NULL; dtd = ctf_list_next(dt
[all...]
H A Dctf_impl.h293 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
H A Dctf_types.c237 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
238 cdp != NULL; cdp = ctf_list_next(cdp)) {
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c615 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
712 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
714 ndp = ctf_list_next(cdp);
840 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
912 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
913 cdp != NULL; cdp = ctf_list_next(cdp)) {

Completed in 178 milliseconds