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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c586 natural_t buf[IP_CALLSTACK_MAX];
587 ipc_port_callstack_init_debug(&buf[0], IP_CALLSTACK_MAX);
600 ipc_port_init_debug(port, &buf[0], IP_CALLSTACK_MAX);
644 natural_t buf[IP_CALLSTACK_MAX];
645 ipc_port_callstack_init_debug(&buf[0], IP_CALLSTACK_MAX);
659 ipc_port_init_debug(port, &buf[0], IP_CALLSTACK_MAX);
1332 natural_t buf[IP_CALLSTACK_MAX];
1333 ipc_port_callstack_init_debug(&buf[0], IP_CALLSTACK_MAX);
1344 ipc_port_init_debug(port, &buf[0], IP_CALLSTACK_MAX);
1514 * fill in an array with up to IP_CALLSTACK_MAX
[all...]
H A Dipc_port.h156 #define IP_CALLSTACK_MAX 16 macro
160 natural_t ip_callstack[IP_CALLSTACK_MAX]; /* stack trace */

Completed in 13 milliseconds