Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c72 ctf_decl_node_t *cdp, *ndp; in ctf_decl_fini()
79 ctf_free(cdp, sizeof (ctf_decl_node_t)); in ctf_decl_fini()
87 ctf_decl_node_t *cdp; in ctf_decl_push()
138 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) { in ctf_decl_push()
H A Dctf_impl.h133 } ctf_decl_node_t; typedef
H A Dctf_types.c302 ctf_decl_node_t *cdp; in ctf_type_qlname()