Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dproc_info.c689 struct proc_regionwithpathinfo * preginfo_path = malloc(sizeof(struct proc_regionwithpathinfo)); in proc_info_caller() local
692 (user_addr_t)preginfo_path, (uint32_t)sizeof(struct proc_regionwithpathinfo)); in proc_info_caller()
696 …T_LOG("preginfo_path.prp_vip.vip_vi.vi_fsid.val 0: %d", preginfo_path->prp_vip.vip_vi.vi_fsid.val[… in proc_info_caller()
697 …T_LOG("preginfo_path.prp_vip.vip_vi.vi_fsid.val 1: %d", preginfo_path->prp_vip.vip_vi.vi_fsid.val[… in proc_info_caller()
698 ret_structs[3] = (void *)(uintptr_t)preginfo_path->prp_vip.vip_vi.vi_fsid.val[0]; in proc_info_caller()
699 ret_structs[4] = (void *)(uintptr_t)preginfo_path->prp_vip.vip_vi.vi_fsid.val[1]; in proc_info_caller()
702 (uint64_t)preginfo_path->prp_vip.vip_vi.vi_fsid.val[0] + in proc_info_caller()
703 ((uint64_t)preginfo_path->prp_vip.vip_vi.vi_fsid.val[1] << 32), in proc_info_caller()
704 (user_addr_t)preginfo_path, in proc_info_caller()
707 ret_structs[0] = (void *)preginfo_path; in proc_info_caller()
[all …]