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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmman.h176 * Return bits from mincore
215 int mincore(const void *, size_t, char *);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile118 mincore.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.
166 /* test mincore, mlock, mlock */
182 my_err = mincore( my_addr, 1, my_bufp );
184 printf( "mincore call failed with error %d - \"%s\" \n", errno, strerror( errno) );
190 printf( "mincore call failed to find resident page \n" );
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_mman.c935 mincore(__unused proc_t p, struct mincore_args *uap, __unused int32_t *retval) function

Completed in 104 milliseconds