/illumos-gate/usr/src/uts/sparc/os/ |
H A D | archdep.c | 70 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()
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 44 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() 63 pcstack[depth++] = (pc_t)intrpc; in dtrace_getpcstack() 95 pcstack[depth++] = (pc_t)caller; in dtrace_getpcstack() 100 pcstack[depth++] = (pc_t)pc; in dtrace_getpcstack() 430 if (fp->fr_savpc == (pc_t)dtrace_invop_callsite) { in dtrace_getarg()
|
H A D | sdt.c | 319 if (fp->fr_savpc == (pc_t)dtrace_invop_callsite) { in sdt_getarg()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 55 typedef uint32_t pc_t; typedef 57 typedef uintptr_t pc_t; 273 int getpcstack(pc_t *, int);
|
H A D | kmem_impl.h | 139 pc_t bc_stack[KMEM_STACK_DEPTH]; /* pc stack */ 159 pc_t bt_history[1]; /* zero or more callers */
|
H A D | vmem_impl.h | 64 pc_t vs_stack[VMEM_STACK_DEPTH];
|
H A D | strft.h | 91 pc_t fs_stk[FTSTK_DEPTH];
|
H A D | autoconf.h | 180 pc_t da_stack[DDI_STACK_DEPTH];
|
H A D | dtrace_impl.h | 1263 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
|
/illumos-gate/usr/src/uts/common/sys/fm/ |
H A D | util.h | 95 extern void fm_payload_stack_add(nvlist_t *, const pc_t *, int);
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 103 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()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_impl.h | 37 typedef pc_t leak_pc_t;
|
H A D | leaky_subr.c | 543 pc_t caller; in leaky_subr_add_leak() 570 leaky_subr_caller(const pc_t *stack, uint_t depth, char *buf, uintptr_t *pcp) in leaky_subr_caller()
|
H A D | kmem.c | 2150 pc_t callers[KMEM_LITE_MAX]; in whatis_print_kmf_lite() 2151 pc_t uninit = (pc_t)KMEM_UNINITIALIZED_PATTERN; in whatis_print_kmf_lite() 2169 if (mdb_vread(callers, count * sizeof (pc_t), in whatis_print_kmf_lite() 3669 pc_t *stk = vs.vs_stack; in vmem_seg()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 296 pc_t pd_w_stack[FC_STACK_DEPTH]; 298 pc_t pd_d_stack[FC_STACK_DEPTH];
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 53 extern int getpcstack(pc_t *, int); 349 pc_t pcstack[DEBUG_STK_DEPTH]; in ql_stacktrace()
|
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu.h | 86 pc_t gcl_stack[FM_STK_DEPTH]; /* saved stack trace, if any */
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 399 pc_t port_finish_stack[FCP_STACK_DEPTH]; 832 pc_t tgt_tmp_cnt_stack[FCP_STACK_DEPTH];
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | traptrace.h | 81 pc_t ttr_stack[TTR_STACK_DEPTH];
|
/illumos-gate/usr/src/uts/common/sys/idm/ |
H A D | idm_impl.h | 82 pc_t anr_stack[REFCNT_AUDIT_STACK_DEPTH];
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_dbg.c | 46 pc_t pcstack[16]; in qede_stacktrace()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp.h | 510 pc_t tcmp_stk[15];
|
/illumos-gate/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 873 pc_t *stack; in lsrec_fill() 875 frames = rec->dtrd_size / sizeof (pc_t); in lsrec_fill() 877 stack = (pc_t *)(data + rec->dtrd_offset); in lsrec_fill()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | archdep.c | 665 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() 696 pcstack[depth++] = (pc_t)pc; in getpcstack()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 1995 pc_t retaddr; 2002 pc_t pc; in bop_traceback() 2069 fakeframe.retaddr = (pc_t)tf->inst_ptr; in bop_trap()
|