Searched refs:cd_nodes (Results 1 - 4 of 4) 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]);
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-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c633 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member in struct:ctf_decl
712 for (cdp = ctf_list_next(&cd->cd_nodes[i]);
840 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL)
856 ctf_list_prepend(&cd->cd_nodes[prec], cdp);
858 ctf_list_append(&cd->cd_nodes[prec], cdp);
912 for (cdp = ctf_list_next(&cd.cd_nodes[prec]);

Completed in 78 milliseconds