Symbol: getpcstack
usr/src/lib/libumem/common/misc.h
120
extern int getpcstack(uintptr_t *pcstack, int pcstack_limit,
usr/src/lib/libumem/common/umem.c
1376
_bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
usr/src/lib/libumem/common/umem_fail.c
91
uint_t nframes = getpcstack(cur_stack, ERR_STACK_FRAMES, 0);
usr/src/lib/libumem/common/vmem.c
348
vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
usr/src/uts/common/fs/smbsrv/smb_node.c
1383
anr->anr_depth = getpcstack(anr->anr_stack,
usr/src/uts/common/inet/ip/ip_if.c
3331
ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
usr/src/uts/common/inet/ip/ip_if.c
5053
tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH);
usr/src/uts/common/inet/ip/ip_if.c
6450
ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
usr/src/uts/common/inet/ip/ip_if.c
6640
ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
usr/src/uts/common/inet/ip/ip_if.c
6704
ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
usr/src/uts/common/inet/ip/ipclassifier.c
2720
ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH);
usr/src/uts/common/inet/ip/ipclassifier.c
2738
ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH);
usr/src/uts/common/inet/tcp.h
515
#define TCP_DEBUG_GETPCSTACK(buffer, depth) ((void) getpcstack(buffer, \
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_debug.c
353
depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_debug.c
53
extern int getpcstack(pc_t *, int);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3665
pd->pd_d_depth = getpcstack(pd->pd_d_stack, FC_STACK_DEPTH);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
3778
pd->pd_w_depth = getpcstack(pd->pd_w_stack, FC_STACK_DEPTH);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14740
ptgt->tgt_tmp_cnt_depth = getpcstack(ptgt->tgt_tmp_cnt_stack,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8032
pptr->port_finish_depth = getpcstack(pptr->port_finish_stack,
usr/src/uts/common/io/mac/mac.c
968
mip->mi_perim_stack_depth = getpcstack(mip->mi_perim_stack,
usr/src/uts/common/io/qede/qede_dbg.c
50
depth = getpcstack(&pcstack[0], 16);
usr/src/uts/common/io/stream.c
4314
ep->stk->fs_depth = getpcstack(ep->stk->fs_stk, FTSTK_DEPTH);
usr/src/uts/common/os/ddifm.c
234
depth = getpcstack(stack, DDI_FM_STKDEPTH);
usr/src/uts/common/os/devcfg.c
3421
da->da_depth = getpcstack(da->da_stack, DDI_STACK_DEPTH);
usr/src/uts/common/os/kmem.c
1477
_bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \
usr/src/uts/common/os/policy.c
276
depth = getpcstack(stack, MAXPRIVSTACK);
usr/src/uts/common/os/vmem.c
480
vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
usr/src/uts/common/sys/idm/idm_impl.h
100
anr->anr_depth = getpcstack(anr->anr_stack, \
usr/src/uts/common/sys/systm.h
274
int getpcstack(pc_t *, int);
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1944
gcl->gcl_stackdepth = getpcstack(gcl->gcl_stack, FM_STK_DEPTH);
usr/src/uts/intel/sys/traptrace.h
232
call getpcstack; \
usr/src/uts/intel/sys/traptrace.h
263
call getpcstack; \
usr/src/uts/sfmmu/vm/hat_sfmmu.h
1317
getpcstack(hmeblkp->hblk_audit_cache[audit_index].stack, \