mdb_ctf_offsetof
if (mdb_ctf_offsetof(id, member, &off) == -1) {
extern int mdb_ctf_offsetof(mdb_ctf_id_t, const char *, ulong_t *);
(mdb_ctf_offsetof(ctfid, "r_open_streams", &offset) == 0) &&
if (mdb_ctf_offsetof(id, "svc_pools", &offset)) {
if (mdb_ctf_offsetof(istm_ctfid, "tgtmap_dam", &tmd_offset) != 0) {
(mdb_ctf_offsetof(rndmag_id, "rm_stats", &rndmag_t_offset) != 0) ||
if (mdb_ctf_offsetof(id, "sv_session_list", &off) == -1)
if (mdb_ctf_offsetof(*idp, member, &off) == -1) {
if (mdb_ctf_offsetof(id, "zdm_msg", &off) == -1) {
if (mdb_ctf_offsetof(domain_type, "vcpu", &off)) {
if (mdb_ctf_offsetof(domain_type, "vcpu", &off)) {
if (mdb_ctf_offsetof(domain_type, "evtchn", &off)) {