Home
last modified time | relevance | path

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

12

/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c44 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 Dsdt.c315 if (fp->fr_savpc == (pc_t)dtrace_invop_callsite) { in sdt_getarg()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h55 typedef uint32_t pc_t; typedef
57 typedef uintptr_t pc_t;
273 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 Dstrft.h91 pc_t fs_stk[FTSTK_DEPTH];
H A Dvmem_impl.h64 pc_t vs_stack[VMEM_STACK_DEPTH];
H A Dautoconf.h180 pc_t da_stack[DDI_STACK_DEPTH];
H A Ddtrace_impl.h1263 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dutil.h95 extern void fm_payload_stack_add(nvlist_t *, const pc_t *, int);
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h37 typedef pc_t leak_pc_t;
H A Dleaky_subr.c543 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 Dkmem.c2150 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 Dfctl_private.h296 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 Dql_debug.c53 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 Dgcpu.h86 pc_t gcl_stack[FM_STK_DEPTH]; /* saved stack trace, if any */
/illumos-gate/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];
/illumos-gate/usr/src/uts/intel/sys/
H A Dtraptrace.h81 pc_t ttr_stack[TTR_STACK_DEPTH];
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h82 pc_t anr_stack[REFCNT_AUDIT_STACK_DEPTH];
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_dbg.c46 pc_t pcstack[16]; in qede_stacktrace()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h502 pc_t tcmp_stk[15];
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c873 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 Darchdep.c665 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 Dfakebop.c1995 pc_t retaddr;
2002 pc_t pc; in bop_traceback()
2069 fakeframe.retaddr = (pc_t)tf->inst_ptr; in bop_trap()

12