Home
last modified time | relevance | path

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

/xnu-11215.81.4/tools/lldbmacros/
H A Dnet.py942 while (ix < CTRACE_STACK_SIZE):
953 while (ix < CTRACE_STACK_SIZE):
965 while (ix < CTRACE_STACK_SIZE):
979 while (ix < CTRACE_STACK_SIZE):
996 while (ix < CTRACE_STACK_SIZE):
1010 while (ix < CTRACE_STACK_SIZE):
1041 while (ix < CTRACE_STACK_SIZE):
1054 while (ix < CTRACE_STACK_SIZE):
1084 while (ix < CTRACE_STACK_SIZE):
1097 while (ix < CTRACE_STACK_SIZE):
[all …]
H A Dnetdefines.py105 CTRACE_STACK_SIZE = 8 variable
/xnu-11215.81.4/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()