Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_stack.h37 extern mdb_stack_frame_hdl_t *mdb_stack_frame_init(mdb_tgt_t *, uint_t,
H A Dmdb_stack.c43 mdb_stack_frame_init(mdb_tgt_t *tgt, uint_t arglim, in mdb_stack_frame_init() function
H A Dmdb_proc.c1074 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in pt_stack_common()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c104 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in kt_stack_common()
H A Dkvm_ia32dep.c102 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in kt_stack_common()
H A Dmdb_bhyve.c388 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 Dmapfile-extern167 mdb_stack_frame_init { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c165 if ((hdl = mdb_stack_frame_init(t, arglim, sflags)) == NULL) { in kmt_stack_common()