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

/freebsd-10.1-release/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-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c804 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
901 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
903 ndp = ctf_list_next(cdp);
1033 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
1105 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
1106 cdp != NULL; cdp = ctf_list_next(cdp)) {
H A Dfbt.c881 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
978 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
980 ndp = ctf_list_next(cdp);
1110 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
1182 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
1183 cdp != NULL; cdp = ctf_list_next(cdp)) {

Completed in 178 milliseconds