X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/MO_SY_completed.html diff --git a/osfmk/man/MO_SY_completed.html b/osfmk/man/MO_SY_completed.html old mode 100755 new mode 100644 index da5828394..83c866920 --- a/osfmk/man/MO_SY_completed.html +++ b/osfmk/man/MO_SY_completed.html @@ -1 +1,50 @@ -
Function - Inform the kernel that synchronized data has been processed.
kern_return_t memory_object_synchronize_completed (memory_object_control_t memory_control, vm_offset_t offset, vm_offset_t length);
The memory_object_synchronize_completed function informs the kernel that previously synchronized data (memory_object_synchronize) has been queued or placed on backing storage. This reply causes the issuing client to return from its vm_msync call. The offset and length must match that of the corresponding memory_object_synchronize call. There may be multiple synchronize requests for a given memory object outstanding but they will not overlap.
Only generic errors apply.
Functions: memory_object_data_return, memory_object_synchronize, vm_msync. \ No newline at end of file +
+Function - Inform the kernel that synchronized data has been processed. +
+kern_return_t memory_object_synchronize_completed + (memory_object_control_t memory_control, + vm_offset_t offset, + vm_offset_t length); ++
+
+
+
+The memory_object_synchronize_completed function informs the kernel +that previously synchronized data (memory_object_synchronize) +has been queued or placed on backing storage. This reply causes the issuing +client to return from its vm_msync call. The offset and length +must match that of the corresponding memory_object_synchronize +call. There may be multiple synchronize requests +for a given memory object outstanding but they will not overlap. +
+Only generic errors apply. +
+Functions: +memory_object_data_return, +memory_object_synchronize, +vm_msync.