Home
last modified time | relevance | path

Searched refs:mdb_ctf_funcinfo_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h61 } mdb_ctf_funcinfo_t; typedef
83 mdb_ctf_funcinfo_t *);
84 extern int mdb_ctf_func_args(const mdb_ctf_funcinfo_t *, uint_t,
H A Dmdb_ctf.c431 mdb_ctf_funcinfo_t *mfp) in mdb_ctf_func_info()
475 mdb_ctf_func_args(const mdb_ctf_funcinfo_t *funcp, uint_t len, in mdb_ctf_func_args()
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c226 mdb_ctf_funcinfo_t mfp; in mdb_amd64_kvm_stack_iter()