Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c2734 struct shared_file_np shared_files[1]; in shared_region_map_and_slide_np() local
2794 bzero(shared_files, sizeof(shared_files)); in shared_region_map_and_slide_np()
2795 shared_files[0].sf_fd = uap->fd; in shared_region_map_and_slide_np()
2796 shared_files[0].sf_mappings_count = mappings_count; in shared_region_map_and_slide_np()
2797 shared_files[0].sf_slide = slide; in shared_region_map_and_slide_np()
2801 &shared_files[0], /* files to map */ in shared_region_map_and_slide_np()
2831 struct shared_file_np *shared_files = NULL; in shared_region_map_and_slide_2_np() local
2848 shared_files = kalloc_data(files_count * sizeof(shared_files[0]), Z_WAITOK); in shared_region_map_and_slide_2_np()
2849 if (shared_files == NULL) { in shared_region_map_and_slide_2_np()
2889 kr = shared_region_copyin(p, uap->files, files_count, sizeof(shared_files[0]), shared_files); in shared_region_map_and_slide_2_np()
[all …]