Lines Matching +full:shared +full:- +full:memory
32 .Nd "map shared memory objects into the kernel's address space"
45 functions provide an API for mapping shared memory objects into the kernel.
46 Shared memory objects are created by
50 A shared memory object cannot be shrunk while it is mapped into the kernel.
53 Shared memory objects can still be grown while mapped into the kernel.
64 function locates the shared memory object associated with the open file
74 All pages for the range will be wired into memory upon successful return.
105 The following function accepts a file descriptor for a shared memory
110 .Bd -literal -offset indent
138 .Bl -tag -width Er
142 is not a shared memory object.
148 extends beyond the end of the shared memory object.
152 The shared memory object could not be mapped due to a protection error.
154 The shared memory object could not be mapped due to some other VM error.
160 .Bl -tag -width Er
164 is not a shared memory object.
176 is not backed by the shared memory object associated with the open file