Home
last modified time | relevance | path

Searched refs:CTRACE_STACK_SIZE (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/tools/lldbmacros/
H A Dnet.py901 while (ix < CTRACE_STACK_SIZE):
912 while (ix < CTRACE_STACK_SIZE):
924 while (ix < CTRACE_STACK_SIZE):
938 while (ix < CTRACE_STACK_SIZE):
955 while (ix < CTRACE_STACK_SIZE):
969 while (ix < CTRACE_STACK_SIZE):
1000 while (ix < CTRACE_STACK_SIZE):
1013 while (ix < CTRACE_STACK_SIZE):
1043 while (ix < CTRACE_STACK_SIZE):
1056 while (ix < CTRACE_STACK_SIZE):
[all …]
H A Dnetdefines.py105 CTRACE_STACK_SIZE = 8 variable
/xnu-11215.1.10/bsd/net/
H A Droute_private.h359 #define CTRACE_STACK_SIZE 8 /* depth of stack trace */ macro
363 void *pc[CTRACE_STACK_SIZE]; /* PC stack trace */
H A Droute.c257 __private_extern__ unsigned int ctrace_stack_size = CTRACE_STACK_SIZE;
4030 (void) OSBacktrace(tr->pc, CTRACE_STACK_SIZE); in ctrace_record()