Searched refs:getpcstack (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_fail.c91 uint_t nframes = getpcstack(cur_stack, ERR_STACK_FRAMES, 0);
H A Dmisc.h125 extern int getpcstack(uintptr_t *pcstack, int pcstack_limit,
H A Dgetpcstack.c56 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) function
H A Dvmem.c347 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
H A Dumem.c1376 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
/illumos-gate/usr/src/lib/libumem/
H A DMakefile.com80 getpcstack.o \
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dtraptrace.h232 call getpcstack; \
263 call getpcstack; \
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h669 _ix = getpcstack(&_p->stk[0], NODE_T_STK_DEPTH + 1); \
677 _ix = getpcstack(&_p->stk[1], NODE_T_STK_DEPTH); \
757 _ix = getpcstack(&_p->stk[0], DOOR_STK_DEPTH + 1); \
765 _ix = getpcstack(&_p->stk[1], DOOR_STK_DEPTH); \
1517 _ix = getpcstack(&_p->stk[0], NCA_CONN_T_STK_DEPTH + 1); \
1525 _ix = getpcstack(&_p->stk[1], NCA_CONN_T_STK_DEPTH); \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c58 extern int getpcstack(pc_t *, int);
296 depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH);
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_res.c256 n = getpcstack(pcs, TNF_PC_COUNT);
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h502 #define TCP_DEBUG_GETPCSTACK(buffer, depth) ((void) getpcstack(buffer, \
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h100 anr->anr_depth = getpcstack(anr->anr_stack, \
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c78 getpcstack(pc_t *pcstack, int pcstack_limit) function
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h267 int getpcstack(pc_t *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c234 depth = getpcstack(stack, DDI_FM_STKDEPTH);
H A Dvmem.c477 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack,
H A Dpolicy.c260 depth = getpcstack(stack, MAXPRIVSTACK);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2702 ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH);
2720 ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH);
H A Dip_if.c3329 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
5050 tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH);
6447 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
6637 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
6701 ipx->ipx_depth = getpcstack(ipx->ipx_stack, IPX_STACK_DEPTH);
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c1853 gcl->gcl_stackdepth = getpcstack(gcl->gcl_stack, FM_STK_DEPTH);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1306 anr->anr_depth = getpcstack(anr->anr_stack,
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c851 getpcstack(pc_t *pcstack, int pcstack_limit) function
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1317 getpcstack(hmeblkp->hblk_audit_cache[audit_index].stack, \
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3664 pd->pd_d_depth = getpcstack(pd->pd_d_stack, FC_STACK_DEPTH);
3777 pd->pd_w_depth = getpcstack(pd->pd_w_stack, FC_STACK_DEPTH);
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c4307 ep->stk->fs_depth = getpcstack(ep->stk->fs_stk, FTSTK_DEPTH);

Completed in 179 milliseconds

12