Searched refs:mdb_stack_frame_init (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_stack.h | 37 extern mdb_stack_frame_hdl_t *mdb_stack_frame_init(mdb_tgt_t *, uint_t,
|
H A D | mdb_stack.c | 43 mdb_stack_frame_init(mdb_tgt_t *tgt, uint_t arglim, in mdb_stack_frame_init() function
|
H A D | mdb_proc.c | 1074 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in pt_stack_common()
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | kvm_amd64dep.c | 104 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in kt_stack_common()
|
H A D | kvm_ia32dep.c | 102 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in kt_stack_common()
|
H A D | mdb_bhyve.c | 388 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in bhyve_stack_common()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/ |
H A D | mapfile-extern | 167 mdb_stack_frame_init { FLAGS = EXTERN };
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_isadep.c | 165 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in kmt_stack_common()
|