Home
last modified time | relevance | path

Searched refs:cd_n (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_decl.c150 cdp->cd_n = n; in ctf_decl_push()
HDctf_impl.h135 uint_t cd_n; /* type dimension if array */ member
HDctf_types.c385 ctf_decl_sprintf(&cd, "[%u]", cdp->cd_n); in ctf_type_qlname()
/freebsd-13-stable/sys/cddl/dev/fbt/
HDfbt.c765 uint_t cd_n; /* type dimension if array */ member
1009 cdp->cd_n = n; in ctf_decl_push()
1107 ctf_decl_sprintf(&cd, "[%u]", cdp->cd_n); in fbt_type_name()