Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dstackshot.h47 …uint64_t sc_out_buffer_addr; /* Location where the kernel should copy the address of th… member
/xnu-11215.81.4/libsyscall/wrappers/
H A Dstackshot.c144 s_config->sc_out_buffer_addr = (uintptr_t)&s_config->sc_buffer; in stackshot_capture_with_config()
/xnu-11215.81.4/bsd/kern/
H A Dstackshot.c632 config.sc_out_buffer_addr = 0; in kern_stack_snapshot_with_reason()
/xnu-11215.81.4/osfmk/kern/
H A Dkern_stackshot.c2322 out_buffer_addr = config->sc_out_buffer_addr; in kern_stack_snapshot_internal()