Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.h182 #define IP_CALLSTACK_MAX 16 macro
185 uintptr_t ip_callstack[IP_CALLSTACK_MAX]; /* stack trace */
H A Dipc_port.c3316 backtrace(port->ip_callstack, IP_CALLSTACK_MAX, &ctl, NULL); in ipc_port_init_debug()