Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h138 extern int mdb_ctf_offsetof_by_name(const char *, const char *);
H A Dmdb_ctf.c891 mdb_ctf_offsetof_by_name(const char *type, const char *member) in mdb_ctf_offsetof_by_name() function
H A Dmdb_print.c747 offset = mdb_ctf_offsetof_by_name(buf, member); in cmd_list()
/titanic_53/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2091 laddr = addr + mdb_ctf_offsetof_by_name(ZFS_STRUCT "zio", in zio_print_cb()
2094 laddr = addr + mdb_ctf_offsetof_by_name(ZFS_STRUCT "zio", in zio_print_cb()
2376 mdb_ctf_offsetof_by_name(ZFS_STRUCT "zio", "io_parent_list") + in zio_walk_root_step()
2377 mdb_ctf_offsetof_by_name("struct list", "list_head")) in zio_walk_root_step()
2606 off = mdb_ctf_offsetof_by_name("refcount_t", "rc_list"); in refcount()
2614 off = mdb_ctf_offsetof_by_name("refcount_t", "rc_removed"); in refcount()
3060 mdb_ctf_offsetof_by_name(ZFS_STRUCT "zfs_acl", "z_acl"); in zfs_acl_node_walk_init()
3253 mdb_ctf_offsetof_by_name(ZFS_STRUCT "rrwlock", "rr_anon_rcount"), in rrwlock()
3258 mdb_ctf_offsetof_by_name(ZFS_STRUCT "rrwlock", "rr_linked_rcount"), in rrwlock()
/titanic_53/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c130 o0 = mdb_ctf_offsetof_by_name("ucontext_t", "uc_mcontext"); in pt_regs()
131 o1 = mdb_ctf_offsetof_by_name("mcontext_t", "gregs"); in pt_regs()
H A Dproc_amd64dep.c175 o0 = mdb_ctf_offsetof_by_name("ucontext_t", "uc_mcontext"); in pt_regs()
176 o1 = mdb_ctf_offsetof_by_name("mcontext_t", "gregs"); in pt_regs()
/titanic_53/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern69 mdb_ctf_offsetof_by_name { FLAGS = EXTERN };
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c474 segtree_addr = as_addr + mdb_ctf_offsetof_by_name("struct as", in gcore_as_segat()
607 wp_addr = as_addr + mdb_ctf_offsetof_by_name("struct as", "a_wpage"); in gcore_getwatchprot()
1543 segtree_addr = p->p_as + mdb_ctf_offsetof_by_name("struct as", in Pread_maps_gcore()