Home
last modified time | relevance | path

Searched refs:ctf_decl_node_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/ctf/
H A Dctf_decl.c74 ctf_decl_node_t *cdp, *ndp; in ctf_decl_fini()
81 ctf_free(cdp, sizeof (ctf_decl_node_t)); in ctf_decl_fini()
89 ctf_decl_node_t *cdp; in ctf_decl_push()
140 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) { in ctf_decl_push()
H A Dctf_impl.h125 } ctf_decl_node_t; typedef
H A Dctf_types.c205 ctf_decl_node_t *cdp; in ctf_type_qlname()