Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dnet.py896 while (ix < CTRACE_STACK_SIZE):
907 while (ix < CTRACE_STACK_SIZE):
919 while (ix < CTRACE_STACK_SIZE):
933 while (ix < CTRACE_STACK_SIZE):
950 while (ix < CTRACE_STACK_SIZE):
964 while (ix < CTRACE_STACK_SIZE):
994 while (ix < CTRACE_STACK_SIZE):
1005 while (ix < CTRACE_STACK_SIZE):
1017 while (ix < CTRACE_STACK_SIZE):
1031 while (ix < CTRACE_STACK_SIZE):
[all …]
H A Dnetdefines.py101 CTRACE_STACK_SIZE = 8 variable
/xnu-8019.80.24/bsd/net/
H A Droute.h504 #define CTRACE_STACK_SIZE 8 /* depth of stack trace */ macro
508 void *pc[CTRACE_STACK_SIZE]; /* PC stack trace */
H A Droute.c256 __private_extern__ unsigned int ctrace_stack_size = CTRACE_STACK_SIZE;
3960 (void) OSBacktrace(tr->pc, CTRACE_STACK_SIZE); in ctrace_record()