Searched refs:IP_CALLSTACK_MAX (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h150 #define IP_CALLSTACK_MAX 10 macro
154 natural_t ip_callstack[IP_CALLSTACK_MAX]; /* stack trace */
H A Dipc_port.c1249 for (i = 0; i < IP_CALLSTACK_MAX; ++i)
1256 * array with up to IP_CALLSTACK_MAX levels
1259 machine_callstack(&port->ip_callstack[0], IP_CALLSTACK_MAX);
1675 for (i = 0; i < IP_CALLSTACK_MAX; ++i) {
1884 for (i = 0; i < IP_CALLSTACK_MAX; ++i) {

Completed in 25 milliseconds