Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dstackshot.h48 …uint64_t sc_out_size_addr; /* Location where the kernel should copy the size of the s… member
/xnu-12377.41.6/libsyscall/wrappers/
H A Dstackshot.c145 s_config->sc_out_size_addr = (uintptr_t)&s_config->sc_size; in stackshot_capture_with_config()
/xnu-12377.41.6/bsd/kern/
H A Dstackshot.c633 config.sc_out_size_addr = 0; in kern_stack_snapshot_with_reason()
/xnu-12377.41.6/osfmk/kern/
H A Dkern_stackshot.c2395 out_size_addr = config->sc_out_size_addr; in kern_stack_snapshot_internal()