Searched refs:minherit (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h216 int minherit(void *, size_t, int);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile119 minherit.2 \
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmemory_tests.c31 * Test madvise, mincore, minherit, mlock, mlock, mmap, mprotect, msync, munmap system calls.
74 /* test minherit - share a page with child, add to the string in child then
77 my_err = minherit( my_test_page_p, my_page_size, VM_INHERIT_SHARE );
79 printf( "minherit failed with error %d - \"%s\" \n", errno, strerror( errno) );
314 printf( "minherit did not work correctly - shared page looks wrong \n" );
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c840 minherit(__unused proc_t p, struct minherit_args *uap, __unused int32_t *retval) function

Completed in 201 milliseconds