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

/freebsd-10.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_decl.c74 ctf_decl_node_t *cdp, *ndp;
81 ctf_free(cdp, sizeof (ctf_decl_node_t));
89 ctf_decl_node_t *cdp;
140 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) {
H A Dctf_impl.h125 } ctf_decl_node_t; typedef in typeref:struct:ctf_decl_node
H A Dctf_types.c205 ctf_decl_node_t *cdp;
/freebsd-10.3-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c819 } ctf_decl_node_t; typedef in typeref:struct:ctf_decl_node
897 ctf_decl_node_t *cdp, *ndp;
973 ctf_decl_node_t *cdp;
1024 if ((cdp = malloc(sizeof (ctf_decl_node_t), M_FBT, M_WAITOK)) == NULL) {
1073 ctf_decl_node_t *cdp;
H A Dfbt.c889 } ctf_decl_node_t; typedef in typeref:struct:ctf_decl_node
967 ctf_decl_node_t *cdp, *ndp;
1043 ctf_decl_node_t *cdp;
1094 if ((cdp = malloc(sizeof (ctf_decl_node_t), M_FBT, M_WAITOK)) == NULL) {
1143 ctf_decl_node_t *cdp;

Completed in 118 milliseconds