/titanic_41/usr/src/lib/libumem/common/ |
H A D | misc.h | 134 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 | 56 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) in getpcstack() function
|
H A D | vmem.c | 347 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack, in vmem_hash_insert()
|
H A D | umem.c | 1372 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
|
/titanic_41/usr/src/uts/intel/ia32/sys/ |
H A D | traptrace.h | 232 call getpcstack; \ 263 call getpcstack; \
|
/titanic_41/usr/src/lib/libumem/ |
H A D | Makefile.com | 80 getpcstack.o \
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 669 _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); \
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 58 extern int getpcstack(pc_t *, int); 296 depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH); in ql_stacktrace()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | archdep.c | 78 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() function
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_res.c | 256 n = getpcstack(pcs, TNF_PC_COUNT); in pcstack()
|
/titanic_41/usr/src/uts/common/sys/idm/ |
H A D | idm_impl.h | 100 anr->anr_depth = getpcstack(anr->anr_stack, \
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | systm.h | 267 int getpcstack(pc_t *, int);
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp.h | 502 #define TCP_DEBUG_GETPCSTACK(buffer, depth) ((void) getpcstack(buffer, \
|
/titanic_41/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 | 477 vsp->vs_depth = (uint8_t)getpcstack(vsp->vs_stack, in vmem_hash_insert()
|
H A D | policy.c | 260 depth = getpcstack(stack, MAXPRIVSTACK); in priv_policy_errmsg()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 2702 ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH); in conn_trace_ref() 2720 ctb->ctb_depth = getpcstack(ctb->ctb_stack, CONN_STACK_DEPTH); in conn_untrace_ref()
|
/titanic_41/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_mca.c | 1853 gcl->gcl_stackdepth = getpcstack(gcl->gcl_stack, FM_STK_DEPTH); in gcpu_mca_logout()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_node.c | 1298 anr->anr_depth = getpcstack(anr->anr_stack, in smb_node_audit()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_resource.c | 1162 rldb->db_stackheight = getpcstack(rldb->db_stack, in cachefs_rl_debug_save()
|
H A D | cachefs_subr.c | 2771 cdb->cdb_depth = getpcstack(cdb->cdb_stack, CACHEFS_DEBUG_DEPTH); in cachefs_debug_save()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 851 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() function
|
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1326 getpcstack(hmeblkp->hblk_audit_cache[audit_index].stack, \
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 3664 pd->pd_d_depth = getpcstack(pd->pd_d_stack, FC_STACK_DEPTH); in fctl_enlist_did_table() 3777 pd->pd_w_depth = getpcstack(pd->pd_w_stack, FC_STACK_DEPTH); in fctl_enlist_pwwn_table()
|