Searched refs:cd_nodes (Results 1 - 5 of 5) 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]);
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.h128 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member in struct:ctf_decl
H A Dctf_types.c237 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c822 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member in struct:ctf_decl
901 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
1033 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
1049 ctf_list_prepend(&cd->cd_nodes[prec], cdp);
1051 ctf_list_append(&cd->cd_nodes[prec], cdp);
1105 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);
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 103 milliseconds