Home
last modified time | relevance | path

Searched refs:mdb_ctf_offsetof (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/mdb/i86xpv/modules/xpv/
H A Dxpv.c155 if (mdb_ctf_offsetof(domain_type, "vcpu", &off)) { in vcpu_walk_init()
226 if (mdb_ctf_offsetof(domain_type, "vcpu", &off)) { in domain()
231 if (mdb_ctf_offsetof(domain_type, "evtchn", &off)) { in domain()
/titanic_41/usr/src/cmd/mdb/common/modules/random/
H A Drandom.c57 (mdb_ctf_offsetof(rndmag_id, "rm_stats", &rndmag_t_offset) != 0) || in rnd_get_stats()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h136 extern int mdb_ctf_offsetof(mdb_ctf_id_t, const char *, ulong_t *);
H A Dmdb_ctf.c880 mdb_ctf_offsetof(mdb_ctf_id_t id, const char *member, ulong_t *retp) in mdb_ctf_offsetof() function
899 if (mdb_ctf_offsetof(id, member, &off) == -1) { in mdb_ctf_offsetof_by_name()
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern68 mdb_ctf_offsetof { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c391 if (mdb_ctf_offsetof(id, "xc_state", &mbox_stoff) == -1) { in fetch_mbox()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c91 if (mdb_ctf_offsetof(*idp, member, &off) == -1) { in getmember()
893 if (mdb_ctf_offsetof(id, "zdm_msg", &off) == -1) { in dbgmsg_cb()
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c221 if (mdb_ctf_offsetof(istm_ctfid, "tgtmap_dam", &tmd_offset) != 0) { in display_iport_damap()