Home
last modified time | relevance | path

Searched refs:cd_kind (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.h60 uint_t cd_kind; member
H A Dcheck-common.c306 if (kind != tests->cd_kind) { in ctftest_check_descent()
310 "symbol %s", layer, kind, tests->cd_kind, in ctftest_check_descent()
/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c144 cdp->cd_kind = kind; in ctf_decl_push()
H A Dctf_impl.h131 uint_t cd_kind; /* type kind */ member
H A Dctf_types.c350 switch (cdp->cd_kind) { in ctf_type_qlname()
419 k = cdp->cd_kind; in ctf_type_qlname()