Searched refs:args_types (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c278 mdb_ctf_id_t args_types[5]; local
301 if (mdb_ctf_func_args(&mfp, 5, args_types) == CTF_ERR)
305 int t = mdb_ctf_type_kind(args_types[i]);
309 mdb_ctf_type_size(args_types[i]) <= 16) {
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c369 ctf_id_t args_types[5]; local
403 if (ctf_func_args(ctfp, si.prs_id, 5, args_types) == CTF_ERR)
407 int t = ctf_type_kind(ctfp, args_types[i]);
410 ctf_type_size(ctfp, args_types[i]) <= 16)

Completed in 59 milliseconds