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

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py72 CTRACE_STACK_SIZE = 8 variable
H A Dnet.py789 while (ix < CTRACE_STACK_SIZE):
800 while (ix < CTRACE_STACK_SIZE):
812 while (ix < CTRACE_STACK_SIZE):
826 while (ix < CTRACE_STACK_SIZE):
843 while (ix < CTRACE_STACK_SIZE):
857 while (ix < CTRACE_STACK_SIZE):
887 while (ix < CTRACE_STACK_SIZE):
898 while (ix < CTRACE_STACK_SIZE):
910 while (ix < CTRACE_STACK_SIZE):
924 while (ix < CTRACE_STACK_SIZE)
[all...]
/xnu-2422.115.4/bsd/net/
H A Droute.h433 #define CTRACE_STACK_SIZE 8 /* depth of stack trace */ macro
437 void *pc[CTRACE_STACK_SIZE]; /* PC stack trace */
H A Droute.c242 __private_extern__ unsigned int ctrace_stack_size = CTRACE_STACK_SIZE;
3509 (void) OSBacktrace(tr->pc, CTRACE_STACK_SIZE);

Completed in 32 milliseconds