Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Dnet.py907 while (ix < CTRACE_STACK_SIZE):
918 while (ix < CTRACE_STACK_SIZE):
930 while (ix < CTRACE_STACK_SIZE):
944 while (ix < CTRACE_STACK_SIZE):
961 while (ix < CTRACE_STACK_SIZE):
975 while (ix < CTRACE_STACK_SIZE):
1005 while (ix < CTRACE_STACK_SIZE):
1016 while (ix < CTRACE_STACK_SIZE):
1028 while (ix < CTRACE_STACK_SIZE):
1042 while (ix < CTRACE_STACK_SIZE):
[all …]
H A Dnetdefines.py103 CTRACE_STACK_SIZE = 8 variable
/xnu-8020.101.4/bsd/net/
H A Droute.h512 #define CTRACE_STACK_SIZE 8 /* depth of stack trace */ macro
516 void *pc[CTRACE_STACK_SIZE]; /* PC stack trace */
H A Droute.c256 __private_extern__ unsigned int ctrace_stack_size = CTRACE_STACK_SIZE;
3955 (void) OSBacktrace(tr->pc, CTRACE_STACK_SIZE); in ctrace_record()