Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Ddebug.c268 extern kern_return_t do_stackshot(void);
1651 CPUDEBUGGERRET = do_stackshot();
H A Dkern_stackshot.c172 kern_return_t do_stackshot(void *);
4126 do_stackshot(void *context) in do_stackshot() function
4145 kern_return_t ret = do_stackshot(context); in do_panic_stackshot()