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

/darwin-on-arm/xnu/bsd/sys/
H A Dmman.h228 int minherit(void *, size_t, int);
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile112 minherit.2 \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c97 * Test madvise, mincore, minherit, mlock, mlock, mmap, mprotect, msync, munmap system calls.
143 /* test minherit - share a page with child, add to the string in child then
146 my_err = minherit( my_test_page_p, my_page_size, VM_INHERIT_SHARE );
148 printf( "minherit failed with error %d - \"%s\" \n", errno, strerror( errno) );
432 printf( "minherit did not work correctly - shared page looks wrong \n" );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mman.c830 minherit(__unused proc_t p, struct minherit_args *uap, __unused int32_t *retval) function

Completed in 12 milliseconds