Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dctxop.c51 offset = mdb_ctf_offsetof_by_name("kthread_t", "t_ctx"); in ctxop_walk_init()
68 offset = mdb_ctf_offsetof_by_name("struct ctxop", "next"); in ctxop_walk_init()
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()
1544 segtree_addr = p->p_as + mdb_ctf_offsetof_by_name("struct as", in Pread_maps_gcore()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c136 o0 = mdb_ctf_offsetof_by_name("ucontext_t", "uc_mcontext"); in pt_regs()
137 o1 = mdb_ctf_offsetof_by_name("mcontext_t", "gregs"); in pt_regs()
H A Dproc_amd64dep.c181 o0 = mdb_ctf_offsetof_by_name("ucontext_t", "uc_mcontext"); in pt_regs()
182 o1 = mdb_ctf_offsetof_by_name("mcontext_t", "gregs"); in pt_regs()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h154 extern int mdb_ctf_offsetof_by_name(const char *, const char *);
H A Dmdb_ctf.c933 mdb_ctf_offsetof_by_name(const char *type, const char *member) in mdb_ctf_offsetof_by_name() function
H A Dmdb_print.c748 offset = mdb_ctf_offsetof_by_name(buf, member); in cmd_list()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2639 laddr = addr + mdb_ctf_offsetof_by_name(ZFS_STRUCT "zio", in zio_print_cb()
2642 laddr = addr + mdb_ctf_offsetof_by_name(ZFS_STRUCT "zio", in zio_print_cb()
2972 list_offset = mdb_ctf_offsetof_by_name("multilist_sublist_t", in multilist_walk_init()
3185 mdb_ctf_offsetof_by_name(ZFS_STRUCT "zio", "io_parent_list") + in zio_walk_root_step()
3186 mdb_ctf_offsetof_by_name("struct list", "list_head")) in zio_walk_root_step()
3408 off = mdb_ctf_offsetof_by_name("zfs_refcount_t", "rc_tree"); in zfs_refcount()
3416 off = mdb_ctf_offsetof_by_name("zfs_refcount_t", "rc_removed"); in zfs_refcount()
3862 mdb_ctf_offsetof_by_name(ZFS_STRUCT "zfs_acl", "z_acl"); in zfs_acl_node_walk_init()
4055 mdb_ctf_offsetof_by_name(ZFS_STRUCT "rrwlock", "rr_anon_rcount"), in rrwlock()
4060 mdb_ctf_offsetof_by_name(ZFS_STRUCT "rrwlock", "rr_linked_rcount"), in rrwlock()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c269 avl_off = mdb_ctf_offsetof_by_name( in nlm_host_walk_init()
412 head_off = mdb_ctf_offsetof_by_name( in nlm_vhold_walk_init()
544 head_off = mdb_ctf_offsetof_by_name( in nlm_slreq_walk_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c80 var = mdb_ctf_offsetof_by_name(#typ, #mem); \
607 lds_off = mdb_ctf_offsetof_by_name("smb_listener_daemon_t", in smb_server_exp_off_nbt_list()
629 lds_off = mdb_ctf_offsetof_by_name("smb_listener_daemon_t", in smb_server_exp_off_tcp_list()
2125 ht_off = mdb_ctf_offsetof_by_name("smb_server_t", "sv_lease_ht"); in smbsrv_leases_dcmd()
2480 ex_vfs_off = mdb_ctf_offsetof_by_name("smb_export_t", "e_vfs_list"); in smb_vfs_walk_init()
2643 wll_off = mdb_ctf_offsetof_by_name( in smbnode_dcmd()
3039 og_off = mdb_ctf_offsetof_by_name( in smbofile_oplock_dcmd()
3122 ol_off = mdb_ctf_offsetof_by_name( in smb_node_get_oplock()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern73 mdb_ctf_offsetof_by_name { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c922 offset = mdb_ctf_offsetof_by_name("uberdata_t", "all_lwps"); in ulwp_walk_init()