Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c289 fip->ctc_flags = 0; in ctf_func_info()
292 fip->ctc_flags |= CTF_FUNC_VARARG; in ctf_func_info()
H A Dctf_create.c899 if (ctc == NULL || (ctc->ctc_flags & ~CTF_FUNC_VARARG) != 0 || in ctf_add_function()
904 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
938 if (ctc->ctc_flags & CTF_FUNC_VARARG) in ctf_add_function()
1599 ctc.ctc_flags = 0; in ctf_add_type()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h107 uint_t ctc_flags; /* function attributes (see below) */ member
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c1505 ctc.ctc_flags = 0; in dt_vopen()