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

/opensolaris-onvv-gate/usr/src/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.c90 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
93 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
113 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
116 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
138 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
141 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
155 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members);
158 for (; dmd != NULL; dmd = ctf_list_next(dmd)) {
220 for (size = 0, dtd = ctf_list_next(&fp->ctf_dtdefs);
221 dtd != NULL; dtd = ctf_list_next(dt
[all...]
H A Dctf_impl.h289 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next)) macro
H A Dctf_open.c813 for (dtd = ctf_list_next(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
814 ntd = ctf_list_next(dtd);
H A Dctf_types.c238 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
239 cdp != NULL; cdp = ctf_list_next(cdp)) {

Completed in 86 milliseconds