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

/freebsd-9.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.h124 } ctf_decl_node_t; typedef in typeref:struct:ctf_decl_node
H A Dctf_types.c206 ctf_decl_node_t *cdp;
/freebsd-9.3-release/sys/cddl/dev/fbt/
H A Dfbt.c896 } ctf_decl_node_t; typedef in typeref:struct:ctf_decl_node
974 ctf_decl_node_t *cdp, *ndp;
1050 ctf_decl_node_t *cdp;
1101 if ((cdp = malloc(sizeof (ctf_decl_node_t), M_FBT, M_WAITOK)) == NULL) {
1150 ctf_decl_node_t *cdp;

Completed in 115 milliseconds