Searched refs:cd_nodes (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c78 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
149 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
165 ctf_list_prepend(&cd->cd_nodes[prec], cdp);
167 ctf_list_append(&cd->cd_nodes[prec], cdp);
H A Dctf_impl.h127 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member in struct:ctf_decl
H A Dctf_types.c238 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
/freebsd-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c899 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member in struct:ctf_decl
978 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
1110 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
1126 ctf_list_prepend(&cd->cd_nodes[prec], cdp);
1128 ctf_list_append(&cd->cd_nodes[prec], cdp);
1182 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);

Completed in 165 milliseconds