Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py895 while (ix < CTRACE_STACK_SIZE):
906 while (ix < CTRACE_STACK_SIZE):
918 while (ix < CTRACE_STACK_SIZE):
932 while (ix < CTRACE_STACK_SIZE):
949 while (ix < CTRACE_STACK_SIZE):
963 while (ix < CTRACE_STACK_SIZE):
994 while (ix < CTRACE_STACK_SIZE):
1007 while (ix < CTRACE_STACK_SIZE):
1037 while (ix < CTRACE_STACK_SIZE):
1050 while (ix < CTRACE_STACK_SIZE):
[all …]
H A Dnetdefines.py134 CTRACE_STACK_SIZE = 8 variable
/xnu-12377.41.6/bsd/net/
H A Droute_private.h361 #define CTRACE_STACK_SIZE 8 /* depth of stack trace */ macro
365 void *pc[CTRACE_STACK_SIZE]; /* PC stack trace */
H A Droute.c264 __private_extern__ unsigned int ctrace_stack_size = CTRACE_STACK_SIZE;
4085 (void) OSBacktrace(tr->pc, CTRACE_STACK_SIZE); in ctrace_record()