Searched defs:pcstack_limit (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dgetpcstack.c52 * Returns MIN(current stack depth, pcstack_limit).
56 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) argument
134 while (depth < pcstack_limit) {
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c75 * Returns MIN(current stack depth, pcstack_limit).
78 getpcstack(pc_t *pcstack, int pcstack_limit) argument
86 int npcwin = MIN(MAXWIN, pcstack_limit);
109 ASSERT(npcwin >= 0 && npcwin < MAXWIN && npcwin <= pcstack_limit);
116 while (depth < pcstack_limit) {
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c43 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, argument
61 if (intrpc != NULL && depth < pcstack_limit)
64 while (depth < pcstack_limit) {
93 ASSERT(depth < pcstack_limit);
98 if (depth < pcstack_limit)
103 while (depth < pcstack_limit)
114 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t pc, argument
126 ASSERT(pcstack == NULL || pcstack_limit > 0);
150 pcstack_limit--;
151 if (pcstack_limit <
213 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) argument
301 dtrace_getufpstack(uint64_t *pcstack, uint64_t *fpstack, int pcstack_limit) argument
[all...]
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c86 * (c) dtrace_getpcstack() _always_ fills in pcstack_limit pc_t's -- filling
87 * in the difference between the stack depth and pcstack_limit with NULLs.
103 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, uint32_t *pc) argument
146 if (depth < pcstack_limit)
287 while (depth < pcstack_limit) {
302 while (depth < pcstack_limit)
345 while (depth < pcstack_limit)
362 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t sp) argument
370 ASSERT(pcstack == NULL || pcstack_limit > 0);
402 pcstack_limit
450 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) argument
544 dtrace_getufpstack(uint64_t *pcstack, uint64_t *fpstack, int pcstack_limit) argument
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c848 * Returns MIN(current stack depth, pcstack_limit).
851 getpcstack(pc_t *pcstack, int pcstack_limit) argument
867 while (depth < pcstack_limit) {

Completed in 82 milliseconds