Main index | Section 9 | Options |
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_map.h>
If syncio is TRUE, dirty pages are written synchronously.
If invalidate is TRUE, any cached pages are also freed.
The range provided must be contiguous, it MUST NOT contain holes. The range provided MUST NOT contain any sub-map entries.
Otherwise, KERN_INVALID_ADDRESS will be returned if the function encountered a sub-map entry; KERN_INVALID_ARGUMENT will be returned if the function encountered a hole in the region provided, or if an entry could not be found for the given start address.
VM_MAP_SYNC (9) | July 9, 2011 |
Main index | Section 9 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | What will happen when the 32-bit Unix date goes negative in mid-January 2038 does not bear thinking about. | ” |
— Henry Spencer |