Main index | Section 9 | 日本語 | Options |
#include <sys/param.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
[EINVAL] | |
The addr and len parameters specify a memory range that wraps around the end of the machine address space. | |
[ENOMEM] | |
The size of the specified address range exceeds the system limit on locked memory. | |
[EFAULT] | |
Some portion of the indicated address range is not allocated. There was an error faulting/mapping a page. | |
VSLOCK (9) | August 29, 2012 |
Main index | Section 9 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. | ” |
— Jamie Zawinski |