Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vm/
H A Dvm_unix.c2738 struct shared_file_np shared_files[1]; in shared_region_map_and_slide_np() local
2798 bzero(shared_files, sizeof(shared_files)); in shared_region_map_and_slide_np()
2799 shared_files[0].sf_fd = uap->fd; in shared_region_map_and_slide_np()
2800 shared_files[0].sf_mappings_count = mappings_count; in shared_region_map_and_slide_np()
2801 shared_files[0].sf_slide = slide; in shared_region_map_and_slide_np()
2805 &shared_files[0], /* files to map */ in shared_region_map_and_slide_np()
2835 struct shared_file_np *shared_files = NULL; in shared_region_map_and_slide_2_np() local
2852 shared_files = kalloc_data(files_count * sizeof(shared_files[0]), Z_WAITOK); in shared_region_map_and_slide_2_np()
2853 if (shared_files == NULL) { in shared_region_map_and_slide_2_np()
2893 kr = shared_region_copyin(p, uap->files, files_count, sizeof(shared_files[0]), shared_files); in shared_region_map_and_slide_2_np()
[all …]