Searched refs:mdb_ctf_offsetof (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/mdb/i86xpv/modules/xpv/ |
H A D | xpv.c | 155 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 D | random.c | 57 (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 D | mdb_ctf.h | 136 extern int mdb_ctf_offsetof(mdb_ctf_id_t, const char *, ulong_t *);
|
H A D | mdb_ctf.c | 880 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 D | mapfile-extern | 68 mdb_ctf_offsetof { FLAGS = EXTERN };
|
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 391 if (mdb_ctf_offsetof(id, "xc_state", &mbox_stoff) == -1) { in fetch_mbox()
|
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 91 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 D | pmcs.c | 221 if (mdb_ctf_offsetof(istm_ctfid, "tgtmap_dam", &tmd_offset) != 0) { in display_iport_damap()
|