Home
last modified time | relevance | path

Searched refs:kdp_generic_copyin_string (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/osfmk/kdp/
H A Dkdp_common.h167 int kdp_generic_copyin_string(task_t task, uint64_t addr, char *buf, int buf_sz, kdp_fault_flags_t …
H A Dkdp_common.c325 kdp_generic_copyin_string( in kdp_generic_copyin_string() function
/xnu-8792.81.2/osfmk/kern/
H A Dkern_stackshot.c3520 …return kdp_generic_copyin_string(task, addr, buf, buf_sz, fault_flags, (find_phys_fn_t)stackshot_f… in stackshot_copyin_string()