Searched refs:mappings_count (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_shared_region.h149 unsigned int mappings_count,
H A Dvm_shared_region.c760 unsigned int mappings_count,
821 shared_region, mappings_count, mappings,
828 for (i = 0; i < mappings_count; i++) {
1005 shared_region, mappings_count, mappings,
758 vm_shared_region_map_file( vm_shared_region_t shared_region, unsigned int mappings_count, struct shared_file_mapping_np *mappings, memory_object_control_t file_control, memory_object_size_t file_size, void *root_dir) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c827 unsigned int mappings_count; local
837 mappings_count = 0;
961 mappings_count = uap->count; /* number of mappings */
962 mappings_size = (vm_size_t) (mappings_count * sizeof (mappings[0]));
963 if (mappings_count == 0) {
971 } else if (mappings_count <= SFM_MAX_STACK) {
978 vp, vp->v_name, mappings_count));
992 vp, vp->v_name, (uint64_t)user_mappings, mappings_count, error));
1009 mappings_count,

Completed in 33 milliseconds