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 D | mdb_ctf.h | 138 extern int mdb_ctf_offsetof_by_name(const char *, const char *);
|
H A D | mdb_ctf.c | 891 mdb_ctf_offsetof_by_name(const char *type, const char *member) in mdb_ctf_offsetof_by_name() function
|
H A D | mdb_print.c | 747 offset = mdb_ctf_offsetof_by_name(buf, member); in cmd_list()
|
/titanic_53/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 2091 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 D | proc_ia32dep.c | 130 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 D | proc_amd64dep.c | 175 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 D | mapfile-extern | 69 mdb_ctf_offsetof_by_name { FLAGS = EXTERN };
|
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 474 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()
|