Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c288 fip->ctc_argc = n; in ctf_func_info()
293 fip->ctc_argc--; in ctf_func_info()
318 for (argc = MIN(argc, f.ctc_argc); argc != 0; argc--) in ctf_func_args()
H A Dctf_create.c900 (ctc->ctc_argc != 0 && argv == NULL)) in ctf_add_function()
903 vlen = ctc->ctc_argc; in ctf_add_function()
915 for (i = 0; i < ctc->ctc_argc; i++) { in ctf_add_function()
934 for (i = 0; i < ctc->ctc_argc; i++) in ctf_add_function()
937 bcopy(argv, vdat, sizeof (ctf_id_t) * ctc->ctc_argc); in ctf_add_function()
1598 ctc.ctc_argc = 0; in ctf_add_type()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h106 uint_t ctc_argc; /* number of typed arguments to function */ member
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c984 *nargs = MIN(args, f.ctc_argc); in dt_pid_get_types()
H A Ddt_open.c1504 ctc.ctc_argc = 0; in dt_vopen()