Home
last modified time | relevance | path

Searched refs:pc_t (Results 1 – 25 of 38) sorted by relevance

12

/titanic_44/usr/src/uts/sparc/os/
H A Darchdep.c70 extern int getpcstack_top(pc_t *pcstack, int limit, uintptr_t *lastfp,
71 pc_t *lastpc);
78 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack()
82 pc_t nextpc; in getpcstack()
85 pc_t pcswin[MAXWIN]; in getpcstack()
133 nextpc = (pc_t)fp->fr_savpc; in getpcstack()
/titanic_44/usr/src/uts/common/tnf/
H A Dtnf_res.c251 static pc_t *
252 pcstack(pc_t *pcs) in pcstack()
285 pc_t pcs[TNF_PC_COUNT + 1]; in tnf_thread_switch()
308 tnf_symbols, stack, (pc_t *)pcstack(pcs)); in tnf_thread_switch()
/titanic_44/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c43 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack()
62 pcstack[depth++] = (pc_t)intrpc; in dtrace_getpcstack()
94 pcstack[depth++] = (pc_t)caller; in dtrace_getpcstack()
99 pcstack[depth++] = (pc_t)pc; in dtrace_getpcstack()
431 if (fp->fr_savpc == (pc_t)dtrace_invop_callsite) { in dtrace_getarg()
H A Dsdt.c319 if (fp->fr_savpc == (pc_t)dtrace_invop_callsite) { in sdt_getarg()
/titanic_44/usr/src/uts/common/sys/
H A Dsystm.h49 typedef uint32_t pc_t; typedef
51 typedef uintptr_t pc_t;
267 int getpcstack(pc_t *, int);
H A Dkmem_impl.h139 pc_t bc_stack[KMEM_STACK_DEPTH]; /* pc stack */
159 pc_t bt_history[1]; /* zero or more callers */
H A Dvmem_impl.h66 pc_t vs_stack[VMEM_STACK_DEPTH];
H A Dstrft.h91 pc_t fs_stk[FTSTK_DEPTH];
H A Dautoconf.h180 pc_t da_stack[DDI_STACK_DEPTH];
H A Ddtrace_impl.h1262 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/titanic_44/usr/src/uts/common/sys/fm/
H A Dutil.h94 extern void fm_payload_stack_add(nvlist_t *, const pc_t *, int);
/titanic_44/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c103 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, uint32_t *pc) in dtrace_getpcstack()
147 pcstack[depth++] = (pc_t)(uintptr_t)pc; in dtrace_getpcstack()
342 pcstack[depth++] = (pc_t)fp->fr_savpc; in dtrace_getpcstack()
353 pcstack[depth++] = (pc_t)fp->fr_savpc; in dtrace_getpcstack()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h39 typedef pc_t leak_pc_t;
H A Dleaky_subr.c545 pc_t caller; in leaky_subr_add_leak()
572 leaky_subr_caller(const pc_t *stack, uint_t depth, char *buf, uintptr_t *pcp) in leaky_subr_caller()
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h296 pc_t pd_w_stack[FC_STACK_DEPTH];
298 pc_t pd_d_stack[FC_STACK_DEPTH];
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h633 pc_t stk[NODE_T_STK_DEPTH + 1];
676 _p->stk[0] = (pc_t)callee(); \
733 pc_t stk[DOOR_STK_DEPTH + 1];
764 _p->stk[0] = (pc_t)callee(); \
1469 pc_t stk[NCA_CONN_T_STK_DEPTH + 1];
1524 _p->stk[0] = (pc_t)callee(); \
/titanic_44/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu.h85 pc_t gcl_stack[FM_STK_DEPTH]; /* saved stack trace, if any */
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c58 extern int getpcstack(pc_t *, int);
292 pc_t pcstack[DEBUG_STK_DEPTH]; in ql_stacktrace()
/titanic_44/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h399 pc_t port_finish_stack[FCP_STACK_DEPTH];
832 pc_t tgt_tmp_cnt_stack[FCP_STACK_DEPTH];
/titanic_44/usr/src/uts/intel/ia32/sys/
H A Dtraptrace.h81 pc_t ttr_stack[TTR_STACK_DEPTH];
/titanic_44/usr/src/uts/common/sys/idm/
H A Didm_impl.h82 pc_t anr_stack[REFCNT_AUDIT_STACK_DEPTH];
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h497 pc_t tcmp_stk[15];
/titanic_44/usr/src/cmd/lockstat/
H A Dlockstat.c874 pc_t *stack; in lsrec_fill()
876 frames = rec->dtrd_size / sizeof (pc_t); in lsrec_fill()
878 stack = (pc_t *)(data + rec->dtrd_offset); in lsrec_fill()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h485 pc_t db_stack[CACHEFS_RLDB_STACKSIZE];
1103 pc_t cdb_stack[CACHEFS_DEBUG_DEPTH]; /* stack trace */
/titanic_44/usr/src/uts/i86pc/os/
H A Dfakebop.c1707 pc_t retaddr;
1714 pc_t pc; in bop_traceback()
1799 fakeframe.retaddr = (pc_t)tf->inst_ptr; in bop_trap()

12