/illumos-gate/usr/src/lib/libumem/common/ |
H A D | misc.h | 125 extern int getpcstack(uintptr_t *pcstack, int pcstack_limit,
|
H A D | umem_fail.c | 91 uint_t nframes = getpcstack(cur_stack, ERR_STACK_FRAMES, 0); in print_stacktrace()
|
H A D | getpcstack.c | 55 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) in getpcstack() function
|
H A D | vmem.c | 348 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack, in vmem_hash_insert()
|
H A D | umem.c | 1376 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | traptrace.h | 232 call getpcstack; \ 263 call getpcstack; \
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 53 extern int getpcstack(pc_t *, int); 353 depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH); in ql_stacktrace()
|
/illumos-gate/usr/src/lib/libumem/ |
H A D | Makefile.com | 82 getpcstack.o \
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | archdep.c | 78 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 273 int getpcstack(pc_t *, int);
|
/illumos-gate/usr/src/uts/common/sys/idm/ |
H A D | idm_impl.h | 100 anr->anr_depth = getpcstack(anr->anr_stack, \
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_dbg.c | 50 depth = getpcstack(&pcstack[0], 16); in qede_stacktrace()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp.h | 515 #define TCP_DEBUG_GETPCSTACK(buffer, depth) ((void) getpcstack(buffer, \
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddifm.c | 234 depth = getpcstack(stack, DDI_FM_STKDEPTH); in i_ddi_drv_ereport_post()
|
H A D | vmem.c | 480 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack, in vmem_hash_insert()
|
H A D | policy.c | 276 depth = getpcstack(stack, MAXPRIVSTACK); in priv_policy_errmsg()
|
H A D | kmem.c | 1477 _bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | archdep.c | 665 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() function
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 2720 ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH); in conn_trace_ref() 2738 ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH); in conn_untrace_ref()
|
H A D | ip_if.c | 3329 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH); in ipsq_init() 5051 tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH); in th_trace_rrecord() 6448 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH); in ipsq_dq() 6638 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH); in ipsq_enter() 6702 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH); in ipsq_try_enter_internal()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_node.c | 1383 anr->anr_depth = getpcstack(anr->anr_stack, in smb_node_audit()
|
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_mca.c | 1944 gcl->gcl_stackdepth = getpcstack(gcl->gcl_stack, FM_STK_DEPTH); in gcpu_mca_logout()
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1317 getpcstack(hmeblkp->hblk_audit_cache[audit_index].stack, \
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 3665 pd->pd_d_depth = getpcstack(pd->pd_d_stack, FC_STACK_DEPTH); in fctl_enlist_did_table() 3778 pd->pd_w_depth = getpcstack(pd->pd_w_stack, FC_STACK_DEPTH); in fctl_enlist_pwwn_table()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | stream.c | 4294 ep->stk->fs_depth = getpcstack(ep->stk->fs_stk, FTSTK_DEPTH); in str_ftevent()
|